#703399

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

Shades of Royal Purple #703399

Tints of Royal Purple #703399

Color information

#703399 (or 0x703399) is unknown color: approx Royal Purple. HEX triplet: 70, 33 and 99. RGB value is (112,51,153). Sum of RGB (Red+Green+Blue) = 112+51+153=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #703399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703399 is #8FCC66. Grayscale: #505050. Windows color (decimal): -9423975 or 10040176. OLE color: 10040176.

HSL color Cylindrical-coordinate representation of color #703399: hue angle of 275.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #703399 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11251153-
CMYK0.270.6700.4
HSL275.88º50%40%-
HSV(B)275.88º66.67%60%-
XYZ13.628.1130.99-
YUV80.87168.71150.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=35.44%
G=16.14%
B=48.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112511530.270.6700.4275.885040
Hex7033991B430281143228
Octal16063231331030504246250
Binary1110000110011100110011101110000110101000100010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703399; }

 p { color: rgb(112,51,153); }

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

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

 a { background-color: rgb(112,51,153); }

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

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

 span { border-color: rgb(112,51,153); }

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