Shades of Purple Heart #482CCA
Tints of Purple Heart #482CCA
RGB
CMYK
RGB Variations
Color information
#482CCA (or 0x482CCA) is known color: Purple Heart. HEX triplet: 48, 2C and CA. RGB value is (72,44,202). Sum of RGB (Red+Green+Blue) = 72+44+202=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #482CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CCA is #B7D335. Grayscale: #454545. Windows color (decimal): -12047158 or 13249608. OLE color: 13249608.
HSL color Cylindrical-coordinate representation of color #482CCA: hue angle of 250.63º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482CCA is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 44 | 202 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.21 |
| HSL | 250.63º | 0.64% | 0.48% | - |
| HSV(B) | 250.63º | 0.78% | 0.79% | - |
| XYZ | 14.23 | 7.44 | 56.56 | - |
| YUV | 70.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 202 | 0.64 | 0.78 | 0 | 0.21 | 250.63 | 0.64 | 0.48 |
| Hex | 48 | 2C | CA | 40 | 4E | 0 | 15 | FB | 40 | 30 |
| Octal | 110 | 54 | 312 | 100 | 116 | 0 | 25 | 373 | 100 | 60 |
| Binary | 1001000 | 101100 | 11001010 | 1000000 | 1001110 | 0 | 10101 | 11111011 | 1000000 | 110000 |
Color Harmonies of #482CCA
Complementary color
Monochromatic Colors of #482CCA
Black with #482CCA
Text Example
Text Example
White with #482CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482CCA; }
p { color: rgb(72,44,202); }
H1.HeaderClassName
{
color: #482CCA;
}
.AnyTagClassName
{
color: #482CCA;
}
</style>
background-color css
<style>
a { background-color: #482CCA; }
a { background-color: rgb(72,44,202); }
div.DivClassName
{
background-color: #482CCA;
}
.BgClassName
{
background-color: #482CCA;
}
</style>
border-color css
<style>
span { border-color: #482CCA; }
span { border-color: rgb(72,44,202); }
td.TdClassName
{
border-color: #482CCA;
}
.TagClassName
{
border-color: #482CCA;
}
</style>