#703D96

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

Shades of Royal Purple #703D96

Tints of Royal Purple #703D96

Color information

#703D96 (or 0x703D96) is unknown color: approx Royal Purple. HEX triplet: 70, 3D and 96. RGB value is (112,61,150). Sum of RGB (Red+Green+Blue) = 112+61+150=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #703D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703D96 is #8FC269. Grayscale: #565656. Windows color (decimal): -9421418 or 9846128. OLE color: 9846128.

HSL color Cylindrical-coordinate representation of color #703D96: hue angle of 274.38º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #703D96 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11261150-
CMYK0.250.5900.41
HSL274.38º42.18%41.37%-
HSV(B)274.38º59.33%58.82%-
XYZ13.868.9829.86-
YUV86.39163.9146.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 61 (24.22% from 255) = 18.89%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=34.67%
G=18.89%
B=46.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112611500.250.5900.41274.3842.1841.37
Hex703D96193B0291122a29
Octal1607522631730514225251
Binary111000011110110010110110011110110101001100010010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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