Html Css Color HEX #601952 Palatinate Purple

📋 copy color: '#601952'

red 96 ◦ green 25 ◦ blue 82

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

Shades of Palatinate Purple #601952

Tints of Palatinate Purple #601952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 47.29%
G = 12.32%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#601952 (or 0x601952) is known color: Palatinate Purple. HEX triplet: 60, 19 and 52. RGB value is (96,25,82). Sum of RGB (Red+Green+Blue) = 96+25+82=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #601952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601952 is #9FE6AD. Grayscale: #343434. Windows color (decimal): -10479278 or 5380448. OLE color: 5380448.

HSL color Cylindrical-coordinate representation of color #601952: hue angle of 311.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601952 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 82 -
CMYK 0 0.74 0.15 0.62
HSL 311.83º 0.59% 0.24% -
HSV(B) 311.83º 0.74% 0.38% -
XYZ 6.69 3.79 8.36 -
YUV 52.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 96 25 82 0 0.74 0.15 0.62 311.83 0.59 0.24
Hex 60 19 52 0 4A F 3E 138 3B 18
Octal 140 31 122 0 112 17 76 470 73 30
Binary 1100000 11001 1010010 0 1001010 1111 111110 100111000 111011 11000

Color Harmonies of #601952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601952

Black with #601952

Text Example


Text Example

White with #601952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601952; }

 p { color: rgb(96,25,82); }

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

background-color css

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

 a { background-color: rgb(96,25,82); }

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

border-color css

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

 span { border-color: rgb(96,25,82); }

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