Shades of Purple Heart #481FC6
Tints of Purple Heart #481FC6
RGB
CMYK
RGB Variations
Color information
#481FC6 (or 0x481FC6) is known color: Purple Heart. HEX triplet: 48, 1F and C6. RGB value is (72,31,198). Sum of RGB (Red+Green+Blue) = 72+31+198=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 198 (77.73% from 255 or 65.78% from 301); Max value from RGB is 198 - color contains mainly: blue. Hex color #481FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481FC6 is #B7E039. Grayscale: #3D3D3D. Windows color (decimal): -12050490 or 12984136. OLE color: 12984136.
HSL color Cylindrical-coordinate representation of color #481FC6: hue angle of 254.73º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481FC6 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 31 | 198 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.22 |
| HSL | 254.73º | 0.73% | 0.45% | - |
| HSV(B) | 254.73º | 0.84% | 0.78% | - |
| XYZ | 13.36 | 6.43 | 53.96 | - |
| YUV | 62.3 | 204.58 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 198 | 0.64 | 0.84 | 0 | 0.22 | 254.73 | 0.73 | 0.45 |
| Hex | 48 | 1F | C6 | 40 | 54 | 0 | 16 | FF | 49 | 2D |
| Octal | 110 | 37 | 306 | 100 | 124 | 0 | 26 | 377 | 111 | 55 |
| Binary | 1001000 | 11111 | 11000110 | 1000000 | 1010100 | 0 | 10110 | 11111111 | 1001001 | 101101 |
Color Harmonies of #481FC6
Complementary color
Monochromatic Colors of #481FC6
Black with #481FC6
Text Example
Text Example
White with #481FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481FC6; }
p { color: rgb(72,31,198); }
H1.HeaderClassName
{
color: #481FC6;
}
.AnyTagClassName
{
color: #481FC6;
}
</style>
background-color css
<style>
a { background-color: #481FC6; }
a { background-color: rgb(72,31,198); }
div.DivClassName
{
background-color: #481FC6;
}
.BgClassName
{
background-color: #481FC6;
}
</style>
border-color css
<style>
span { border-color: #481FC6; }
span { border-color: rgb(72,31,198); }
td.TdClassName
{
border-color: #481FC6;
}
.TagClassName
{
border-color: #481FC6;
}
</style>