#663362

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

Shades of Palatinate Purple #663362

Tints of Palatinate Purple #663362

Color information

#663362 (or 0x663362) is unknown color: approx Palatinate Purple. HEX triplet: 66, 33 and 62. RGB value is (102,51,98). Sum of RGB (Red+Green+Blue) = 102+51+98=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #663362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663362 is #99CC9D. Grayscale: #474747. Windows color (decimal): -10079390 or 6435686. OLE color: 6435686.

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

Color convert

RGB1025198-
CMYK00.50.040.6
HSL304.71º33.33%30%-
HSV(B)304.71º50%40%-
XYZ8.876.0712.26-
YUV71.61142.9149.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=40.64%
G=20.32%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102519800.50.040.6304.7133.3330
Hex66336203243C131211e
Octal146631420624744614136
Binary11001101100111100010011001010011110010011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663362; }

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

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

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

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

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

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

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

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