#724092

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

Shades of Royal Purple #724092

Tints of Royal Purple #724092

Color information

#724092 (or 0x724092) is unknown color: approx Royal Purple. HEX triplet: 72, 40 and 92. RGB value is (114,64,146). Sum of RGB (Red+Green+Blue) = 114+64+146=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #724092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724092 is #8DBF6D. Grayscale: #585858. Windows color (decimal): -9289582 or 9584754. OLE color: 9584754.

HSL color Cylindrical-coordinate representation of color #724092: hue angle of 276.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724092 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11464146-
CMYK0.220.5600.43
HSL276.59º39.05%41.18%-
HSV(B)276.59º56.16%57.25%-
XYZ13.969.3228.26-
YUV88.3160.56146.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=35.19%
G=19.75%
B=45.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114641460.220.5600.43276.5939.0541.18
Hex724092163802B1152729
Octal16210022226700534254751
Binary1110010100000010010010101101110000101011100010101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724092; }

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

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

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

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

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

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

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

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