Html Css Color HEX #601A51 Palatinate Purple

📋 copy color: '#601A51'

red 96 ◦ green 26 ◦ blue 81

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

Shades of Palatinate Purple #601A51

Tints of Palatinate Purple #601A51

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.81%

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

R = 47.29%
G = 12.81%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#601A51 (or 0x601A51) is known color: Palatinate Purple. HEX triplet: 60, 1A and 51. RGB value is (96,26,81). Sum of RGB (Red+Green+Blue) = 96+26+81=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #601A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A51 is #9FE5AE. Grayscale: #353535. Windows color (decimal): -10479023 or 5315168. OLE color: 5315168.

HSL color Cylindrical-coordinate representation of color #601A51: hue angle of 312.86º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A51 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 26 81 -
CMYK 0 0.73 0.16 0.62
HSL 312.86º 0.57% 0.24% -
HSV(B) 312.86º 0.73% 0.38% -
XYZ 6.68 3.82 8.17 -
YUV 53.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 96 26 81 0 0.73 0.16 0.62 312.86 0.57 0.24
Hex 60 1A 51 0 49 10 3E 139 39 18
Octal 140 32 121 0 111 20 76 471 71 30
Binary 1100000 11010 1010001 0 1001001 10000 111110 100111001 111001 11000

Color Harmonies of #601A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A51

Black with #601A51

Text Example


Text Example

White with #601A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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