Shades of Purple Heart #481FCF
Tints of Purple Heart #481FCF
RGB
CMYK
RGB Variations
Color information
#481FCF (or 0x481FCF) is known color: Purple Heart. HEX triplet: 48, 1F and CF. RGB value is (72,31,207). Sum of RGB (Red+Green+Blue) = 72+31+207=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #481FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481FCF is #B7E030. Grayscale: #3E3E3E. Windows color (decimal): -12050481 or 13573960. OLE color: 13573960.
HSL color Cylindrical-coordinate representation of color #481FCF: hue angle of 253.98º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481FCF is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 31 | 207 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.19 |
| HSL | 253.98º | 0.74% | 0.47% | - |
| HSV(B) | 253.98º | 0.85% | 0.81% | - |
| XYZ | 14.42 | 6.86 | 59.6 | - |
| YUV | 63.32 | 209.08 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 207 | 0.65 | 0.85 | 0 | 0.19 | 253.98 | 0.74 | 0.47 |
| Hex | 48 | 1F | CF | 41 | 55 | 0 | 13 | FE | 4A | 2F |
| Octal | 110 | 37 | 317 | 101 | 125 | 0 | 23 | 376 | 112 | 57 |
| Binary | 1001000 | 11111 | 11001111 | 1000001 | 1010101 | 0 | 10011 | 11111110 | 1001010 | 101111 |
Color Harmonies of #481FCF
Complementary color
Monochromatic Colors of #481FCF
Black with #481FCF
Text Example
Text Example
White with #481FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481FCF; }
p { color: rgb(72,31,207); }
H1.HeaderClassName
{
color: #481FCF;
}
.AnyTagClassName
{
color: #481FCF;
}
</style>
background-color css
<style>
a { background-color: #481FCF; }
a { background-color: rgb(72,31,207); }
div.DivClassName
{
background-color: #481FCF;
}
.BgClassName
{
background-color: #481FCF;
}
</style>
border-color css
<style>
span { border-color: #481FCF; }
span { border-color: rgb(72,31,207); }
td.TdClassName
{
border-color: #481FCF;
}
.TagClassName
{
border-color: #481FCF;
}
</style>