#72249f

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

Shades of Royal Purple #72249F

Tints of Royal Purple #72249F

Color information

#72249F (or 0x72249F) is unknown color: approx Royal Purple. HEX triplet: 72, 24 and 9F. RGB value is (114,36,159). Sum of RGB (Red+Green+Blue) = 114+36+159=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #72249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72249F is #8DDB60. Grayscale: #484848. Windows color (decimal): -9296737 or 10429554. OLE color: 10429554.

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

Color convert

RGB11436159-
CMYK0.280.7700.38
HSL278.05º63.08%38.24%-
HSV(B)278.05º77.36%62.35%-
XYZ13.837.3433.49-
YUV73.34176.34157-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 36 (14.45% from 255) = 11.65%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=36.89%
G=11.65%
B=51.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114361590.280.7700.38278.0563.0838.24
Hex72249F1C4D0261163f26
Octal16244237341150464267746
Binary1110010100100100111111110010011010100110100010110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72249f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72249f; }

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

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

<style>
 a { background-color: #72249f; }

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

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

<style>
 span { border-color: #72249f; }

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

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