#660263

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

Shades of Palatinate Purple #660263

Tints of Palatinate Purple #660263

Color information

#660263 (or 0x660263) is unknown color: approx Palatinate Purple. HEX triplet: 66, 02 and 63. RGB value is (102,2,99). Sum of RGB (Red+Green+Blue) = 102+2+99=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #660263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660263 is #99FD9C. Grayscale: #2A2A2A. Windows color (decimal): -10091933 or 6488678. OLE color: 6488678.

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

Color convert

RGB102299-
CMYK00.980.030.6
HSL301.8º96.15%20.39%-
HSV(B)301.8º98.04%40%-
XYZ7.753.7712.12-
YUV42.96159.63170.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=50.25%
G=0.99%
B=48.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10229900.980.030.6301.896.1520.39
Hex6626306233C12e6014
Octal1462143014237445614024
Binary11001101011000110110001011111100100101110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660263; }

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

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

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

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

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

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

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

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