#703098

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

Shades of Royal Purple #703098

Tints of Royal Purple #703098

Color information

#703098 (or 0x703098) is unknown color: approx Royal Purple. HEX triplet: 70, 30 and 98. RGB value is (112,48,152). Sum of RGB (Red+Green+Blue) = 112+48+152=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #703098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703098 is #8FCF67. Grayscale: #4E4E4E. Windows color (decimal): -9424744 or 9973872. OLE color: 9973872.

HSL color Cylindrical-coordinate representation of color #703098: hue angle of 276.92º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703098 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11248152-
CMYK0.260.6800.40
HSL276.92º52%39.22%-
HSV(B)276.92º68.42%59.61%-
XYZ13.417.8330.51-
YUV78.99169.2151.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 152 (59.77% from 255) = 48.72%
R=35.90%
G=15.38%
B=48.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112481520.260.6800.40276.925239.22
Hex7030981A440281153427
Octal16060230321040504256447
Binary1110000110000100110001101010001000101000100010101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703098; }

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

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

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

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

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

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

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

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