#703AB4

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

Shades of Royal Purple #703AB4

Tints of Royal Purple #703AB4

Color information

#703AB4 (or 0x703AB4) is unknown color: approx Royal Purple. HEX triplet: 70, 3A and B4. RGB value is (112,58,180). Sum of RGB (Red+Green+Blue) = 112+58+180=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 180 (70.70% from 255 or 51.43% from 350); Max value from RGB is 180 - color contains mainly: blue. Hex color #703AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703AB4 is #8FC54B. Grayscale: #575757. Windows color (decimal): -9422156 or 11811440. OLE color: 11811440.

HSL color Cylindrical-coordinate representation of color #703AB4: hue angle of 266.56º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703AB4 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11258180-
CMYK0.380.6800.29
HSL266.56º51.26%46.67%-
HSV(B)266.56º67.78%70.59%-
XYZ16.439.7744.2-
YUV88.05179.89145.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 58 (23.05% from 255) = 16.57%
BLUE value IS 180 (70.70% from 255) = 51.43%
R=32%
G=16.57%
B=51.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112581800.380.6800.29266.5651.2646.67
Hex703AB4264401D10b332f
Octal16072264461040354136357
Binary1110000111010101101001001101000100011101100001011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,58,180); }

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

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

 a { background-color: rgb(112,58,180); }

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

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

 span { border-color: rgb(112,58,180); }

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