Html Css Color HEX #601558 Palatinate Purple

📋 copy color: '#601558'

red 96 ◦ green 21 ◦ blue 88

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

Shades of Palatinate Purple #601558

Tints of Palatinate Purple #601558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 46.83%
G = 10.24%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#601558 (or 0x601558) is known color: Palatinate Purple. HEX triplet: 60, 15 and 58. RGB value is (96,21,88). Sum of RGB (Red+Green+Blue) = 96+21+88=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #601558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601558 is #9FEAA7. Grayscale: #323232. Windows color (decimal): -10480296 or 5772640. OLE color: 5772640.

HSL color Cylindrical-coordinate representation of color #601558: hue angle of 306.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #601558 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 88 -
CMYK 0 0.78 0.08 0.62
HSL 306.4º 0.64% 0.23% -
HSV(B) 306.4º 0.78% 0.38% -
XYZ 6.85 3.73 9.59 -
YUV 51.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 96 21 88 0 0.78 0.08 0.62 306.4 0.64 0.23
Hex 60 15 58 0 4E 8 3E 132 40 17
Octal 140 25 130 0 116 10 76 462 100 27
Binary 1100000 10101 1011000 0 1001110 1000 111110 100110010 1000000 10111

Color Harmonies of #601558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601558

Black with #601558

Text Example


Text Example

White with #601558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601558; }

 p { color: rgb(96,21,88); }

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

background-color css

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

 a { background-color: rgb(96,21,88); }

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

border-color css

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

 span { border-color: rgb(96,21,88); }

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