#600F5B

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

Shades of Palatinate Purple #600F5B

Tints of Palatinate Purple #600F5B

Color information

#600F5B (or 0x600F5B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0F and 5B. RGB value is (96,15,91). Sum of RGB (Red+Green+Blue) = 96+15+91=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #600F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F5B is #9FF0A4. Grayscale: #2F2F2F. Windows color (decimal): -10481829 or 5967712. OLE color: 5967712.

HSL color Cylindrical-coordinate representation of color #600F5B: hue angle of 303.7º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F5B is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB961591-
CMYK00.840.050.62
HSL303.7º72.97%21.76%-
HSV(B)303.7º84.38%37.65%-
XYZ6.883.5810.23-
YUV47.88152.34162.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 15 (6.25% from 255) = 7.43%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=47.52%
G=7.43%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96159100.840.050.62303.772.9721.76
Hex60F5B05453E1304916
Octal14017133012457646011126
Binary11000001111101101101010100101111110100110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,15,91); }

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

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

 a { background-color: rgb(96,15,91); }

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

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

 span { border-color: rgb(96,15,91); }

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