#724299

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

Shades of Royal Purple #724299

Tints of Royal Purple #724299

Color information

#724299 (or 0x724299) is unknown color: approx Royal Purple. HEX triplet: 72, 42 and 99. RGB value is (114,66,153). Sum of RGB (Red+Green+Blue) = 114+66+153=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #724299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724299 is #8DBD66. Grayscale: #595959. Windows color (decimal): -9289063 or 10044018. OLE color: 10044018.

HSL color Cylindrical-coordinate representation of color #724299: hue angle of 273.1º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #724299 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11466153-
CMYK0.250.5700.4
HSL273.1º39.73%42.94%-
HSV(B)273.1º56.86%60%-
XYZ14.649.7731.25-
YUV90.27163.4144.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.23%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=34.23%
G=19.82%
B=45.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114661530.250.5700.4273.139.7342.94
Hex7242991939028111282b
Octal16210223131710504215053
Binary1110010100001010011001110011110010101000100010001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724299; }

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

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

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

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

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

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

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

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