#703D9F

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

Shades of Royal Purple #703D9F

Tints of Royal Purple #703D9F

Color information

#703D9F (or 0x703D9F) is unknown color: approx Royal Purple. HEX triplet: 70, 3D and 9F. RGB value is (112,61,159). Sum of RGB (Red+Green+Blue) = 112+61+159=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #703D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703D9F is #8FC260. Grayscale: #575757. Windows color (decimal): -9421409 or 10435952. OLE color: 10435952.

HSL color Cylindrical-coordinate representation of color #703D9F: hue angle of 271.22º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #703D9F is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11261159-
CMYK0.300.6200.38
HSL271.22º44.55%43.14%-
HSV(B)271.22º61.64%62.35%-
XYZ14.619.2933.82-
YUV87.42168.4145.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 61 (24.22% from 255) = 18.37%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=33.73%
G=18.37%
B=47.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112611590.300.6200.38271.2244.5543.14
Hex703D9F1E3E02610f2d2b
Octal1607523736760464175553
Binary111000011110110011111111101111100100110100001111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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