#703593

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

Shades of Royal Purple #703593

Tints of Royal Purple #703593

Color information

#703593 (or 0x703593) is unknown color: approx Royal Purple. HEX triplet: 70, 35 and 93. RGB value is (112,53,147). Sum of RGB (Red+Green+Blue) = 112+53+147=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #703593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703593 is #8FCA6C. Grayscale: #515151. Windows color (decimal): -9423469 or 9647472. OLE color: 9647472.

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

Color convert

RGB11253147-
CMYK0.240.6400.42
HSL277.66º47%39.22%-
HSV(B)277.66º63.95%57.65%-
XYZ13.228.128.47-
YUV81.36165.05149.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=35.90%
G=16.99%
B=47.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112531470.240.6400.42277.664739.22
Hex703593184002A1162f27
Octal16065223301000524265747
Binary1110000110101100100111100010000000101010100010110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703593; }

 p { color: rgb(112,53,147); }

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

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

 a { background-color: rgb(112,53,147); }

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

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

 span { border-color: rgb(112,53,147); }

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