#601966

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

Shades of Palatinate Purple #601966

Tints of Palatinate Purple #601966

Color information

#601966 (or 0x601966) is unknown color: approx Palatinate Purple. HEX triplet: 60, 19 and 66. RGB value is (96,25,102). Sum of RGB (Red+Green+Blue) = 96+25+102=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #601966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601966 is #9FE699. Grayscale: #363636. Windows color (decimal): -10479258 or 6691168. OLE color: 6691168.

HSL color Cylindrical-coordinate representation of color #601966: hue angle of 295.32º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601966 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9625102-
CMYK0.060.7500.6
HSL295.32º60.63%24.9%-
HSV(B)295.32º75.49%40%-
XYZ7.574.1412.97-
YUV55.01154.52157.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=43.05%
G=11.21%
B=45.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96251020.060.7500.6295.3260.6324.9
Hex60196664B03C1273d19
Octal1403114661130744477531
Binary11000001100111001101101001011011110010010011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601966; }

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

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

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

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

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

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

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

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