#703893

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

Shades of Royal Purple #703893

Tints of Royal Purple #703893

Color information

#703893 (or 0x703893) is unknown color: approx Royal Purple. HEX triplet: 70, 38 and 93. RGB value is (112,56,147). Sum of RGB (Red+Green+Blue) = 112+56+147=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #703893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703893 is #8FC76C. Grayscale: #525252. Windows color (decimal): -9422701 or 9648240. OLE color: 9648240.

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

Color convert

RGB11256147-
CMYK0.240.6200.42
HSL276.92º44.83%39.8%-
HSV(B)276.92º61.9%57.65%-
XYZ13.368.3828.52-
YUV83.12164.05148.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 56 (22.27% from 255) = 17.78%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=35.56%
G=17.78%
B=46.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112561470.240.6200.42276.9244.8339.8
Hex703893183E02A1152d28
Octal1607022330760524255550
Binary111000011100010010011110001111100101010100010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703893; }

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

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

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

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

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

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

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

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