Html Css Color HEX #601951 Palatinate Purple

📋 copy color: '#601951'

red 96 ◦ green 25 ◦ blue 81

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

Shades of Palatinate Purple #601951

Tints of Palatinate Purple #601951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.1%

R = 47.52%
G = 12.38%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#601951 (or 0x601951) is known color: Palatinate Purple. HEX triplet: 60, 19 and 51. RGB value is (96,25,81). Sum of RGB (Red+Green+Blue) = 96+25+81=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #601951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601951 is #9FE6AE. Grayscale: #343434. Windows color (decimal): -10479279 or 5314912. OLE color: 5314912.

HSL color Cylindrical-coordinate representation of color #601951: hue angle of 312.68º 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 #601951 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 81 -
CMYK 0 0.74 0.16 0.62
HSL 312.68º 0.59% 0.24% -
HSV(B) 312.68º 0.74% 0.38% -
XYZ 6.66 3.78 8.16 -
YUV 52.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 96 25 81 0 0.74 0.16 0.62 312.68 0.59 0.24
Hex 60 19 51 0 4A 10 3E 139 3B 18
Octal 140 31 121 0 112 20 76 471 73 30
Binary 1100000 11001 1010001 0 1001010 10000 111110 100111001 111011 11000

Color Harmonies of #601951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601951

Black with #601951

Text Example


Text Example

White with #601951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601951; }

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

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

background-color css

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

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

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

border-color css

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

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

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