Html Css Color HEX #601259 Palatinate Purple

📋 copy color: '#601259'

red 96 ◦ green 18 ◦ blue 89

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

Shades of Palatinate Purple #601259

Tints of Palatinate Purple #601259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

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

R = 47.29%
G = 8.87%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#601259 (or 0x601259) is known color: Palatinate Purple. HEX triplet: 60, 12 and 59. RGB value is (96,18,89). Sum of RGB (Red+Green+Blue) = 96+18+89=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #601259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601259 is #9FEDA6. Grayscale: #313131. Windows color (decimal): -10481063 or 5837408. OLE color: 5837408.

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

Color convert

RGB 96 18 89 -
CMYK 0 0.81 0.07 0.62
HSL 305.38º 0.68% 0.22% -
HSV(B) 305.38º 0.81% 0.38% -
XYZ 6.84 3.64 9.79 -
YUV 49.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 96 18 89 0 0.81 0.07 0.62 305.38 0.68 0.22
Hex 60 12 59 0 51 7 3E 131 44 16
Octal 140 22 131 0 121 7 76 461 104 26
Binary 1100000 10010 1011001 0 1010001 111 111110 100110001 1000100 10110

Color Harmonies of #601259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601259

Black with #601259

Text Example


Text Example

White with #601259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601259; }

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

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

background-color css

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

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

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

border-color css

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

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

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