Shades of Purple Heart #481CC0
Tints of Purple Heart #481CC0
RGB
CMYK
RGB Variations
Color information
#481CC0 (or 0x481CC0) is known color: Purple Heart. HEX triplet: 48, 1C and C0. RGB value is (72,28,192). Sum of RGB (Red+Green+Blue) = 72+28+192=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 192 (75.39% from 255 or 65.75% from 292); Max value from RGB is 192 - color contains mainly: blue. Hex color #481CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481CC0 is #B7E33F. Grayscale: #3B3B3B. Windows color (decimal): -12051264 or 12590152. OLE color: 12590152.
HSL color Cylindrical-coordinate representation of color #481CC0: hue angle of 256.1º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481CC0 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 28 | 192 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.25 |
| HSL | 256.1º | 0.75% | 0.43% | - |
| HSV(B) | 256.1º | 0.85% | 0.75% | - |
| XYZ | 12.6 | 6.01 | 50.37 | - |
| YUV | 59.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 192 | 0.63 | 0.85 | 0 | 0.25 | 256.1 | 0.75 | 0.43 |
| Hex | 48 | 1C | C0 | 3F | 55 | 0 | 19 | 100 | 4B | 2B |
| Octal | 110 | 34 | 300 | 77 | 125 | 0 | 31 | 400 | 113 | 53 |
| Binary | 1001000 | 11100 | 11000000 | 111111 | 1010101 | 0 | 11001 | 100000000 | 1001011 | 101011 |
Color Harmonies of #481CC0
Complementary color
Monochromatic Colors of #481CC0
Black with #481CC0
Text Example
Text Example
White with #481CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481CC0; }
p { color: rgb(72,28,192); }
H1.HeaderClassName
{
color: #481CC0;
}
.AnyTagClassName
{
color: #481CC0;
}
</style>
background-color css
<style>
a { background-color: #481CC0; }
a { background-color: rgb(72,28,192); }
div.DivClassName
{
background-color: #481CC0;
}
.BgClassName
{
background-color: #481CC0;
}
</style>
border-color css
<style>
span { border-color: #481CC0; }
span { border-color: rgb(72,28,192); }
td.TdClassName
{
border-color: #481CC0;
}
.TagClassName
{
border-color: #481CC0;
}
</style>