#724099

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

Shades of Royal Purple #724099

Tints of Royal Purple #724099

Color information

#724099 (or 0x724099) is unknown color: approx Royal Purple. HEX triplet: 72, 40 and 99. RGB value is (114,64,153). Sum of RGB (Red+Green+Blue) = 114+64+153=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #724099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724099 is #8DBF66. Grayscale: #585858. Windows color (decimal): -9289575 or 10043506. OLE color: 10043506.

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

Color convert

RGB11464153-
CMYK0.250.5800.4
HSL273.71º41.01%42.55%-
HSV(B)273.71º58.17%60%-
XYZ14.529.5431.21-
YUV89.1164.06145.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 153 (60.16% from 255) = 46.22%
R=34.44%
G=19.34%
B=46.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114641530.250.5800.4273.7141.0142.55
Hex724099193A028112292b
Octal16210023131720504225153
Binary1110010100000010011001110011110100101000100010010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724099; }

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

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

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

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

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

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

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

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