Html Css Color HEX #680C78 Purple

📋 copy color: '#680C78'

red 104 ◦ green 12 ◦ blue 120

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

Shades of Purple #680C78

Tints of Purple #680C78

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 44.07%
G = 5.08%
B = 50.85%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#680C78 (or 0x680C78) is known color: Purple. HEX triplet: 68, 0C and 78. RGB value is (104,12,120). Sum of RGB (Red+Green+Blue) = 104+12+120=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #680C78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C78 is #97F387. Grayscale: #333333. Windows color (decimal): -9958280 or 7867496. OLE color: 7867496.

HSL color Cylindrical-coordinate representation of color #680C78: hue angle of 291.11º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680C78 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 12 120 -
CMYK 0.13 0.90 0 0.53
HSL 291.11º 0.82% 0.26% -
HSV(B) 291.11º 0.9% 0.47% -
XYZ 9.23 4.56 18.16 -
YUV 51.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 104 12 120 0.13 0.90 0 0.53 291.11 0.82 0.26
Hex 68 C 78 D 5A 0 35 123 52 1A
Octal 150 14 170 15 132 0 65 443 122 32
Binary 1101000 1100 1111000 1101 1011010 0 110101 100100011 1010010 11010

Color Harmonies of #680C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C78

Black with #680C78

Text Example


Text Example

White with #680C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680C78; }

 p { color: rgb(104,12,120); }

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

background-color css

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

 a { background-color: rgb(104,12,120); }

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

border-color css

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

 span { border-color: rgb(104,12,120); }

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