Shades of Purple Heart #481ACF
Tints of Purple Heart #481ACF
RGB
CMYK
RGB Variations
Color information
#481ACF (or 0x481ACF) is known color: Purple Heart. HEX triplet: 48, 1A and CF. RGB value is (72,26,207). Sum of RGB (Red+Green+Blue) = 72+26+207=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #481ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ACF is #B7E530. Grayscale: #3B3B3B. Windows color (decimal): -12051761 or 13572680. OLE color: 13572680.
HSL color Cylindrical-coordinate representation of color #481ACF: hue angle of 255.25º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481ACF is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 26 | 207 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.19 |
| HSL | 255.25º | 0.78% | 0.46% | - |
| HSV(B) | 255.25º | 0.87% | 0.81% | - |
| XYZ | 14.3 | 6.62 | 59.56 | - |
| YUV | 60.39 | 210.74 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 207 | 0.65 | 0.87 | 0 | 0.19 | 255.25 | 0.78 | 0.46 |
| Hex | 48 | 1A | CF | 41 | 57 | 0 | 13 | FF | 4E | 2E |
| Octal | 110 | 32 | 317 | 101 | 127 | 0 | 23 | 377 | 116 | 56 |
| Binary | 1001000 | 11010 | 11001111 | 1000001 | 1010111 | 0 | 10011 | 11111111 | 1001110 | 101110 |
Color Harmonies of #481ACF
Complementary color
Monochromatic Colors of #481ACF
Black with #481ACF
Text Example
Text Example
White with #481ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481ACF; }
p { color: rgb(72,26,207); }
H1.HeaderClassName
{
color: #481ACF;
}
.AnyTagClassName
{
color: #481ACF;
}
</style>
background-color css
<style>
a { background-color: #481ACF; }
a { background-color: rgb(72,26,207); }
div.DivClassName
{
background-color: #481ACF;
}
.BgClassName
{
background-color: #481ACF;
}
</style>
border-color css
<style>
span { border-color: #481ACF; }
span { border-color: rgb(72,26,207); }
td.TdClassName
{
border-color: #481ACF;
}
.TagClassName
{
border-color: #481ACF;
}
</style>