#661863

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

Shades of Palatinate Purple #661863

Tints of Palatinate Purple #661863

Color information

#661863 (or 0x661863) is unknown color: approx Palatinate Purple. HEX triplet: 66, 18 and 63. RGB value is (102,24,99). Sum of RGB (Red+Green+Blue) = 102+24+99=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #661863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661863 is #99E79C. Grayscale: #373737. Windows color (decimal): -10086301 or 6494310. OLE color: 6494310.

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

Color convert

RGB1022499-
CMYK00.760.030.6
HSL302.31º61.9%24.71%-
HSV(B)302.31º76.47%40%-
XYZ8.064.3812.22-
YUV55.87152.34160.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 99 (39.06% from 255) = 44%
R=45.33%
G=10.67%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102249900.760.030.6302.3161.924.71
Hex66186304C33C12e3e19
Octal1463014301143744567631
Binary1100110110001100011010011001111110010010111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661863; }

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

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

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

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

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

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

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

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