Shades of Royal Purple #723AB2
Tints of Royal Purple #723AB2
RGB
CMYK
RGB Variations
Color information
#723AB2 (or 0x723AB2) is known color: Royal Purple. HEX triplet: 72, 3A and B2. RGB value is (114,58,178). Sum of RGB (Red+Green+Blue) = 114+58+178=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #723AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723AB2 is #8DC54D. Grayscale: #575757. Windows color (decimal): -9291086 or 11680370. OLE color: 11680370.
HSL color Cylindrical-coordinate representation of color #723AB2: hue angle of 268º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #723AB2 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 58 | 178 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.30 |
| HSL | 268º | 0.51% | 0.46% | - |
| HSV(B) | 268º | 0.67% | 0.7% | - |
| XYZ | 16.49 | 9.82 | 43.15 | - |
| YUV | 88.42 | 178.55 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 178 | 0.36 | 0.67 | 0 | 0.30 | 268 | 0.51 | 0.46 |
| Hex | 72 | 3A | B2 | 24 | 43 | 0 | 1E | 10C | 33 | 2E |
| Octal | 162 | 72 | 262 | 44 | 103 | 0 | 36 | 414 | 63 | 56 |
| Binary | 1110010 | 111010 | 10110010 | 100100 | 1000011 | 0 | 11110 | 100001100 | 110011 | 101110 |
Color Harmonies of #723AB2
Complementary color
Monochromatic Colors of #723AB2
Black with #723AB2
Text Example
Text Example
White with #723AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723AB2; }
p { color: rgb(114,58,178); }
H1.HeaderClassName
{
color: #723AB2;
}
.AnyTagClassName
{
color: #723AB2;
}
</style>
background-color css
<style>
a { background-color: #723AB2; }
a { background-color: rgb(114,58,178); }
div.DivClassName
{
background-color: #723AB2;
}
.BgClassName
{
background-color: #723AB2;
}
</style>
border-color css
<style>
span { border-color: #723AB2; }
span { border-color: rgb(114,58,178); }
td.TdClassName
{
border-color: #723AB2;
}
.TagClassName
{
border-color: #723AB2;
}
</style>