#601B66

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

Shades of Palatinate Purple #601B66

Tints of Palatinate Purple #601B66

Color information

#601B66 (or 0x601B66) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1B and 66. RGB value is (96,27,102). Sum of RGB (Red+Green+Blue) = 96+27+102=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #601B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601B66 is #9FE499. Grayscale: #373737. Windows color (decimal): -10478746 or 6691680. OLE color: 6691680.

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

Color convert

RGB9627102-
CMYK0.060.7400.6
HSL295.2º58.14%25.29%-
HSV(B)295.2º73.53%40%-
XYZ7.614.2312.99-
YUV56.18153.86156.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=42.67%
G=12%
B=45.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96271020.060.7400.6295.258.1425.29
Hex601B6664A03C1273a19
Octal1403314661120744477231
Binary11000001101111001101101001010011110010010011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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