#600B68

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

Shades of Palatinate Purple #600B68

Tints of Palatinate Purple #600B68

Color information

#600B68 (or 0x600B68) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0B and 68. RGB value is (96,11,104). Sum of RGB (Red+Green+Blue) = 96+11+104=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #600B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B68 is #9FF497. Grayscale: #2E2E2E. Windows color (decimal): -10482840 or 6818656. OLE color: 6818656.

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

Color convert

RGB9611104-
CMYK0.080.8900.59
HSL294.84º80.87%22.55%-
HSV(B)294.84º89.42%40.78%-
XYZ7.443.7313.42-
YUV47.02160.16162.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 11 (4.69% from 255) = 5.21%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=45.50%
G=5.21%
B=49.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96111040.080.8900.59294.8480.8722.55
Hex60B6885903B1275117
Octal140131501013107344712127
Binary110000010111101000100010110010111011100100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600B68; }

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

 H1.HeaderClassName
 {
   color: #600B68;
 }
 .AnyTagClassName
 {
   color: #600B68;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #600B68;
 }
 .BgClassName
 {
   background-color: #600B68;
 }
</style>
border-color css

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

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

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