#680C60

Color #680C60 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #680C60

Tints of Palatinate Purple #680C60

Color information

#680C60 (or 0x680C60) is unknown color: approx 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

RGB1041296-
CMYK00.880.080.59
HSL305.22º79.31%22.75%-
HSV(B)305.22º88.46%40.78%-
XYZ7.954.0511.43-
YUV49.08154.48167.17-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104129600.880.080.59305.2279.3122.75
Hex68C6005883B1314f17
Octal150141400130107346111727
Binary110100011001100000010110001000111011100110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>