Shades of Purple Heart #481CCC
Tints of Purple Heart #481CCC
RGB
CMYK
RGB Variations
Color information
#481CCC (or 0x481CCC) is known color: Purple Heart. HEX triplet: 48, 1C and CC. RGB value is (72,28,204). Sum of RGB (Red+Green+Blue) = 72+28+204=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #481CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481CCC is #B7E333. Grayscale: #3C3C3C. Windows color (decimal): -12051252 or 13376584. OLE color: 13376584.
HSL color Cylindrical-coordinate representation of color #481CCC: hue angle of 255º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481CCC is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 28 | 204 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.2 |
| HSL | 255º | 0.76% | 0.45% | - |
| HSV(B) | 255º | 0.86% | 0.8% | - |
| XYZ | 13.99 | 6.57 | 57.66 | - |
| YUV | 61.22 | 208.58 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 204 | 0.65 | 0.86 | 0 | 0.2 | 255 | 0.76 | 0.45 |
| Hex | 48 | 1C | CC | 41 | 56 | 0 | 14 | FF | 4C | 2D |
| Octal | 110 | 34 | 314 | 101 | 126 | 0 | 24 | 377 | 114 | 55 |
| Binary | 1001000 | 11100 | 11001100 | 1000001 | 1010110 | 0 | 10100 | 11111111 | 1001100 | 101101 |
Color Harmonies of #481CCC
Complementary color
Monochromatic Colors of #481CCC
Black with #481CCC
Text Example
Text Example
White with #481CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481CCC; }
p { color: rgb(72,28,204); }
H1.HeaderClassName
{
color: #481CCC;
}
.AnyTagClassName
{
color: #481CCC;
}
</style>
background-color css
<style>
a { background-color: #481CCC; }
a { background-color: rgb(72,28,204); }
div.DivClassName
{
background-color: #481CCC;
}
.BgClassName
{
background-color: #481CCC;
}
</style>
border-color css
<style>
span { border-color: #481CCC; }
span { border-color: rgb(72,28,204); }
td.TdClassName
{
border-color: #481CCC;
}
.TagClassName
{
border-color: #481CCC;
}
</style>