#662268

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

Shades of Palatinate Purple #662268

Tints of Palatinate Purple #662268

Color information

#662268 (or 0x662268) is unknown color: approx Palatinate Purple. HEX triplet: 66, 22 and 68. RGB value is (102,34,104). Sum of RGB (Red+Green+Blue) = 102+34+104=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #662268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662268 is #99DD97. Grayscale: #3E3E3E. Windows color (decimal): -10083736 or 6824550. OLE color: 6824550.

HSL color Cylindrical-coordinate representation of color #662268: hue angle of 298.29º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662268 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10234104-
CMYK0.020.6700.59
HSL298.29º50.72%27.06%-
HSV(B)298.29º67.31%40.78%-
XYZ8.554.9713.61-
YUV62.31151.53156.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=42.5%
G=14.17%
B=43.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102341040.020.6700.59298.2950.7227.06
Hex66226824303B12a331b
Octal1464215021030734526333
Binary11001101000101101000101000011011101110010101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662268; }

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

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

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

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

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

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

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

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