#663993

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

Shades of Royal Purple #663993

Tints of Royal Purple #663993

Color information

#663993 (or 0x663993) is unknown color: approx Royal Purple. HEX triplet: 66, 39 and 93. RGB value is (102,57,147). Sum of RGB (Red+Green+Blue) = 102+57+147=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #663993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663993 is #99C66C. Grayscale: #505050. Windows color (decimal): -10077805 or 9648486. OLE color: 9648486.

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

Color convert

RGB10257147-
CMYK0.310.6100.42
HSL270º44.12%40%-
HSV(B)270º61.22%57.65%-
XYZ12.217.8628.48-
YUV80.71165.41143.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=33.33%
G=18.63%
B=48.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102571470.310.6100.4227044.1240
Hex6639931F3D02A10e2c28
Octal1467122337750524165450
Binary110011011100110010011111111111010101010100001110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663993; }

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

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

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

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

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

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

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

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