Shades of Purple #72037C
Tints of Purple #72037C
RGB
CMYK
RGB Variations
Color information
#72037C (or 0x72037C) is known color: Purple. HEX triplet: 72, 03 and 7C. RGB value is (114,3,124). Sum of RGB (Red+Green+Blue) = 114+3+124=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #72037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72037C is #8DFC83. Grayscale: #313131. Windows color (decimal): -9305220 or 8127346. OLE color: 8127346.
HSL color Cylindrical-coordinate representation of color #72037C: hue angle of 295.04º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72037C is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 3 | 124 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.51 |
| HSL | 295.04º | 0.95% | 0.25% | - |
| HSV(B) | 295.04º | 0.98% | 0.49% | - |
| XYZ | 10.61 | 5.1 | 19.49 | - |
| YUV | 49.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 3 | 124 | 0.08 | 0.98 | 0 | 0.51 | 295.04 | 0.95 | 0.25 |
| Hex | 72 | 3 | 7C | 8 | 62 | 0 | 33 | 127 | 5F | 19 |
| Octal | 162 | 3 | 174 | 10 | 142 | 0 | 63 | 447 | 137 | 31 |
| Binary | 1110010 | 11 | 1111100 | 1000 | 1100010 | 0 | 110011 | 100100111 | 1011111 | 11001 |
Color Harmonies of #72037C
Complementary color
Monochromatic Colors of #72037C
Black with #72037C
Text Example
Text Example
White with #72037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72037C; }
p { color: rgb(114,3,124); }
H1.HeaderClassName
{
color: #72037C;
}
.AnyTagClassName
{
color: #72037C;
}
</style>
background-color css
<style>
a { background-color: #72037C; }
a { background-color: rgb(114,3,124); }
div.DivClassName
{
background-color: #72037C;
}
.BgClassName
{
background-color: #72037C;
}
</style>
border-color css
<style>
span { border-color: #72037C; }
span { border-color: rgb(114,3,124); }
td.TdClassName
{
border-color: #72037C;
}
.TagClassName
{
border-color: #72037C;
}
</style>