#714292

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

Shades of Royal Purple #714292

Tints of Royal Purple #714292

Color information

#714292 (or 0x714292) is unknown color: approx Royal Purple. HEX triplet: 71, 42 and 92. RGB value is (113,66,146). Sum of RGB (Red+Green+Blue) = 113+66+146=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #714292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714292 is #8EBD6D. Grayscale: #585858. Windows color (decimal): -9354606 or 9585265. OLE color: 9585265.

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

Color convert

RGB11366146-
CMYK0.230.5500.43
HSL275.25º37.74%41.57%-
HSV(B)275.25º54.79%57.25%-
XYZ13.959.4828.29-
YUV89.17160.07145-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=34.77%
G=20.31%
B=44.92%

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
Decimal113661460.230.5500.43275.2537.7441.57
Hex714292173702B113262a
Octal16110222227670534234652
Binary1110001100001010010010101111101110101011100010011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714292; }

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

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

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

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

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

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

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

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