#724293

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

Shades of Royal Purple #724293

Tints of Royal Purple #724293

Color information

#724293 (or 0x724293) is unknown color: approx Royal Purple. HEX triplet: 72, 42 and 93. RGB value is (114,66,147). Sum of RGB (Red+Green+Blue) = 114+66+147=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #724293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724293 is #8DBD6C. Grayscale: #595959. Windows color (decimal): -9289069 or 9650802. OLE color: 9650802.

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

Color convert

RGB11466147-
CMYK0.220.5500.42
HSL275.56º38.03%41.76%-
HSV(B)275.56º55.1%57.65%-
XYZ14.159.5828.71-
YUV89.59160.4145.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=34.86%
G=20.18%
B=44.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114661470.220.5500.42275.5638.0341.76
Hex724293163702A114262a
Octal16210222326670524244652
Binary1110010100001010010011101101101110101010100010100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724293; }

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

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

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

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

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

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

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

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