#703EAB

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

Shades of Royal Purple #703EAB

Tints of Royal Purple #703EAB

Color information

#703EAB (or 0x703EAB) is unknown color: approx Royal Purple. HEX triplet: 70, 3E and AB. RGB value is (112,62,171). Sum of RGB (Red+Green+Blue) = 112+62+171=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #703EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703EAB is #8FC154. Grayscale: #585858. Windows color (decimal): -9421141 or 11222640. OLE color: 11222640.

HSL color Cylindrical-coordinate representation of color #703EAB: hue angle of 267.52º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703EAB is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11262171-
CMYK0.350.6400.33
HSL267.52º46.78%45.69%-
HSV(B)267.52º63.74%67.06%-
XYZ15.769.8339.6-
YUV89.38174.06144.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=32.46%
G=17.97%
B=49.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112621710.350.6400.33267.5246.7845.69
Hex703EAB234002110c2f2e
Octal16076253431000414145756
Binary11100001111101010101110001110000000100001100001100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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