Html Css Color HEX #601960 Palatinate Purple

📋 copy color: '#601960'

red 96 ◦ green 25 ◦ blue 96

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

Shades of Palatinate Purple #601960

Tints of Palatinate Purple #601960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.24%

R = 44.24%
G = 11.52%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#601960 (or 0x601960) is known color: Palatinate Purple. HEX triplet: 60, 19 and 60. RGB value is (96,25,96). Sum of RGB (Red+Green+Blue) = 96+25+96=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #601960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601960 is #9FE69F. Grayscale: #363636. Windows color (decimal): -10479264 or 6297952. OLE color: 6297952.

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

Color convert

RGB 96 25 96 -
CMYK 0 0.74 0 0.62
HSL 300º 0.59% 0.24% -
HSV(B) 300º 0.74% 0.38% -
XYZ 7.28 4.03 11.46 -
YUV 54.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 96 25 96 0 0.74 0 0.62 300 0.59 0.24
Hex 60 19 60 0 4A 0 3E 12C 3B 18
Octal 140 31 140 0 112 0 76 454 73 30
Binary 1100000 11001 1100000 0 1001010 0 111110 100101100 111011 11000

Color Harmonies of #601960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601960

Black with #601960

Text Example


Text Example

White with #601960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601960; }

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

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

background-color css

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

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

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

border-color css

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

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

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