#714293

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

Shades of Royal Purple #714293

Tints of Royal Purple #714293

Color information

#714293 (or 0x714293) is unknown color: approx Royal Purple. HEX triplet: 71, 42 and 93. RGB value is (113,66,147). Sum of RGB (Red+Green+Blue) = 113+66+147=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #714293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714293 is #8EBD6C. Grayscale: #595959. Windows color (decimal): -9354605 or 9650801. OLE color: 9650801.

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

Color convert

RGB11366147-
CMYK0.230.5500.42
HSL274.81º38.03%41.76%-
HSV(B)274.81º55.1%57.65%-
XYZ14.029.5128.7-
YUV89.29160.57144.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=34.66%
G=20.25%
B=45.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113661470.230.5500.42274.8138.0341.76
Hex714293173702A113262a
Octal16110222327670524234652
Binary1110001100001010010011101111101110101010100010011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714293; }

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

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

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

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

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

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

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

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