#724292

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

Shades of Royal Purple #724292

Tints of Royal Purple #724292

Color information

#724292 (or 0x724292) is unknown color: approx Royal Purple. HEX triplet: 72, 42 and 92. RGB value is (114,66,146). Sum of RGB (Red+Green+Blue) = 114+66+146=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #724292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724292 is #8DBD6D. Grayscale: #595959. Windows color (decimal): -9289070 or 9585266. OLE color: 9585266.

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

Color convert

RGB11466146-
CMYK0.220.5500.43
HSL276º37.74%41.57%-
HSV(B)276º54.79%57.25%-
XYZ14.089.5528.3-
YUV89.47159.9145.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=34.97%
G=20.25%
B=44.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114661460.220.5500.4327637.7441.57
Hex724292163702B114262a
Octal16210222226670534244652
Binary1110010100001010010010101101101110101011100010100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724292; }

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

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

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

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

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

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

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

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