Html Css Color HEX #601950 Palatinate Purple

📋 copy color: '#601950'

red 96 ◦ green 25 ◦ blue 80

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

Shades of Palatinate Purple #601950

Tints of Palatinate Purple #601950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 47.76%
G = 12.44%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#601950 (or 0x601950) is known color: Palatinate Purple. HEX triplet: 60, 19 and 50. RGB value is (96,25,80). Sum of RGB (Red+Green+Blue) = 96+25+80=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #601950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601950 is #9FE6AF. Grayscale: #343434. Windows color (decimal): -10479280 or 5249376. OLE color: 5249376.

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

Color convert

RGB 96 25 80 -
CMYK 0 0.74 0.17 0.62
HSL 313.52º 0.59% 0.24% -
HSV(B) 313.52º 0.74% 0.38% -
XYZ 6.62 3.76 7.97 -
YUV 52.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 96 25 80 0 0.74 0.17 0.62 313.52 0.59 0.24
Hex 60 19 50 0 4A 11 3E 13A 3B 18
Octal 140 31 120 0 112 21 76 472 73 30
Binary 1100000 11001 1010000 0 1001010 10001 111110 100111010 111011 11000

Color Harmonies of #601950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601950

Black with #601950

Text Example


Text Example

White with #601950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601950; }

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

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

background-color css

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

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

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

border-color css

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

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

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