#72329C

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

Shades of Royal Purple #72329C

Tints of Royal Purple #72329C

Color information

#72329C (or 0x72329C) is unknown color: approx Royal Purple. HEX triplet: 72, 32 and 9C. RGB value is (114,50,156). Sum of RGB (Red+Green+Blue) = 114+50+156=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #72329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72329C is #8DCD63. Grayscale: #505050. Windows color (decimal): -9293156 or 10236530. OLE color: 10236530.

HSL color Cylindrical-coordinate representation of color #72329C: hue angle of 276.23º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72329C is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11450156-
CMYK0.270.6800.39
HSL276.23º51.46%40.39%-
HSV(B)276.23º67.95%61.18%-
XYZ14.088.2632.3-
YUV81.22170.2151.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.62%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=35.62%
G=15.62%
B=48.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114501560.270.6800.39276.2351.4640.39
Hex72329C1B440271143328
Octal16262234331040474246350
Binary1110010110010100111001101110001000100111100010100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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