#703E9E

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

Shades of Royal Purple #703E9E

Tints of Royal Purple #703E9E

Color information

#703E9E (or 0x703E9E) is unknown color: approx Royal Purple. HEX triplet: 70, 3E and 9E. RGB value is (112,62,158). Sum of RGB (Red+Green+Blue) = 112+62+158=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #703E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703E9E is #8FC161. Grayscale: #575757. Windows color (decimal): -9421154 or 10370672. OLE color: 10370672.

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

Color convert

RGB11262158-
CMYK0.290.6100.38
HSL271.25º43.64%43.14%-
HSV(B)271.25º60.76%61.96%-
XYZ14.589.3633.39-
YUV87.89167.56145.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 62 (24.61% from 255) = 18.67%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=33.73%
G=18.67%
B=47.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112621580.290.6100.38271.2543.6443.14
Hex703E9E1D3D02610f2c2b
Octal1607623635750464175453
Binary111000011111010011110111011111010100110100001111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,62,158); }

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

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

 a { background-color: rgb(112,62,158); }

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

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

 span { border-color: rgb(112,62,158); }

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