#601C66

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

Shades of Palatinate Purple #601C66

Tints of Palatinate Purple #601C66

Color information

#601C66 (or 0x601C66) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1C and 66. RGB value is (96,28,102). Sum of RGB (Red+Green+Blue) = 96+28+102=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #601C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601C66 is #9FE399. Grayscale: #383838. Windows color (decimal): -10478490 or 6691936. OLE color: 6691936.

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

Color convert

RGB9628102-
CMYK0.060.7300.6
HSL295.14º56.92%25.49%-
HSV(B)295.14º72.55%40%-
XYZ7.644.2812.99-
YUV56.77153.53155.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 28 (11.33% from 255) = 12.39%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=42.48%
G=12.39%
B=45.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96281020.060.7300.6295.1456.9225.49
Hex601C6664903C1273919
Octal1403414661110744477131
Binary11000001110011001101101001001011110010010011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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