#703AA7

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

Shades of Royal Purple #703AA7

Tints of Royal Purple #703AA7

Color information

#703AA7 (or 0x703AA7) is unknown color: approx Royal Purple. HEX triplet: 70, 3A and A7. RGB value is (112,58,167). Sum of RGB (Red+Green+Blue) = 112+58+167=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 167 (65.62% from 255 or 49.55% from 337); Max value from RGB is 167 - color contains mainly: blue. Hex color #703AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703AA7 is #8FC558. Grayscale: #565656. Windows color (decimal): -9422169 or 10959472. OLE color: 10959472.

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

Color convert

RGB11258167-
CMYK0.330.6500.35
HSL269.72º48.44%44.12%-
HSV(B)269.72º65.27%65.49%-
XYZ15.179.2637.55-
YUV86.57173.39146.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 167 (65.62% from 255) = 49.55%
R=33.23%
G=17.21%
B=49.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112581670.330.6500.35269.7248.4444.12
Hex703AA7214102310e302c
Octal16072247411010434166054
Binary11100001110101010011110000110000010100011100001110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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