#723696

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

Shades of Royal Purple #723696

Tints of Royal Purple #723696

Color information

#723696 (or 0x723696) is unknown color: approx Royal Purple. HEX triplet: 72, 36 and 96. RGB value is (114,54,150). Sum of RGB (Red+Green+Blue) = 114+54+150=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #723696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723696 is #8DC969. Grayscale: #525252. Windows color (decimal): -9292138 or 9844338. OLE color: 9844338.

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

Color convert

RGB11454150-
CMYK0.240.6400.41
HSL277.5º47.06%40%-
HSV(B)277.5º64%58.82%-
XYZ13.768.4229.75-
YUV82.88165.88150.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 150 (58.98% from 255) = 47.17%
R=35.85%
G=16.98%
B=47.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114541500.240.6400.41277.547.0640
Hex72369618400291162f28
Octal16266226301000514265750
Binary1110010110110100101101100010000000101001100010110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723696; }

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

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

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

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

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

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

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

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