#704091

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

Shades of Royal Purple #704091

Tints of Royal Purple #704091

Color information

#704091 (or 0x704091) is unknown color: approx Royal Purple. HEX triplet: 70, 40 and 91. RGB value is (112,64,145). Sum of RGB (Red+Green+Blue) = 112+64+145=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #704091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704091 is #8FBF6E. Grayscale: #575757. Windows color (decimal): -9420655 or 9519216. OLE color: 9519216.

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

Color convert

RGB11264145-
CMYK0.230.5600.43
HSL275.56º38.76%40.98%-
HSV(B)275.56º55.86%56.86%-
XYZ13.639.1627.84-
YUV87.59160.4145.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=34.89%
G=19.94%
B=45.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112641450.230.5600.43275.5638.7640.98
Hex704091173802B1142729
Octal16010022127700534244751
Binary1110000100000010010001101111110000101011100010100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704091; }

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

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

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

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

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

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

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

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