#662563

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

Shades of Palatinate Purple #662563

Tints of Palatinate Purple #662563

Color information

#662563 (or 0x662563) is unknown color: approx Palatinate Purple. HEX triplet: 66, 25 and 63. RGB value is (102,37,99). Sum of RGB (Red+Green+Blue) = 102+37+99=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #662563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662563 is #99DA9C. Grayscale: #3F3F3F. Windows color (decimal): -10082973 or 6497638. OLE color: 6497638.

HSL color Cylindrical-coordinate representation of color #662563: hue angle of 302.77º 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 #662563 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB1023799-
CMYK00.640.030.6
HSL302.77º46.76%27.25%-
HSV(B)302.77º63.73%40%-
XYZ8.395.0512.34-
YUV63.5148.03155.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=42.86%
G=15.55%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102379900.640.030.6302.7746.7627.25
Hex66256304033C12f2f1b
Octal1464514301003744575733
Binary11001101001011100011010000001111110010010111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662563; }

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

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

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

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

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

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

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

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