#703394

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

Shades of Royal Purple #703394

Tints of Royal Purple #703394

Color information

#703394 (or 0x703394) is unknown color: approx Royal Purple. HEX triplet: 70, 33 and 94. RGB value is (112,51,148). Sum of RGB (Red+Green+Blue) = 112+51+148=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #703394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703394 is #8FCC6B. Grayscale: #4F4F4F. Windows color (decimal): -9423980 or 9712496. OLE color: 9712496.

HSL color Cylindrical-coordinate representation of color #703394: hue angle of 277.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703394 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11251148-
CMYK0.240.6600.42
HSL277.73º48.74%39.02%-
HSV(B)277.73º65.54%58.04%-
XYZ13.217.9528.86-
YUV80.3166.21150.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=36.01%
G=16.40%
B=47.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112511480.240.6600.42277.7348.7439.02
Hex703394184202A1163127
Octal16063224301020524266147
Binary1110000110011100101001100010000100101010100010110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703394; }

 p { color: rgb(112,51,148); }

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

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

 a { background-color: rgb(112,51,148); }

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

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

 span { border-color: rgb(112,51,148); }

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