Html Css Color HEX #601954 Palatinate Purple

📋 copy color: '#601954'

red 96 ◦ green 25 ◦ blue 84

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

Shades of Palatinate Purple #601954

Tints of Palatinate Purple #601954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.98%

R = 46.83%
G = 12.2%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#601954 (or 0x601954) is known color: Palatinate Purple. HEX triplet: 60, 19 and 54. RGB value is (96,25,84). Sum of RGB (Red+Green+Blue) = 96+25+84=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #601954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601954 is #9FE6AB. Grayscale: #343434. Windows color (decimal): -10479276 or 5511520. OLE color: 5511520.

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

Color convert

RGB 96 25 84 -
CMYK 0 0.74 0.12 0.62
HSL 310.14º 0.59% 0.24% -
HSV(B) 310.14º 0.74% 0.38% -
XYZ 6.77 3.82 8.77 -
YUV 52.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 96 25 84 0 0.74 0.12 0.62 310.14 0.59 0.24
Hex 60 19 54 0 4A C 3E 136 3B 18
Octal 140 31 124 0 112 14 76 466 73 30
Binary 1100000 11001 1010100 0 1001010 1100 111110 100110110 111011 11000

Color Harmonies of #601954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601954

Black with #601954

Text Example


Text Example

White with #601954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601954; }

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

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

background-color css

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

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

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

border-color css

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

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

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