#703892

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

Shades of Royal Purple #703892

Tints of Royal Purple #703892

Color information

#703892 (or 0x703892) is unknown color: approx Royal Purple. HEX triplet: 70, 38 and 92. RGB value is (112,56,146). Sum of RGB (Red+Green+Blue) = 112+56+146=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #703892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703892 is #8FC76D. Grayscale: #525252. Windows color (decimal): -9422702 or 9582704. OLE color: 9582704.

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

Color convert

RGB11256146-
CMYK0.230.6200.43
HSL277.33º44.55%39.61%-
HSV(B)277.33º61.64%57.25%-
XYZ13.288.3528.11-
YUV83163.55148.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 56 (22.27% from 255) = 17.83%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=35.67%
G=17.83%
B=46.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112561460.230.6200.43277.3344.5539.61
Hex703892173E02B1152d28
Octal1607022227760534255550
Binary111000011100010010010101111111100101011100010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703892; }

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

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

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

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

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

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

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

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