#703D98

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

Shades of Royal Purple #703D98

Tints of Royal Purple #703D98

Color information

#703D98 (or 0x703D98) is unknown color: approx Royal Purple. HEX triplet: 70, 3D and 98. RGB value is (112,61,152). Sum of RGB (Red+Green+Blue) = 112+61+152=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #703D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703D98 is #8FC267. Grayscale: #565656. Windows color (decimal): -9421416 or 9977200. OLE color: 9977200.

HSL color Cylindrical-coordinate representation of color #703D98: hue angle of 273.63º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #703D98 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11261152-
CMYK0.260.6000.40
HSL273.63º42.72%41.76%-
HSV(B)273.63º59.87%59.61%-
XYZ14.029.0530.71-
YUV86.62164.9146.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 61 (24.22% from 255) = 18.77%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=34.46%
G=18.77%
B=46.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112611520.260.6000.40273.6342.7241.76
Hex703D981A3C0281122b2a
Octal1607523032740504225352
Binary111000011110110011000110101111000101000100010010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703D98; }

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

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

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

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

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

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

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

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