#704492

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

Shades of Royal Purple #704492

Tints of Royal Purple #704492

Color information

#704492 (or 0x704492) is unknown color: approx Royal Purple. HEX triplet: 70, 44 and 92. RGB value is (112,68,146). Sum of RGB (Red+Green+Blue) = 112+68+146=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #704492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704492 is #8FBB6D. Grayscale: #595959. Windows color (decimal): -9419630 or 9585776. OLE color: 9585776.

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

Color convert

RGB11268146-
CMYK0.230.5300.43
HSL273.85º36.45%41.96%-
HSV(B)273.85º53.42%57.25%-
XYZ13.949.6528.32-
YUV90.05159.58143.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=34.36%
G=20.86%
B=44.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112681460.230.5300.43273.8536.4541.96
Hex704492173502B112242a
Octal16010422227650534224452
Binary1110000100010010010010101111101010101011100010010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704492; }

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

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

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

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

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

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

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

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