Shades of Purple Heart #482AC9
Tints of Purple Heart #482AC9
RGB
CMYK
RGB Variations
Color information
#482AC9 (or 0x482AC9) is known color: Purple Heart. HEX triplet: 48, 2A and C9. RGB value is (72,42,201). Sum of RGB (Red+Green+Blue) = 72+42+201=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 201 (78.91% from 255 or 63.81% from 315); Max value from RGB is 201 - color contains mainly: blue. Hex color #482AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482AC9 is #B7D536. Grayscale: #444444. Windows color (decimal): -12047671 or 13183560. OLE color: 13183560.
HSL color Cylindrical-coordinate representation of color #482AC9: hue angle of 251.32º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482AC9 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 42 | 201 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.21 |
| HSL | 251.32º | 0.65% | 0.48% | - |
| HSV(B) | 251.32º | 0.79% | 0.79% | - |
| XYZ | 14.04 | 7.25 | 55.92 | - |
| YUV | 69.1 | 202.44 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 201 | 0.64 | 0.79 | 0 | 0.21 | 251.32 | 0.65 | 0.48 |
| Hex | 48 | 2A | C9 | 40 | 4F | 0 | 15 | FB | 41 | 30 |
| Octal | 110 | 52 | 311 | 100 | 117 | 0 | 25 | 373 | 101 | 60 |
| Binary | 1001000 | 101010 | 11001001 | 1000000 | 1001111 | 0 | 10101 | 11111011 | 1000001 | 110000 |
Color Harmonies of #482AC9
Complementary color
Monochromatic Colors of #482AC9
Black with #482AC9
Text Example
Text Example
White with #482AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482AC9; }
p { color: rgb(72,42,201); }
H1.HeaderClassName
{
color: #482AC9;
}
.AnyTagClassName
{
color: #482AC9;
}
</style>
background-color css
<style>
a { background-color: #482AC9; }
a { background-color: rgb(72,42,201); }
div.DivClassName
{
background-color: #482AC9;
}
.BgClassName
{
background-color: #482AC9;
}
</style>
border-color css
<style>
span { border-color: #482AC9; }
span { border-color: rgb(72,42,201); }
td.TdClassName
{
border-color: #482AC9;
}
.TagClassName
{
border-color: #482AC9;
}
</style>