#601450

Color #601450 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #601450

Tints of Palatinate Purple #601450

Color information

#601450 (or 0x601450) is unknown color: approx Palatinate Purple. HEX triplet: 60, 14 and 50. RGB value is (96,20,80). Sum of RGB (Red+Green+Blue) = 96+20+80=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #601450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601450 is #9FEBAF. Grayscale: #313131. Windows color (decimal): -10480560 or 5248096. OLE color: 5248096.

HSL color Cylindrical-coordinate representation of color #601450: hue angle of 312.63º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601450 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB962080-
CMYK00.790.170.62
HSL312.63º65.52%22.75%-
HSV(B)312.63º79.17%37.65%-
XYZ6.523.577.93-
YUV49.56145.18161.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=48.98%
G=10.20%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96208000.790.170.62312.6365.5222.75
Hex60145004F113E1394217
Octal140241200117217647110227
Binary11000001010010100000100111110001111110100111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601450; }

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

 H1.HeaderClassName
 {
   color: #601450;
 }
 .AnyTagClassName
 {
   color: #601450;
 }
</style>
background-color css

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

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

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

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

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

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