Shades of Purple Heart #482AC8
Tints of Purple Heart #482AC8
RGB
CMYK
RGB Variations
Color information
#482AC8 (or 0x482AC8) is known color: Purple Heart. HEX triplet: 48, 2A and C8. RGB value is (72,42,200). Sum of RGB (Red+Green+Blue) = 72+42+200=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #482AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482AC8 is #B7D537. Grayscale: #444444. Windows color (decimal): -12047672 or 13118024. OLE color: 13118024.
HSL color Cylindrical-coordinate representation of color #482AC8: hue angle of 251.39º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482AC8 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 42 | 200 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.22 |
| HSL | 251.39º | 0.65% | 0.47% | - |
| HSV(B) | 251.39º | 0.79% | 0.78% | - |
| XYZ | 13.93 | 7.2 | 55.3 | - |
| YUV | 68.98 | 201.94 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 200 | 0.64 | 0.79 | 0 | 0.22 | 251.39 | 0.65 | 0.47 |
| Hex | 48 | 2A | C8 | 40 | 4F | 0 | 16 | FB | 41 | 2F |
| Octal | 110 | 52 | 310 | 100 | 117 | 0 | 26 | 373 | 101 | 57 |
| Binary | 1001000 | 101010 | 11001000 | 1000000 | 1001111 | 0 | 10110 | 11111011 | 1000001 | 101111 |
Color Harmonies of #482AC8
Complementary color
Monochromatic Colors of #482AC8
Black with #482AC8
Text Example
Text Example
White with #482AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482AC8; }
p { color: rgb(72,42,200); }
H1.HeaderClassName
{
color: #482AC8;
}
.AnyTagClassName
{
color: #482AC8;
}
</style>
background-color css
<style>
a { background-color: #482AC8; }
a { background-color: rgb(72,42,200); }
div.DivClassName
{
background-color: #482AC8;
}
.BgClassName
{
background-color: #482AC8;
}
</style>
border-color css
<style>
span { border-color: #482AC8; }
span { border-color: rgb(72,42,200); }
td.TdClassName
{
border-color: #482AC8;
}
.TagClassName
{
border-color: #482AC8;
}
</style>