#704391

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

Shades of Royal Purple #704391

Tints of Royal Purple #704391

Color information

#704391 (or 0x704391) is unknown color: approx Royal Purple. HEX triplet: 70, 43 and 91. RGB value is (112,67,145). Sum of RGB (Red+Green+Blue) = 112+67+145=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #704391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704391 is #8FBC6E. Grayscale: #595959. Windows color (decimal): -9419887 or 9519984. OLE color: 9519984.

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

Color convert

RGB11267145-
CMYK0.230.5400.43
HSL274.62º36.79%41.57%-
HSV(B)274.62º53.79%56.86%-
XYZ13.89.527.9-
YUV89.35159.41144.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 67 (26.56% from 255) = 20.68%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=34.57%
G=20.68%
B=44.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112671450.230.5400.43274.6236.7941.57
Hex704391173602B113252a
Octal16010322127660534234552
Binary1110000100001110010001101111101100101011100010011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704391; }

 p { color: rgb(112,67,145); }

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

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

 a { background-color: rgb(112,67,145); }

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

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

 span { border-color: rgb(112,67,145); }

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