Html Css Color HEX #601E58 Palatinate Purple

📋 copy color: '#601E58'

red 96 ◦ green 30 ◦ blue 88

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

Shades of Palatinate Purple #601E58

Tints of Palatinate Purple #601E58

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.02%

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

R = 44.86%
G = 14.02%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#601E58 (or 0x601E58) is known color: Palatinate Purple. HEX triplet: 60, 1E and 58. RGB value is (96,30,88). Sum of RGB (Red+Green+Blue) = 96+30+88=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #601E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E58 is #9FE1A7. Grayscale: #383838. Windows color (decimal): -10477992 or 5774944. OLE color: 5774944.

HSL color Cylindrical-coordinate representation of color #601E58: hue angle of 307.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E58 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 30 88 -
CMYK 0 0.69 0.08 0.62
HSL 307.27º 0.52% 0.25% -
HSV(B) 307.27º 0.69% 0.38% -
XYZ 7.05 4.12 9.66 -
YUV 56.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 96 30 88 0 0.69 0.08 0.62 307.27 0.52 0.25
Hex 60 1E 58 0 45 8 3E 133 34 19
Octal 140 36 130 0 105 10 76 463 64 31
Binary 1100000 11110 1011000 0 1000101 1000 111110 100110011 110100 11001

Color Harmonies of #601E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E58

Black with #601E58

Text Example


Text Example

White with #601E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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