#600B6C

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

Shades of Palatinate Purple #600B6C

Tints of Palatinate Purple #600B6C

Color information

#600B6C (or 0x600B6C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0B and 6C. RGB value is (96,11,108). Sum of RGB (Red+Green+Blue) = 96+11+108=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #600B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B6C is #9FF493. Grayscale: #2F2F2F. Windows color (decimal): -10482836 or 7080800. OLE color: 7080800.

HSL color Cylindrical-coordinate representation of color #600B6C: hue angle of 292.58º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600B6C is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9611108-
CMYK0.110.9000.58
HSL292.58º81.51%23.33%-
HSV(B)292.58º89.81%42.35%-
XYZ7.653.8114.52-
YUV47.47162.16162.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=44.65%
G=5.12%
B=50.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96111080.110.9000.58292.5881.5123.33
Hex60B6CB5A03A1255217
Octal140131541313207244512227
Binary110000010111101100101110110100111010100100101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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