#601D66

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

Shades of Palatinate Purple #601D66

Tints of Palatinate Purple #601D66

Color information

#601D66 (or 0x601D66) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1D and 66. RGB value is (96,29,102). Sum of RGB (Red+Green+Blue) = 96+29+102=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #601D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601D66 is #9FE299. Grayscale: #393939. Windows color (decimal): -10478234 or 6692192. OLE color: 6692192.

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

Color convert

RGB9629102-
CMYK0.060.7200.6
HSL295.07º55.73%25.69%-
HSV(B)295.07º71.57%40%-
XYZ7.664.3213-
YUV57.36153.2155.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 29 (11.72% from 255) = 12.78%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=42.29%
G=12.78%
B=44.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96291020.060.7200.6295.0755.7325.69
Hex601D6664803C127381a
Octal1403514661100744477032
Binary11000001110111001101101001000011110010010011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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