#663494

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

Shades of Royal Purple #663494

Tints of Royal Purple #663494

Color information

#663494 (or 0x663494) is unknown color: approx Royal Purple. HEX triplet: 66, 34 and 94. RGB value is (102,52,148). Sum of RGB (Red+Green+Blue) = 102+52+148=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #663494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663494 is #99CB6B. Grayscale: #4D4D4D. Windows color (decimal): -10079084 or 9712742. OLE color: 9712742.

HSL color Cylindrical-coordinate representation of color #663494: hue angle of 271.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663494 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10252148-
CMYK0.310.6500.42
HSL271.25º48%39.22%-
HSV(B)271.25º64.86%58.04%-
XYZ12.057.4228.81-
YUV77.89167.56145.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 52 (20.70% from 255) = 17.22%
BLUE value IS 148 (58.20% from 255) = 49.01%
R=33.77%
G=17.22%
B=49.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102521480.310.6500.42271.254839.22
Hex6634941F4102A10f3027
Octal14664224371010524176047
Binary1100110110100100101001111110000010101010100001111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663494; }

 p { color: rgb(102,52,148); }

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

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

 a { background-color: rgb(102,52,148); }

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

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

 span { border-color: rgb(102,52,148); }

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