#660463

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

Shades of Palatinate Purple #660463

Tints of Palatinate Purple #660463

Color information

#660463 (or 0x660463) is unknown color: approx Palatinate Purple. HEX triplet: 66, 04 and 63. RGB value is (102,4,99). Sum of RGB (Red+Green+Blue) = 102+4+99=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #660463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660463 is #99FB9C. Grayscale: #2B2B2B. Windows color (decimal): -10091421 or 6489190. OLE color: 6489190.

HSL color Cylindrical-coordinate representation of color #660463: hue angle of 301.84º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660463 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB102499-
CMYK00.960.030.6
HSL301.84º92.45%20.78%-
HSV(B)301.84º96.08%40%-
XYZ7.783.8112.13-
YUV44.13158.97169.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 4 (1.95% from 255) = 1.95%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=49.76%
G=1.95%
B=48.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10249900.960.030.6301.8492.4520.78
Hex6646306033C12e5c15
Octal1464143014037445613425
Binary110011010011000110110000011111100100101110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660463; }

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

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

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

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

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

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

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

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