#723B96

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

Shades of Royal Purple #723B96

Tints of Royal Purple #723B96

Color information

#723B96 (or 0x723B96) is unknown color: approx Royal Purple. HEX triplet: 72, 3B and 96. RGB value is (114,59,150). Sum of RGB (Red+Green+Blue) = 114+59+150=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #723B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723B96 is #8DC469. Grayscale: #555555. Windows color (decimal): -9290858 or 9845618. OLE color: 9845618.

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

Color convert

RGB11459150-
CMYK0.240.6100.41
HSL276.26º43.54%40.98%-
HSV(B)276.26º60.67%58.82%-
XYZ14.018.9129.84-
YUV85.82164.22148.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=35.29%
G=18.27%
B=46.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114591500.240.6100.41276.2643.5440.98
Hex723B96183D0291142c29
Octal1627322630750514245451
Binary111001011101110010110110001111010101001100010100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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