Shades of Purple Heart #482CB3
Tints of Purple Heart #482CB3
RGB
CMYK
RGB Variations
Color information
#482CB3 (or 0x482CB3) is known color: Purple Heart. HEX triplet: 48, 2C and B3. RGB value is (72,44,179). Sum of RGB (Red+Green+Blue) = 72+44+179=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #482CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CB3 is #B7D34C. Grayscale: #434343. Windows color (decimal): -12047181 or 11742280. OLE color: 11742280.
HSL color Cylindrical-coordinate representation of color #482CB3: hue angle of 252.44º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482CB3 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 44 | 179 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.30 |
| HSL | 252.44º | 0.61% | 0.44% | - |
| HSV(B) | 252.44º | 0.75% | 0.7% | - |
| XYZ | 11.71 | 6.43 | 43.27 | - |
| YUV | 67.76 | 190.78 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 179 | 0.60 | 0.75 | 0 | 0.30 | 252.44 | 0.61 | 0.44 |
| Hex | 48 | 2C | B3 | 3C | 4B | 0 | 1E | FC | 3D | 2C |
| Octal | 110 | 54 | 263 | 74 | 113 | 0 | 36 | 374 | 75 | 54 |
| Binary | 1001000 | 101100 | 10110011 | 111100 | 1001011 | 0 | 11110 | 11111100 | 111101 | 101100 |
Color Harmonies of #482CB3
Complementary color
Monochromatic Colors of #482CB3
Black with #482CB3
Text Example
Text Example
White with #482CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482CB3; }
p { color: rgb(72,44,179); }
H1.HeaderClassName
{
color: #482CB3;
}
.AnyTagClassName
{
color: #482CB3;
}
</style>
background-color css
<style>
a { background-color: #482CB3; }
a { background-color: rgb(72,44,179); }
div.DivClassName
{
background-color: #482CB3;
}
.BgClassName
{
background-color: #482CB3;
}
</style>
border-color css
<style>
span { border-color: #482CB3; }
span { border-color: rgb(72,44,179); }
td.TdClassName
{
border-color: #482CB3;
}
.TagClassName
{
border-color: #482CB3;
}
</style>