Html Css Color HEX #601D58 Palatinate Purple

📋 copy color: '#601D58'

red 96 ◦ green 29 ◦ blue 88

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

Shades of Palatinate Purple #601D58

Tints of Palatinate Purple #601D58

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.62%

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

R = 45.07%
G = 13.62%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#601D58 (or 0x601D58) is known color: Palatinate Purple. HEX triplet: 60, 1D and 58. RGB value is (96,29,88). Sum of RGB (Red+Green+Blue) = 96+29+88=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #601D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601D58 is #9FE2A7. Grayscale: #373737. Windows color (decimal): -10478248 or 5774688. OLE color: 5774688.

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

Color convert

RGB 96 29 88 -
CMYK 0 0.70 0.08 0.62
HSL 307.16º 0.54% 0.25% -
HSV(B) 307.16º 0.7% 0.38% -
XYZ 7.02 4.07 9.65 -
YUV 55.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 96 29 88 0 0.70 0.08 0.62 307.16 0.54 0.25
Hex 60 1D 58 0 46 8 3E 133 36 19
Octal 140 35 130 0 106 10 76 463 66 31
Binary 1100000 11101 1011000 0 1000110 1000 111110 100110011 110110 11001

Color Harmonies of #601D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D58

Black with #601D58

Text Example


Text Example

White with #601D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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