#72329F

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

Shades of Royal Purple #72329F

Tints of Royal Purple #72329F

Color information

#72329F (or 0x72329F) is unknown color: approx Royal Purple. HEX triplet: 72, 32 and 9F. RGB value is (114,50,159). Sum of RGB (Red+Green+Blue) = 114+50+159=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #72329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72329F is #8DCD60. Grayscale: #515151. Windows color (decimal): -9293153 or 10433138. OLE color: 10433138.

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

Color convert

RGB11450159-
CMYK0.280.6900.38
HSL275.23º52.15%40.98%-
HSV(B)275.23º68.55%62.35%-
XYZ14.348.3633.66-
YUV81.56171.7151.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 50 (19.92% from 255) = 15.48%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=35.29%
G=15.48%
B=49.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114501590.280.6900.38275.2352.1540.98
Hex72329F1C450261133429
Octal16262237341050464236451
Binary1110010110010100111111110010001010100110100010011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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