Html Css Color HEX #601359 Palatinate Purple

📋 copy color: '#601359'

red 96 ◦ green 19 ◦ blue 89

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

Shades of Palatinate Purple #601359

Tints of Palatinate Purple #601359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

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

R = 47.06%
G = 9.31%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#601359 (or 0x601359) is known color: Palatinate Purple. HEX triplet: 60, 13 and 59. RGB value is (96,19,89). Sum of RGB (Red+Green+Blue) = 96+19+89=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #601359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601359 is #9FECA6. Grayscale: #313131. Windows color (decimal): -10480807 or 5837664. OLE color: 5837664.

HSL color Cylindrical-coordinate representation of color #601359: hue angle of 305.45º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601359 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 89 -
CMYK 0 0.80 0.07 0.62
HSL 305.45º 0.67% 0.23% -
HSV(B) 305.45º 0.8% 0.38% -
XYZ 6.86 3.67 9.8 -
YUV 50 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 96 19 89 0 0.80 0.07 0.62 305.45 0.67 0.23
Hex 60 13 59 0 50 7 3E 131 43 17
Octal 140 23 131 0 120 7 76 461 103 27
Binary 1100000 10011 1011001 0 1010000 111 111110 100110001 1000011 10111

Color Harmonies of #601359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601359

Black with #601359

Text Example


Text Example

White with #601359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601359; }

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

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

background-color css

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

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

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

border-color css

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

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

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