Html Css Color HEX #600459 Palatinate Purple

📋 copy color: '#600459'

red 96 ◦ green 4 ◦ blue 89

#600459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #600459

Tints of Palatinate Purple #600459

RGB

 RED value IS 96 (37.89% from 255) = 50.79%

 GREEN value IS 4 (1.95% from 255) = 2.12%

 BLUE value IS 89 (35.16% from 255) = 47.09%

R = 50.79%
G = 2.12%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#600459 (or 0x600459) is known color: Palatinate Purple. HEX triplet: 60, 04 and 59. RGB value is (96,4,89). Sum of RGB (Red+Green+Blue) = 96+4+89=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #600459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600459 is #9FFBA6. Grayscale: #282828. Windows color (decimal): -10484647 or 5833824. OLE color: 5833824.

HSL color Cylindrical-coordinate representation of color #600459: hue angle of 304.57º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600459 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 4 89 -
CMYK 0 0.96 0.07 0.62
HSL 304.57º 0.92% 0.2% -
HSV(B) 304.57º 0.96% 0.38% -
XYZ 6.67 3.29 9.74 -
YUV 41.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 96 4 89 0 0.96 0.07 0.62 304.57 0.92 0.2
Hex 60 4 59 0 60 7 3E 131 5C 14
Octal 140 4 131 0 140 7 76 461 134 24
Binary 1100000 100 1011001 0 1100000 111 111110 100110001 1011100 10100

Color Harmonies of #600459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600459

Black with #600459

Text Example


Text Example

White with #600459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600459; }

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

 H1.HeaderClassName
 {
   color: #600459;
 }
 .AnyTagClassName
 {
   color: #600459;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #600459;
 }
 .BgClassName
 {
   background-color: #600459;
 }
</style>

border-color css

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

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

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