Shades of Purple Heart #461CCE
Tints of Purple Heart #461CCE
RGB
CMYK
RGB Variations
Color information
#461CCE (or 0x461CCE) is known color: Purple Heart. HEX triplet: 46, 1C and CE. RGB value is (70,28,206). Sum of RGB (Red+Green+Blue) = 70+28+206=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #461CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461CCE is #B9E331. Grayscale: #3C3C3C. Windows color (decimal): -12182322 or 13507654. OLE color: 13507654.
HSL color Cylindrical-coordinate representation of color #461CCE: hue angle of 254.16º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461CCE is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 28 | 206 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.19 |
| HSL | 254.16º | 0.76% | 0.46% | - |
| HSV(B) | 254.16º | 0.86% | 0.81% | - |
| XYZ | 14.08 | 6.59 | 58.92 | - |
| YUV | 60.85 | 209.91 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 206 | 0.66 | 0.86 | 0 | 0.19 | 254.16 | 0.76 | 0.46 |
| Hex | 46 | 1C | CE | 42 | 56 | 0 | 13 | FE | 4C | 2E |
| Octal | 106 | 34 | 316 | 102 | 126 | 0 | 23 | 376 | 114 | 56 |
| Binary | 1000110 | 11100 | 11001110 | 1000010 | 1010110 | 0 | 10011 | 11111110 | 1001100 | 101110 |
Color Harmonies of #461CCE
Complementary color
Monochromatic Colors of #461CCE
Black with #461CCE
Text Example
Text Example
White with #461CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CCE; }
p { color: rgb(70,28,206); }
H1.HeaderClassName
{
color: #461CCE;
}
.AnyTagClassName
{
color: #461CCE;
}
</style>
background-color css
<style>
a { background-color: #461CCE; }
a { background-color: rgb(70,28,206); }
div.DivClassName
{
background-color: #461CCE;
}
.BgClassName
{
background-color: #461CCE;
}
</style>
border-color css
<style>
span { border-color: #461CCE; }
span { border-color: rgb(70,28,206); }
td.TdClassName
{
border-color: #461CCE;
}
.TagClassName
{
border-color: #461CCE;
}
</style>