Shades of Purple Heart #481ACC
Tints of Purple Heart #481ACC
RGB
CMYK
RGB Variations
Color information
#481ACC (or 0x481ACC) is known color: Purple Heart. HEX triplet: 48, 1A and CC. RGB value is (72,26,204). Sum of RGB (Red+Green+Blue) = 72+26+204=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #481ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ACC is #B7E533. Grayscale: #3B3B3B. Windows color (decimal): -12051764 or 13376072. OLE color: 13376072.
HSL color Cylindrical-coordinate representation of color #481ACC: hue angle of 255.51º 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 #481ACC is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 26 | 204 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.2 |
| HSL | 255.51º | 0.77% | 0.45% | - |
| HSV(B) | 255.51º | 0.87% | 0.8% | - |
| XYZ | 13.94 | 6.48 | 57.64 | - |
| YUV | 60.05 | 209.24 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 204 | 0.65 | 0.87 | 0 | 0.2 | 255.51 | 0.77 | 0.45 |
| Hex | 48 | 1A | CC | 41 | 57 | 0 | 14 | 100 | 4D | 2D |
| Octal | 110 | 32 | 314 | 101 | 127 | 0 | 24 | 400 | 115 | 55 |
| Binary | 1001000 | 11010 | 11001100 | 1000001 | 1010111 | 0 | 10100 | 100000000 | 1001101 | 101101 |
Color Harmonies of #481ACC
Complementary color
Monochromatic Colors of #481ACC
Black with #481ACC
Text Example
Text Example
White with #481ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481ACC; }
p { color: rgb(72,26,204); }
H1.HeaderClassName
{
color: #481ACC;
}
.AnyTagClassName
{
color: #481ACC;
}
</style>
background-color css
<style>
a { background-color: #481ACC; }
a { background-color: rgb(72,26,204); }
div.DivClassName
{
background-color: #481ACC;
}
.BgClassName
{
background-color: #481ACC;
}
</style>
border-color css
<style>
span { border-color: #481ACC; }
span { border-color: rgb(72,26,204); }
td.TdClassName
{
border-color: #481ACC;
}
.TagClassName
{
border-color: #481ACC;
}
</style>