#660162

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

Shades of Palatinate Purple #660162

Tints of Palatinate Purple #660162

Color information

#660162 (or 0x660162) is unknown color: approx Palatinate Purple. HEX triplet: 66, 01 and 62. RGB value is (102,1,98). Sum of RGB (Red+Green+Blue) = 102+1+98=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #660162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660162 is #99FE9D. Grayscale: #292929. Windows color (decimal): -10092190 or 6422886. OLE color: 6422886.

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

Color convert

RGB102198-
CMYK00.990.040.6
HSL302.38º98.06%20.2%-
HSV(B)302.38º99.02%40%-
XYZ7.693.7311.87-
YUV42.26159.46170.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=50.75%
G=0.50%
B=48.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10219800.990.040.6302.3898.0620.2
Hex6616206343C12e6214
Octal1461142014347445614224
Binary11001101110001001100011100111100100101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660162; }

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

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

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

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

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

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

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

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