#72329D

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

Shades of Royal Purple #72329D

Tints of Royal Purple #72329D

Color information

#72329D (or 0x72329D) is unknown color: approx Royal Purple. HEX triplet: 72, 32 and 9D. RGB value is (114,50,157). Sum of RGB (Red+Green+Blue) = 114+50+157=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #72329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72329D is #8DCD62. Grayscale: #505050. Windows color (decimal): -9293155 or 10302066. OLE color: 10302066.

HSL color Cylindrical-coordinate representation of color #72329D: hue angle of 275.89º 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 #72329D is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11450157-
CMYK0.270.6800.38
HSL275.89º51.69%40.59%-
HSV(B)275.89º68.15%61.57%-
XYZ14.178.2932.75-
YUV81.33170.7151.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 157 (61.72% from 255) = 48.91%
R=35.51%
G=15.58%
B=48.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114501570.270.6800.38275.8951.6940.59
Hex72329D1B440261143429
Octal16262235331040464246451
Binary1110010110010100111011101110001000100110100010100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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