#703FAB

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

Shades of Royal Purple #703FAB

Tints of Royal Purple #703FAB

Color information

#703FAB (or 0x703FAB) is unknown color: approx Royal Purple. HEX triplet: 70, 3F and AB. RGB value is (112,63,171). Sum of RGB (Red+Green+Blue) = 112+63+171=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #703FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703FAB is #8FC054. Grayscale: #595959. Windows color (decimal): -9420885 or 11222896. OLE color: 11222896.

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

Color convert

RGB11263171-
CMYK0.350.6300.33
HSL267.22º46.15%45.88%-
HSV(B)267.22º63.16%67.06%-
XYZ15.819.9439.61-
YUV89.96173.73143.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 63 (25% from 255) = 18.21%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=32.37%
G=18.21%
B=49.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112631710.350.6300.33267.2246.1545.88
Hex703FAB233F02110b2e2e
Octal1607725343770414135656
Binary1110000111111101010111000111111110100001100001011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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