#723E96

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

Shades of Royal Purple #723E96

Tints of Royal Purple #723E96

Color information

#723E96 (or 0x723E96) is unknown color: approx Royal Purple. HEX triplet: 72, 3E and 96. RGB value is (114,62,150). Sum of RGB (Red+Green+Blue) = 114+62+150=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #723E96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723E96 is #8DC169. Grayscale: #575757. Windows color (decimal): -9290090 or 9846386. OLE color: 9846386.

HSL color Cylindrical-coordinate representation of color #723E96: hue angle of 275.45º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #723E96 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11462150-
CMYK0.240.5900.41
HSL275.45º41.51%41.57%-
HSV(B)275.45º58.67%58.82%-
XYZ14.179.2229.89-
YUV87.58163.23146.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=34.97%
G=19.02%
B=46.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114621500.240.5900.41275.4541.5141.57
Hex723E96183B0291132a2a
Octal1627622630730514235252
Binary111001011111010010110110001110110101001100010011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723E96; }

 p { color: rgb(114,62,150); }

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

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

 a { background-color: rgb(114,62,150); }

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

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

 span { border-color: rgb(114,62,150); }

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