#703198

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

Shades of Royal Purple #703198

Tints of Royal Purple #703198

Color information

#703198 (or 0x703198) is unknown color: approx Royal Purple. HEX triplet: 70, 31 and 98. RGB value is (112,49,152). Sum of RGB (Red+Green+Blue) = 112+49+152=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #703198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703198 is #8FCE67. Grayscale: #4F4F4F. Windows color (decimal): -9424488 or 9974128. OLE color: 9974128.

HSL color Cylindrical-coordinate representation of color #703198: hue angle of 276.7º degrees, saturation: 0.51, 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 #703198 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11249152-
CMYK0.260.6800.40
HSL276.7º51.24%39.41%-
HSV(B)276.7º67.76%59.61%-
XYZ13.457.9130.52-
YUV79.58168.87151.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 49 (19.53% from 255) = 15.65%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=35.78%
G=15.65%
B=48.56%

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
Decimal112491520.260.6800.40276.751.2439.41
Hex7031981A440281153327
Octal16061230321040504256347
Binary1110000110001100110001101010001000101000100010101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703198; }

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

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

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

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

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

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

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

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