#662263

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

Shades of Palatinate Purple #662263

Tints of Palatinate Purple #662263

Color information

#662263 (or 0x662263) is unknown color: approx Palatinate Purple. HEX triplet: 66, 22 and 63. RGB value is (102,34,99). Sum of RGB (Red+Green+Blue) = 102+34+99=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #662263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662263 is #99DD9C. Grayscale: #3D3D3D. Windows color (decimal): -10083741 or 6496870. OLE color: 6496870.

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

Color convert

RGB1023499-
CMYK00.670.030.6
HSL302.65º50%26.67%-
HSV(B)302.65º66.67%40%-
XYZ8.34.8712.31-
YUV61.74149.03156.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=43.40%
G=14.47%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102349900.670.030.6302.655026.67
Hex66226304333C12f321b
Octal1464214301033744576233
Binary11001101000101100011010000111111110010010111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662263; }

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

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

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

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

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

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

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

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