#663996

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

Shades of Royal Purple #663996

Tints of Royal Purple #663996

Color information

#663996 (or 0x663996) is unknown color: approx Royal Purple. HEX triplet: 66, 39 and 96. RGB value is (102,57,150). Sum of RGB (Red+Green+Blue) = 102+57+150=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #663996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663996 is #99C669. Grayscale: #505050. Windows color (decimal): -10077802 or 9845094. OLE color: 9845094.

HSL color Cylindrical-coordinate representation of color #663996: hue angle of 269.03º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #663996 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10257150-
CMYK0.320.6200.41
HSL269.03º44.93%40.59%-
HSV(B)269.03º62%58.82%-
XYZ12.457.9529.73-
YUV81.06166.91142.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 57 (22.66% from 255) = 18.45%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=33.01%
G=18.45%
B=48.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102571500.320.6200.41269.0344.9340.59
Hex663996203E02910d2d29
Octal1467122640760514155551
Binary1100110111001100101101000001111100101001100001101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663996; }

 p { color: rgb(102,57,150); }

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

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

 a { background-color: rgb(102,57,150); }

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

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

 span { border-color: rgb(102,57,150); }

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