Shades of Purple Heart #481CCE
Tints of Purple Heart #481CCE
RGB
CMYK
RGB Variations
Color information
#481CCE (or 0x481CCE) is known color: Purple Heart. HEX triplet: 48, 1C and CE. RGB value is (72,28,206). Sum of RGB (Red+Green+Blue) = 72+28+206=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #481CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481CCE is #B7E331. Grayscale: #3C3C3C. Windows color (decimal): -12051250 or 13507656. OLE color: 13507656.
HSL color Cylindrical-coordinate representation of color #481CCE: hue angle of 254.83º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481CCE is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 28 | 206 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.19 |
| HSL | 254.83º | 0.76% | 0.46% | - |
| HSV(B) | 254.83º | 0.86% | 0.81% | - |
| XYZ | 14.23 | 6.66 | 58.93 | - |
| YUV | 61.45 | 209.58 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 206 | 0.65 | 0.86 | 0 | 0.19 | 254.83 | 0.76 | 0.46 |
| Hex | 48 | 1C | CE | 41 | 56 | 0 | 13 | FF | 4C | 2E |
| Octal | 110 | 34 | 316 | 101 | 126 | 0 | 23 | 377 | 114 | 56 |
| Binary | 1001000 | 11100 | 11001110 | 1000001 | 1010110 | 0 | 10011 | 11111111 | 1001100 | 101110 |
Color Harmonies of #481CCE
Complementary color
Monochromatic Colors of #481CCE
Black with #481CCE
Text Example
Text Example
White with #481CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481CCE; }
p { color: rgb(72,28,206); }
H1.HeaderClassName
{
color: #481CCE;
}
.AnyTagClassName
{
color: #481CCE;
}
</style>
background-color css
<style>
a { background-color: #481CCE; }
a { background-color: rgb(72,28,206); }
div.DivClassName
{
background-color: #481CCE;
}
.BgClassName
{
background-color: #481CCE;
}
</style>
border-color css
<style>
span { border-color: #481CCE; }
span { border-color: rgb(72,28,206); }
td.TdClassName
{
border-color: #481CCE;
}
.TagClassName
{
border-color: #481CCE;
}
</style>