#663397

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

Shades of Royal Purple #663397

Tints of Royal Purple #663397

Color information

#663397 (or 0x663397) is unknown color: approx Royal Purple. HEX triplet: 66, 33 and 97. RGB value is (102,51,151). Sum of RGB (Red+Green+Blue) = 102+51+151=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #663397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663397 is #99CC68. Grayscale: #4D4D4D. Windows color (decimal): -10079337 or 9909094. OLE color: 9909094.

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

Color convert

RGB10251151-
CMYK0.320.6600.41
HSL270.6º49.5%39.61%-
HSV(B)270.6º66.23%59.22%-
XYZ12.257.4330.07-
YUV77.65169.4145.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 151 (59.38% from 255) = 49.67%
R=33.55%
G=16.78%
B=49.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102511510.320.6600.41270.649.539.61
Hex663397204202910f3228
Octal14663227401020514176250
Binary11001101100111001011110000010000100101001100001111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663397; }

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

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

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

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

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

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

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

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