#600B59

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

Shades of Palatinate Purple #600B59

Tints of Palatinate Purple #600B59

Color information

#600B59 (or 0x600B59) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0B and 59. RGB value is (96,11,89). Sum of RGB (Red+Green+Blue) = 96+11+89=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #600B59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B59 is #9FF4A6. Grayscale: #2D2D2D. Windows color (decimal): -10482855 or 5835616. OLE color: 5835616.

HSL color Cylindrical-coordinate representation of color #600B59: hue angle of 304.94º 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 #600B59 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB961189-
CMYK00.890.070.62
HSL304.94º79.44%20.98%-
HSV(B)304.94º88.54%37.65%-
XYZ6.753.459.76-
YUV45.31152.66164.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=48.98%
G=5.61%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96118900.890.070.62304.9479.4420.98
Hex60B5905973E1314f15
Octal14013131013177646111725
Binary11000001011101100101011001111111110100110001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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