Html Css Color HEX #601C59 Palatinate Purple

📋 copy color: '#601C59'

red 96 ◦ green 28 ◦ blue 89

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

Shades of Palatinate Purple #601C59

Tints of Palatinate Purple #601C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.15%

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

R = 45.07%
G = 13.15%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#601C59 (or 0x601C59) is known color: Palatinate Purple. HEX triplet: 60, 1C and 59. RGB value is (96,28,89). Sum of RGB (Red+Green+Blue) = 96+28+89=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #601C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601C59 is #9FE3A6. Grayscale: #373737. Windows color (decimal): -10478503 or 5839968. OLE color: 5839968.

HSL color Cylindrical-coordinate representation of color #601C59: hue angle of 306.18º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #601C59 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 28 89 -
CMYK 0 0.71 0.07 0.62
HSL 306.18º 0.55% 0.24% -
HSV(B) 306.18º 0.71% 0.38% -
XYZ 7.04 4.04 9.86 -
YUV 55.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 96 28 89 0 0.71 0.07 0.62 306.18 0.55 0.24
Hex 60 1C 59 0 47 7 3E 132 37 18
Octal 140 34 131 0 107 7 76 462 67 30
Binary 1100000 11100 1011001 0 1000111 111 111110 100110010 110111 11000

Color Harmonies of #601C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C59

Black with #601C59

Text Example


Text Example

White with #601C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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