#662362

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

Shades of Palatinate Purple #662362

Tints of Palatinate Purple #662362

Color information

#662362 (or 0x662362) is unknown color: approx Palatinate Purple. HEX triplet: 66, 23 and 62. RGB value is (102,35,98). Sum of RGB (Red+Green+Blue) = 102+35+98=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #662362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662362 is #99DC9D. Grayscale: #3E3E3E. Windows color (decimal): -10083486 or 6431590. OLE color: 6431590.

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

Color convert

RGB1023598-
CMYK00.660.040.6
HSL303.58º48.91%26.86%-
HSV(B)303.58º65.69%40%-
XYZ8.294.9112.07-
YUV62.21148.2156.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=43.40%
G=14.89%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102359800.660.040.6303.5848.9126.86
Hex66236204243C130311b
Octal1464314201024744606133
Binary110011010001111000100100001010011110010011000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662362; }

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

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

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

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

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

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

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

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