#663493

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

Shades of Royal Purple #663493

Tints of Royal Purple #663493

Color information

#663493 (or 0x663493) is unknown color: approx Royal Purple. HEX triplet: 66, 34 and 93. RGB value is (102,52,147). Sum of RGB (Red+Green+Blue) = 102+52+147=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #663493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663493 is #99CB6C. Grayscale: #4D4D4D. Windows color (decimal): -10079085 or 9647206. OLE color: 9647206.

HSL color Cylindrical-coordinate representation of color #663493: hue angle of 271.58º 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 #663493 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10252147-
CMYK0.310.6500.42
HSL271.58º47.74%39.02%-
HSV(B)271.58º64.63%57.65%-
XYZ11.977.3928.4-
YUV77.78167.06145.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=33.89%
G=17.28%
B=48.84%

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
Decimal102521470.310.6500.42271.5847.7439.02
Hex6634931F4102A1103027
Octal14664223371010524206047
Binary1100110110100100100111111110000010101010100010000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663493; }

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

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

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

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

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

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

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

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