#661263

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

Shades of Palatinate Purple #661263

Tints of Palatinate Purple #661263

Color information

#661263 (or 0x661263) is unknown color: approx Palatinate Purple. HEX triplet: 66, 12 and 63. RGB value is (102,18,99). Sum of RGB (Red+Green+Blue) = 102+18+99=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #661263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661263 is #99ED9C. Grayscale: #343434. Windows color (decimal): -10087837 or 6492774. OLE color: 6492774.

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

Color convert

RGB1021899-
CMYK00.820.030.6
HSL302.14º70%23.53%-
HSV(B)302.14º82.35%40%-
XYZ7.954.1612.19-
YUV52.35154.33163.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=46.58%
G=8.22%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102189900.820.030.6302.147023.53
Hex66126305233C12e4618
Octal14622143012237445610630
Binary11001101001011000110101001011111100100101110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661263; }

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

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

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

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

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

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

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

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