Shades of Purple Heart #461CCD
Tints of Purple Heart #461CCD
RGB
CMYK
RGB Variations
Color information
#461CCD (or 0x461CCD) is known color: Purple Heart. HEX triplet: 46, 1C and CD. RGB value is (70,28,205). Sum of RGB (Red+Green+Blue) = 70+28+205=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #461CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461CCD is #B9E332. Grayscale: #3C3C3C. Windows color (decimal): -12182323 or 13442118. OLE color: 13442118.
HSL color Cylindrical-coordinate representation of color #461CCD: hue angle of 254.24º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461CCD is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 28 | 205 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.20 |
| HSL | 254.24º | 0.76% | 0.46% | - |
| HSV(B) | 254.24º | 0.86% | 0.8% | - |
| XYZ | 13.96 | 6.54 | 58.28 | - |
| YUV | 60.74 | 209.41 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 205 | 0.66 | 0.86 | 0 | 0.20 | 254.24 | 0.76 | 0.46 |
| Hex | 46 | 1C | CD | 42 | 56 | 0 | 14 | FE | 4C | 2E |
| Octal | 106 | 34 | 315 | 102 | 126 | 0 | 24 | 376 | 114 | 56 |
| Binary | 1000110 | 11100 | 11001101 | 1000010 | 1010110 | 0 | 10100 | 11111110 | 1001100 | 101110 |
Color Harmonies of #461CCD
Complementary color
Monochromatic Colors of #461CCD
Black with #461CCD
Text Example
Text Example
White with #461CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CCD; }
p { color: rgb(70,28,205); }
H1.HeaderClassName
{
color: #461CCD;
}
.AnyTagClassName
{
color: #461CCD;
}
</style>
background-color css
<style>
a { background-color: #461CCD; }
a { background-color: rgb(70,28,205); }
div.DivClassName
{
background-color: #461CCD;
}
.BgClassName
{
background-color: #461CCD;
}
</style>
border-color css
<style>
span { border-color: #461CCD; }
span { border-color: rgb(70,28,205); }
td.TdClassName
{
border-color: #461CCD;
}
.TagClassName
{
border-color: #461CCD;
}
</style>