#714091

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

Shades of Royal Purple #714091

Tints of Royal Purple #714091

Color information

#714091 (or 0x714091) is unknown color: approx Royal Purple. HEX triplet: 71, 40 and 91. RGB value is (113,64,145). Sum of RGB (Red+Green+Blue) = 113+64+145=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #714091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714091 is #8EBF6E. Grayscale: #575757. Windows color (decimal): -9355119 or 9519217. OLE color: 9519217.

HSL color Cylindrical-coordinate representation of color #714091: hue angle of 276.3º 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 #714091 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11364145-
CMYK0.220.5600.43
HSL276.3º38.76%40.98%-
HSV(B)276.3º55.86%56.86%-
XYZ13.759.2227.84-
YUV87.88160.23145.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=35.09%
G=19.88%
B=45.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113641450.220.5600.43276.338.7640.98
Hex714091163802B1142729
Octal16110022126700534244751
Binary1110001100000010010001101101110000101011100010100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714091; }

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

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

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

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

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

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

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

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