Html Css Color HEX #680181 Purple

📋 copy color: '#680181'

red 104 ◦ green 1 ◦ blue 129

#680181
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #680181

Tints of Purple #680181

RGB

 RED value IS 104 (41.02% from 255) = 44.44%

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 129 (50.78% from 255) = 55.13%

R = 44.44%
G = 0.43%
B = 55.13%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#680181 (or 0x680181) is known color: Purple. HEX triplet: 68, 01 and 81. RGB value is (104,1,129). Sum of RGB (Red+Green+Blue) = 104+1+129=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #680181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680181 is #97FE7E. Grayscale: #2D2D2D. Windows color (decimal): -9961087 or 8454504. OLE color: 8454504.

HSL color Cylindrical-coordinate representation of color #680181: hue angle of 288.28º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680181 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 1 129 -
CMYK 0.19 0.99 0 0.49
HSL 288.28º 0.98% 0.25% -
HSV(B) 288.28º 0.99% 0.51% -
XYZ 9.68 4.55 21.14 -
YUV 46.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 104 1 129 0.19 0.99 0 0.49 288.28 0.98 0.25
Hex 68 1 81 13 63 0 31 120 62 19
Octal 150 1 201 23 143 0 61 440 142 31
Binary 1101000 1 10000001 10011 1100011 0 110001 100100000 1100010 11001

Color Harmonies of #680181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680181

Black with #680181

Text Example


Text Example

White with #680181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680181; }

 p { color: rgb(104,1,129); }

 H1.HeaderClassName
 {
   color: #680181;
 }
 .AnyTagClassName
 {
   color: #680181;
 }
</style>

background-color css

<style>
 a { background-color: #680181; }

 a { background-color: rgb(104,1,129); }

 div.DivClassName
 {
   background-color: #680181;
 }
 .BgClassName
 {
   background-color: #680181;
 }
</style>

border-color css

<style>
 span { border-color: #680181; }

 span { border-color: rgb(104,1,129); }

 td.TdClassName
 {
   border-color: #680181;
 }
 .TagClassName
 {
   border-color: #680181;
 }
</style>