#600B58

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

Shades of Palatinate Purple #600B58

Tints of Palatinate Purple #600B58

Color information

#600B58 (or 0x600B58) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0B and 58. RGB value is (96,11,88). Sum of RGB (Red+Green+Blue) = 96+11+88=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #600B58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B58 is #9FF4A7. Grayscale: #2C2C2C. Windows color (decimal): -10482856 or 5770080. OLE color: 5770080.

HSL color Cylindrical-coordinate representation of color #600B58: hue angle of 305.65º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B58 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB961188-
CMYK00.890.080.62
HSL305.65º79.44%20.98%-
HSV(B)305.65º88.54%37.65%-
XYZ6.73.439.54-
YUV45.19152.16164.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=49.23%
G=5.64%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96118800.890.080.62305.6579.4420.98
Hex60B5805983E1324f15
Octal140131300131107646211725
Binary110000010111011000010110011000111110100110010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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