#601863

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

Shades of Palatinate Purple #601863

Tints of Palatinate Purple #601863

Color information

#601863 (or 0x601863) is unknown color: approx Palatinate Purple. HEX triplet: 60, 18 and 63. RGB value is (96,24,99). Sum of RGB (Red+Green+Blue) = 96+24+99=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #601863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601863 is #9FE79C. Grayscale: #353535. Windows color (decimal): -10479517 or 6494304. OLE color: 6494304.

HSL color Cylindrical-coordinate representation of color #601863: hue angle of 297.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601863 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB962499-
CMYK0.030.7600.61
HSL297.6º60.98%24.12%-
HSV(B)297.6º75.76%38.82%-
XYZ7.44.0412.19-
YUV54.08153.35157.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.84%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=43.84%
G=10.96%
B=45.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9624990.030.7600.61297.660.9824.12
Hex60186334C03D12a3d18
Octal1403014331140754527530
Binary1100000110001100011111001100011110110010101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601863; }

 p { color: rgb(96,24,99); }

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

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

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

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

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

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

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