Html Css Color HEX #680C60 Palatinate Purple

📋 copy color: '#680C60'

red 104 ◦ green 12 ◦ blue 96

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

Shades of Palatinate Purple #680C60

Tints of Palatinate Purple #680C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.28%

R = 49.06%
G = 5.66%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#680C60 (or 0x680C60) is known color: Palatinate Purple. HEX triplet: 68, 0C and 60. RGB value is (104,12,96). Sum of RGB (Red+Green+Blue) = 104+12+96=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #680C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C60 is #97F39F. Grayscale: #303030. Windows color (decimal): -9958304 or 6294632. OLE color: 6294632.

HSL color Cylindrical-coordinate representation of color #680C60: hue angle of 305.22º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C60 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 12 96 -
CMYK 0 0.88 0.08 0.59
HSL 305.22º 0.79% 0.23% -
HSV(B) 305.22º 0.88% 0.41% -
XYZ 7.95 4.05 11.43 -
YUV 49.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 104 12 96 0 0.88 0.08 0.59 305.22 0.79 0.23
Hex 68 C 60 0 58 8 3B 131 4F 17
Octal 150 14 140 0 130 10 73 461 117 27
Binary 1101000 1100 1100000 0 1011000 1000 111011 100110001 1001111 10111

Color Harmonies of #680C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C60

Black with #680C60

Text Example


Text Example

White with #680C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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