Shades of Purple Heart #481ACB
Tints of Purple Heart #481ACB
RGB
CMYK
RGB Variations
Color information
#481ACB (or 0x481ACB) is known color: Purple Heart. HEX triplet: 48, 1A and CB. RGB value is (72,26,203). Sum of RGB (Red+Green+Blue) = 72+26+203=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #481ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ACB is #B7E534. Grayscale: #3B3B3B. Windows color (decimal): -12051765 or 13310536. OLE color: 13310536.
HSL color Cylindrical-coordinate representation of color #481ACB: hue angle of 255.59º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481ACB is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 26 | 203 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.20 |
| HSL | 255.59º | 0.77% | 0.45% | - |
| HSV(B) | 255.59º | 0.87% | 0.8% | - |
| XYZ | 13.82 | 6.43 | 57.01 | - |
| YUV | 59.93 | 208.74 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 203 | 0.65 | 0.87 | 0 | 0.20 | 255.59 | 0.77 | 0.45 |
| Hex | 48 | 1A | CB | 41 | 57 | 0 | 14 | 100 | 4D | 2D |
| Octal | 110 | 32 | 313 | 101 | 127 | 0 | 24 | 400 | 115 | 55 |
| Binary | 1001000 | 11010 | 11001011 | 1000001 | 1010111 | 0 | 10100 | 100000000 | 1001101 | 101101 |
Color Harmonies of #481ACB
Complementary color
Monochromatic Colors of #481ACB
Black with #481ACB
Text Example
Text Example
White with #481ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481ACB; }
p { color: rgb(72,26,203); }
H1.HeaderClassName
{
color: #481ACB;
}
.AnyTagClassName
{
color: #481ACB;
}
</style>
background-color css
<style>
a { background-color: #481ACB; }
a { background-color: rgb(72,26,203); }
div.DivClassName
{
background-color: #481ACB;
}
.BgClassName
{
background-color: #481ACB;
}
</style>
border-color css
<style>
span { border-color: #481ACB; }
span { border-color: rgb(72,26,203); }
td.TdClassName
{
border-color: #481ACB;
}
.TagClassName
{
border-color: #481ACB;
}
</style>