Html Css Color HEX #600159 Palatinate Purple

📋 copy color: '#600159'

red 96 ◦ green 1 ◦ blue 89

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

Shades of Palatinate Purple #600159

Tints of Palatinate Purple #600159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 51.61%
G = 0.54%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#600159 (or 0x600159) is known color: Palatinate Purple. HEX triplet: 60, 01 and 59. RGB value is (96,1,89). Sum of RGB (Red+Green+Blue) = 96+1+89=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #600159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600159 is #9FFEA6. Grayscale: #272727. Windows color (decimal): -10485415 or 5833056. OLE color: 5833056.

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

Color convert

RGB 96 1 89 -
CMYK 0 0.99 0.07 0.62
HSL 304.42º 0.98% 0.19% -
HSV(B) 304.42º 0.99% 0.38% -
XYZ 6.64 3.23 9.72 -
YUV 39.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 96 1 89 0 0.99 0.07 0.62 304.42 0.98 0.19
Hex 60 1 59 0 63 7 3E 130 62 13
Octal 140 1 131 0 143 7 76 460 142 23
Binary 1100000 1 1011001 0 1100011 111 111110 100110000 1100010 10011

Color Harmonies of #600159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600159

Black with #600159

Text Example


Text Example

White with #600159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600159; }

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

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

background-color css

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

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

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

border-color css

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

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

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