Shades of Purple Heart #482CCF
Tints of Purple Heart #482CCF
RGB
CMYK
RGB Variations
Color information
#482CCF (or 0x482CCF) is known color: Purple Heart. HEX triplet: 48, 2C and CF. RGB value is (72,44,207). Sum of RGB (Red+Green+Blue) = 72+44+207=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #482CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CCF is #B7D330. Grayscale: #464646. Windows color (decimal): -12047153 or 13577288. OLE color: 13577288.
HSL color Cylindrical-coordinate representation of color #482CCF: hue angle of 250.31º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482CCF is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 44 | 207 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.19 |
| HSL | 250.31º | 0.65% | 0.49% | - |
| HSV(B) | 250.31º | 0.79% | 0.81% | - |
| XYZ | 14.84 | 7.68 | 59.73 | - |
| YUV | 70.95 | 204.78 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 207 | 0.65 | 0.79 | 0 | 0.19 | 250.31 | 0.65 | 0.49 |
| Hex | 48 | 2C | CF | 41 | 4F | 0 | 13 | FA | 41 | 31 |
| Octal | 110 | 54 | 317 | 101 | 117 | 0 | 23 | 372 | 101 | 61 |
| Binary | 1001000 | 101100 | 11001111 | 1000001 | 1001111 | 0 | 10011 | 11111010 | 1000001 | 110001 |
Color Harmonies of #482CCF
Complementary color
Monochromatic Colors of #482CCF
Black with #482CCF
Text Example
Text Example
White with #482CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482CCF; }
p { color: rgb(72,44,207); }
H1.HeaderClassName
{
color: #482CCF;
}
.AnyTagClassName
{
color: #482CCF;
}
</style>
background-color css
<style>
a { background-color: #482CCF; }
a { background-color: rgb(72,44,207); }
div.DivClassName
{
background-color: #482CCF;
}
.BgClassName
{
background-color: #482CCF;
}
</style>
border-color css
<style>
span { border-color: #482CCF; }
span { border-color: rgb(72,44,207); }
td.TdClassName
{
border-color: #482CCF;
}
.TagClassName
{
border-color: #482CCF;
}
</style>