Shades of Purple Heart #482FCF
Tints of Purple Heart #482FCF
RGB
CMYK
RGB Variations
Color information
#482FCF (or 0x482FCF) is known color: Purple Heart. HEX triplet: 48, 2F and CF. RGB value is (72,47,207). Sum of RGB (Red+Green+Blue) = 72+47+207=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #482FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482FCF is #B7D030. Grayscale: #484848. Windows color (decimal): -12046385 or 13578056. OLE color: 13578056.
HSL color Cylindrical-coordinate representation of color #482FCF: hue angle of 249.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #482FCF is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 47 | 207 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.19 |
| HSL | 249.38º | 0.63% | 0.5% | - |
| HSV(B) | 249.38º | 0.77% | 0.81% | - |
| XYZ | 14.95 | 7.92 | 59.77 | - |
| YUV | 72.72 | 203.78 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 207 | 0.65 | 0.77 | 0 | 0.19 | 249.38 | 0.63 | 0.5 |
| Hex | 48 | 2F | CF | 41 | 4D | 0 | 13 | F9 | 3F | 32 |
| Octal | 110 | 57 | 317 | 101 | 115 | 0 | 23 | 371 | 77 | 62 |
| Binary | 1001000 | 101111 | 11001111 | 1000001 | 1001101 | 0 | 10011 | 11111001 | 111111 | 110010 |
Color Harmonies of #482FCF
Complementary color
Monochromatic Colors of #482FCF
Black with #482FCF
Text Example
Text Example
White with #482FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482FCF; }
p { color: rgb(72,47,207); }
H1.HeaderClassName
{
color: #482FCF;
}
.AnyTagClassName
{
color: #482FCF;
}
</style>
background-color css
<style>
a { background-color: #482FCF; }
a { background-color: rgb(72,47,207); }
div.DivClassName
{
background-color: #482FCF;
}
.BgClassName
{
background-color: #482FCF;
}
</style>
border-color css
<style>
span { border-color: #482FCF; }
span { border-color: rgb(72,47,207); }
td.TdClassName
{
border-color: #482FCF;
}
.TagClassName
{
border-color: #482FCF;
}
</style>