#72329E

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

Shades of Royal Purple #72329E

Tints of Royal Purple #72329E

Color information

#72329E (or 0x72329E) is unknown color: approx Royal Purple. HEX triplet: 72, 32 and 9E. RGB value is (114,50,158). Sum of RGB (Red+Green+Blue) = 114+50+158=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #72329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72329E is #8DCD61. Grayscale: #515151. Windows color (decimal): -9293154 or 10367602. OLE color: 10367602.

HSL color Cylindrical-coordinate representation of color #72329E: hue angle of 275.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72329E is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11450158-
CMYK0.280.6800.38
HSL275.56º51.92%40.78%-
HSV(B)275.56º68.35%61.96%-
XYZ14.258.3333.2-
YUV81.45171.2151.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 50 (19.92% from 255) = 15.53%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=35.40%
G=15.53%
B=49.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114501580.280.6800.38275.5651.9240.78
Hex72329E1C440261143429
Octal16262236341040464246451
Binary1110010110010100111101110010001000100110100010100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72329E; }

 p { color: rgb(114,50,158); }

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

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

 a { background-color: rgb(114,50,158); }

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

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

 span { border-color: rgb(114,50,158); }

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