#703196

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

Shades of Royal Purple #703196

Tints of Royal Purple #703196

Color information

#703196 (or 0x703196) is unknown color: approx Royal Purple. HEX triplet: 70, 31 and 96. RGB value is (112,49,150). Sum of RGB (Red+Green+Blue) = 112+49+150=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #703196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703196 is #8FCE69. Grayscale: #4F4F4F. Windows color (decimal): -9424490 or 9843056. OLE color: 9843056.

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

Color convert

RGB11249150-
CMYK0.250.6700.41
HSL277.43º50.75%39.02%-
HSV(B)277.43º67.33%58.82%-
XYZ13.297.8429.67-
YUV79.35167.87151.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 150 (58.98% from 255) = 48.23%
R=36.01%
G=15.76%
B=48.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112491500.250.6700.41277.4350.7539.02
Hex70319619430291153327
Octal16061226311030514256347
Binary1110000110001100101101100110000110101001100010101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703196; }

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

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

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

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

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

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

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

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