#72299E

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

Shades of Royal Purple #72299E

Tints of Royal Purple #72299E

Color information

#72299E (or 0x72299E) is unknown color: approx Royal Purple. HEX triplet: 72, 29 and 9E. RGB value is (114,41,158). Sum of RGB (Red+Green+Blue) = 114+41+158=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #72299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72299E is #8DD661. Grayscale: #4B4B4B. Windows color (decimal): -9295458 or 10365298. OLE color: 10365298.

HSL color Cylindrical-coordinate representation of color #72299E: hue angle of 277.44º 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 #72299E is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11441158-
CMYK0.280.7400.38
HSL277.44º58.79%39.02%-
HSV(B)277.44º74.05%61.96%-
XYZ13.97.6333.09-
YUV76.16174.18154.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=36.42%
G=13.10%
B=50.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114411580.280.7400.38277.4458.7939.02
Hex72299E1C4A0261153b27
Octal16251236341120464257347
Binary1110010101001100111101110010010100100110100010101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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