#663091

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

Shades of Royal Purple #663091

Tints of Royal Purple #663091

Color information

#663091 (or 0x663091) is unknown color: approx Royal Purple. HEX triplet: 66, 30 and 91. RGB value is (102,48,145). Sum of RGB (Red+Green+Blue) = 102+48+145=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #663091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663091 is #99CF6E. Grayscale: #4A4A4A. Windows color (decimal): -10080111 or 9515110. OLE color: 9515110.

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

Color convert

RGB10248145-
CMYK0.300.6700.43
HSL273.4º50.26%37.84%-
HSV(B)273.4º66.9%56.86%-
XYZ11.656.9827.52-
YUV75.2167.39147.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=34.58%
G=16.27%
B=49.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102481450.300.6700.43273.450.2637.84
Hex6630911E4302B1113226
Octal14660221361030534216246
Binary1100110110000100100011111010000110101011100010001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663091; }

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

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

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

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

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

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

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

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