#703096

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

Shades of Royal Purple #703096

Tints of Royal Purple #703096

Color information

#703096 (or 0x703096) is unknown color: approx Royal Purple. HEX triplet: 70, 30 and 96. RGB value is (112,48,150). Sum of RGB (Red+Green+Blue) = 112+48+150=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #703096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703096 is #8FCF69. Grayscale: #4E4E4E. Windows color (decimal): -9424746 or 9842800. OLE color: 9842800.

HSL color Cylindrical-coordinate representation of color #703096: hue angle of 277.65º degrees, saturation: 0.52, 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 #703096 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11248150-
CMYK0.250.6800.41
HSL277.65º51.52%38.82%-
HSV(B)277.65º68%58.82%-
XYZ13.247.7629.65-
YUV78.76168.2151.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=36.13%
G=15.48%
B=48.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112481500.250.6800.41277.6551.5238.82
Hex70309619440291163427
Octal16060226311040514266447
Binary1110000110000100101101100110001000101001100010110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703096; }

 p { color: rgb(112,48,150); }

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

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

 a { background-color: rgb(112,48,150); }

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

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

 span { border-color: rgb(112,48,150); }

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