#714192

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

Shades of Royal Purple #714192

Tints of Royal Purple #714192

Color information

#714192 (or 0x714192) is unknown color: approx Royal Purple. HEX triplet: 71, 41 and 92. RGB value is (113,65,146). Sum of RGB (Red+Green+Blue) = 113+65+146=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #714192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714192 is #8EBE6D. Grayscale: #585858. Windows color (decimal): -9354862 or 9585009. OLE color: 9585009.

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

Color convert

RGB11365146-
CMYK0.230.5500.43
HSL275.56º38.39%41.37%-
HSV(B)275.56º55.48%57.25%-
XYZ13.899.3728.27-
YUV88.59160.4145.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=34.88%
G=20.06%
B=45.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113651460.230.5500.43275.5638.3941.37
Hex714192173702B1142629
Octal16110122227670534244651
Binary1110001100000110010010101111101110101011100010100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714192; }

 p { color: rgb(113,65,146); }

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

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

 a { background-color: rgb(113,65,146); }

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

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

 span { border-color: rgb(113,65,146); }

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