#703497

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

Shades of Royal Purple #703497

Tints of Royal Purple #703497

Color information

#703497 (or 0x703497) is unknown color: approx Royal Purple. HEX triplet: 70, 34 and 97. RGB value is (112,52,151). Sum of RGB (Red+Green+Blue) = 112+52+151=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #703497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703497 is #8FCB68. Grayscale: #505050. Windows color (decimal): -9423721 or 9909360. OLE color: 9909360.

HSL color Cylindrical-coordinate representation of color #703497: hue angle of 276.36º degrees, saturation: 0.49, 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 #703497 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11252151-
CMYK0.260.6600.41
HSL276.36º48.77%39.8%-
HSV(B)276.36º65.56%59.22%-
XYZ13.58.1430.14-
YUV81.23167.38149.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=35.56%
G=16.51%
B=47.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112521510.260.6600.41276.3648.7739.8
Hex7034971A420291143128
Octal16064227321020514246150
Binary1110000110100100101111101010000100101001100010100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703497; }

 p { color: rgb(112,52,151); }

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

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

 a { background-color: rgb(112,52,151); }

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

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

 span { border-color: rgb(112,52,151); }

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