#663193

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

Shades of Royal Purple #663193

Tints of Royal Purple #663193

Color information

#663193 (or 0x663193) is unknown color: approx Royal Purple. HEX triplet: 66, 31 and 93. RGB value is (102,49,147). Sum of RGB (Red+Green+Blue) = 102+49+147=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #663193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663193 is #99CE6C. Grayscale: #4B4B4B. Windows color (decimal): -10079853 or 9646438. OLE color: 9646438.

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

Color convert

RGB10249147-
CMYK0.310.6700.42
HSL272.45º50%38.43%-
HSV(B)272.45º66.67%57.65%-
XYZ11.847.1328.36-
YUV76.02168.06146.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=34.23%
G=16.44%
B=49.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102491470.310.6700.42272.455038.43
Hex6631931F4302A1103226
Octal14661223371030524206246
Binary1100110110001100100111111110000110101010100010000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663193; }

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

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

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

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

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

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

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

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