#663991

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

Shades of Royal Purple #663991

Tints of Royal Purple #663991

Color information

#663991 (or 0x663991) is unknown color: approx Royal Purple. HEX triplet: 66, 39 and 91. RGB value is (102,57,145). Sum of RGB (Red+Green+Blue) = 102+57+145=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #663991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663991 is #99C66E. Grayscale: #505050. Windows color (decimal): -10077807 or 9517414. OLE color: 9517414.

HSL color Cylindrical-coordinate representation of color #663991: hue angle of 270.68º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #663991 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10257145-
CMYK0.300.6100.43
HSL270.68º43.56%39.61%-
HSV(B)270.68º60.69%56.86%-
XYZ12.057.827.66-
YUV80.49164.41143.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=33.55%
G=18.75%
B=47.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102571450.300.6100.43270.6843.5639.61
Hex6639911E3D02B10f2c28
Octal1467122136750534175450
Binary110011011100110010001111101111010101011100001111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663991; }

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

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

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

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

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

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

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

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