#663197

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

Shades of Royal Purple #663197

Tints of Royal Purple #663197

Color information

#663197 (or 0x663197) is unknown color: approx Royal Purple. HEX triplet: 66, 31 and 97. RGB value is (102,49,151). Sum of RGB (Red+Green+Blue) = 102+49+151=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #663197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663197 is #99CE68. Grayscale: #4C4C4C. Windows color (decimal): -10079849 or 9908582. OLE color: 9908582.

HSL color Cylindrical-coordinate representation of color #663197: hue angle of 271.18º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663197 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10249151-
CMYK0.320.6800.41
HSL271.18º51%39.22%-
HSV(B)271.18º67.55%59.22%-
XYZ12.167.2630.04-
YUV76.47170.06146.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 49 (19.53% from 255) = 16.23%
BLUE value IS 151 (59.38% from 255) = 50%
R=33.77%
G=16.23%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102491510.320.6800.41271.185139.22
Hex663197204402910f3327
Octal14661227401040514176347
Binary11001101100011001011110000010001000101001100001111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663197; }

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

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

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

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

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

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

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

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