Shades of Royal Purple #7024A8
Tints of Royal Purple #7024A8
RGB
CMYK
RGB Variations
Color information
#7024A8 (or 0x7024A8) is known color: Royal Purple. HEX triplet: 70, 24 and A8. RGB value is (112,36,168). Sum of RGB (Red+Green+Blue) = 112+36+168=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 168 (66.02% from 255 or 53.16% from 316); Max value from RGB is 168 - color contains mainly: blue. Hex color #7024A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7024A8 is #8FDB57. Grayscale: #494949. Windows color (decimal): -9427800 or 11019376. OLE color: 11019376.
HSL color Cylindrical-coordinate representation of color #7024A8: hue angle of 274.55º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7024A8 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 36 | 168 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.34 |
| HSL | 274.55º | 0.65% | 0.4% | - |
| HSV(B) | 274.55º | 0.79% | 0.66% | - |
| XYZ | 14.38 | 7.53 | 37.74 | - |
| YUV | 73.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 168 | 0.33 | 0.79 | 0 | 0.34 | 274.55 | 0.65 | 0.4 |
| Hex | 70 | 24 | A8 | 21 | 4F | 0 | 22 | 113 | 41 | 28 |
| Octal | 160 | 44 | 250 | 41 | 117 | 0 | 42 | 423 | 101 | 50 |
| Binary | 1110000 | 100100 | 10101000 | 100001 | 1001111 | 0 | 100010 | 100010011 | 1000001 | 101000 |
Color Harmonies of #7024A8
Complementary color
Monochromatic Colors of #7024A8
Black with #7024A8
Text Example
Text Example
White with #7024A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7024A8; }
p { color: rgb(112,36,168); }
H1.HeaderClassName
{
color: #7024A8;
}
.AnyTagClassName
{
color: #7024A8;
}
</style>
background-color css
<style>
a { background-color: #7024A8; }
a { background-color: rgb(112,36,168); }
div.DivClassName
{
background-color: #7024A8;
}
.BgClassName
{
background-color: #7024A8;
}
</style>
border-color css
<style>
span { border-color: #7024A8; }
span { border-color: rgb(112,36,168); }
td.TdClassName
{
border-color: #7024A8;
}
.TagClassName
{
border-color: #7024A8;
}
</style>