#72299D

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

Shades of Royal Purple #72299D

Tints of Royal Purple #72299D

Color information

#72299D (or 0x72299D) is unknown color: approx Royal Purple. HEX triplet: 72, 29 and 9D. RGB value is (114,41,157). Sum of RGB (Red+Green+Blue) = 114+41+157=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #72299D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72299D is #8DD662. Grayscale: #4B4B4B. Windows color (decimal): -9295459 or 10299762. OLE color: 10299762.

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

Color convert

RGB11441157-
CMYK0.270.7400.38
HSL277.76º58.59%38.82%-
HSV(B)277.76º73.89%61.57%-
XYZ13.827.632.64-
YUV76.05173.68155.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 41 (16.41% from 255) = 13.14%
BLUE value IS 157 (61.72% from 255) = 50.32%
R=36.54%
G=13.14%
B=50.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114411570.270.7400.38277.7658.5938.82
Hex72299D1B4A0261163b27
Octal16251235331120464267347
Binary1110010101001100111011101110010100100110100010110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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