Shades of Purple Heart #480CCD
Tints of Purple Heart #480CCD
RGB
CMYK
RGB Variations
Color information
#480CCD (or 0x480CCD) is known color: Purple Heart. HEX triplet: 48, 0C and CD. RGB value is (72,12,205). Sum of RGB (Red+Green+Blue) = 72+12+205=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #480CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480CCD is #B7F332. Grayscale: #333333. Windows color (decimal): -12055347 or 13438024. OLE color: 13438024.
HSL color Cylindrical-coordinate representation of color #480CCD: hue angle of 258.65º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480CCD is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 12 | 205 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.20 |
| HSL | 258.65º | 0.89% | 0.43% | - |
| HSV(B) | 258.65º | 0.94% | 0.8% | - |
| XYZ | 13.82 | 6.05 | 58.2 | - |
| YUV | 51.94 | 214.38 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 12 | 205 | 0.65 | 0.94 | 0 | 0.20 | 258.65 | 0.89 | 0.43 |
| Hex | 48 | C | CD | 41 | 5E | 0 | 14 | 103 | 59 | 2B |
| Octal | 110 | 14 | 315 | 101 | 136 | 0 | 24 | 403 | 131 | 53 |
| Binary | 1001000 | 1100 | 11001101 | 1000001 | 1011110 | 0 | 10100 | 100000011 | 1011001 | 101011 |
Color Harmonies of #480CCD
Complementary color
Monochromatic Colors of #480CCD
Black with #480CCD
Text Example
Text Example
White with #480CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480CCD; }
p { color: rgb(72,12,205); }
H1.HeaderClassName
{
color: #480CCD;
}
.AnyTagClassName
{
color: #480CCD;
}
</style>
background-color css
<style>
a { background-color: #480CCD; }
a { background-color: rgb(72,12,205); }
div.DivClassName
{
background-color: #480CCD;
}
.BgClassName
{
background-color: #480CCD;
}
</style>
border-color css
<style>
span { border-color: #480CCD; }
span { border-color: rgb(72,12,205); }
td.TdClassName
{
border-color: #480CCD;
}
.TagClassName
{
border-color: #480CCD;
}
</style>