#72349D

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

Shades of Royal Purple #72349D

Tints of Royal Purple #72349D

Color information

#72349D (or 0x72349D) is unknown color: approx Royal Purple. HEX triplet: 72, 34 and 9D. RGB value is (114,52,157). Sum of RGB (Red+Green+Blue) = 114+52+157=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #72349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72349D is #8DCB62. Grayscale: #525252. Windows color (decimal): -9292643 or 10302578. OLE color: 10302578.

HSL color Cylindrical-coordinate representation of color #72349D: hue angle of 275.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72349D is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11452157-
CMYK0.270.6700.38
HSL275.43º50.24%40.98%-
HSV(B)275.43º66.88%61.57%-
XYZ14.258.4732.78-
YUV82.51170.04150.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=35.29%
G=16.10%
B=48.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114521570.270.6700.38275.4350.2440.98
Hex72349D1B430261133229
Octal16264235331030464236251
Binary1110010110100100111011101110000110100110100010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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