#703699

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

Shades of Royal Purple #703699

Tints of Royal Purple #703699

Color information

#703699 (or 0x703699) is unknown color: approx Royal Purple. HEX triplet: 70, 36 and 99. RGB value is (112,54,153). Sum of RGB (Red+Green+Blue) = 112+54+153=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #703699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703699 is #8FC966. Grayscale: #525252. Windows color (decimal): -9423207 or 10040944. OLE color: 10040944.

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

Color convert

RGB11254153-
CMYK0.270.6500.4
HSL275.15º47.83%40.59%-
HSV(B)275.15º64.71%60%-
XYZ13.758.3831.03-
YUV82.63167.72148.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=35.11%
G=16.93%
B=47.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112541530.270.6500.4275.1547.8340.59
Hex7036991B410281133029
Octal16066231331010504236051
Binary1110000110110100110011101110000010101000100010011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703699; }

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

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

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

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

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

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

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

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