#662565

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

Shades of Palatinate Purple #662565

Tints of Palatinate Purple #662565

Color information

#662565 (or 0x662565) is unknown color: approx Palatinate Purple. HEX triplet: 66, 25 and 65. RGB value is (102,37,101). Sum of RGB (Red+Green+Blue) = 102+37+101=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #662565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662565 is #99DA9A. Grayscale: #3F3F3F. Windows color (decimal): -10082971 or 6628710. OLE color: 6628710.

HSL color Cylindrical-coordinate representation of color #662565: hue angle of 300.92º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #662565 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB10237101-
CMYK00.640.010.6
HSL300.92º46.76%27.25%-
HSV(B)300.92º63.73%40%-
XYZ8.495.0912.85-
YUV63.73149.03155.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=42.5%
G=15.42%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1023710100.640.010.6300.9246.7627.25
Hex66256504013C12d2f1b
Octal1464514501001744555733
Binary1100110100101110010101000000111110010010110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662565; }

 p { color: rgb(102,37,101); }

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

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

 a { background-color: rgb(102,37,101); }

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

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

 span { border-color: rgb(102,37,101); }

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