#660262

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

Shades of Palatinate Purple #660262

Tints of Palatinate Purple #660262

Color information

#660262 (or 0x660262) is unknown color: approx Palatinate Purple. HEX triplet: 66, 02 and 62. RGB value is (102,2,98). Sum of RGB (Red+Green+Blue) = 102+2+98=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #660262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660262 is #99FD9D. Grayscale: #2A2A2A. Windows color (decimal): -10091934 or 6423142. OLE color: 6423142.

HSL color Cylindrical-coordinate representation of color #660262: hue angle of 302.4º 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 #660262 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB102298-
CMYK00.980.040.6
HSL302.4º96.15%20.39%-
HSV(B)302.4º98.04%40%-
XYZ7.713.7511.87-
YUV42.84159.13170.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=50.50%
G=0.99%
B=48.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10229800.980.040.6302.496.1520.39
Hex6626206243C12e6014
Octal1462142014247445614024
Binary110011010110001001100010100111100100101110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660262; }

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

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

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

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

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

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

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

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