#601A63

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

Shades of Palatinate Purple #601A63

Tints of Palatinate Purple #601A63

Color information

#601A63 (or 0x601A63) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1A and 63. RGB value is (96,26,99). Sum of RGB (Red+Green+Blue) = 96+26+99=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #601A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A63 is #9FE59C. Grayscale: #373737. Windows color (decimal): -10479005 or 6494816. OLE color: 6494816.

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

Color convert

RGB962699-
CMYK0.030.7400.61
HSL297.53º58.4%24.51%-
HSV(B)297.53º73.74%38.82%-
XYZ7.454.1312.21-
YUV55.25152.69157.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=43.44%
G=11.76%
B=44.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9626990.030.7400.61297.5358.424.51
Hex601A6334A03D12a3a19
Octal1403214331120754527231
Binary1100000110101100011111001010011110110010101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601A63; }

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

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

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

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

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

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

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

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