Shades of Purple Heart #462AC1
Tints of Purple Heart #462AC1
RGB
CMYK
RGB Variations
Color information
#462AC1 (or 0x462AC1) is known color: Purple Heart. HEX triplet: 46, 2A and C1. RGB value is (70,42,193). Sum of RGB (Red+Green+Blue) = 70+42+193=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #462AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462AC1 is #B9D53E. Grayscale: #434343. Windows color (decimal): -12178751 or 12659270. OLE color: 12659270.
HSL color Cylindrical-coordinate representation of color #462AC1: hue angle of 251.13º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462AC1 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 42 | 193 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.24 |
| HSL | 251.13º | 0.64% | 0.46% | - |
| HSV(B) | 251.13º | 0.78% | 0.76% | - |
| XYZ | 12.98 | 6.81 | 51.08 | - |
| YUV | 67.59 | 198.78 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 193 | 0.64 | 0.78 | 0 | 0.24 | 251.13 | 0.64 | 0.46 |
| Hex | 46 | 2A | C1 | 40 | 4E | 0 | 18 | FB | 40 | 2E |
| Octal | 106 | 52 | 301 | 100 | 116 | 0 | 30 | 373 | 100 | 56 |
| Binary | 1000110 | 101010 | 11000001 | 1000000 | 1001110 | 0 | 11000 | 11111011 | 1000000 | 101110 |
Color Harmonies of #462AC1
Complementary color
Monochromatic Colors of #462AC1
Black with #462AC1
Text Example
Text Example
White with #462AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462AC1; }
p { color: rgb(70,42,193); }
H1.HeaderClassName
{
color: #462AC1;
}
.AnyTagClassName
{
color: #462AC1;
}
</style>
background-color css
<style>
a { background-color: #462AC1; }
a { background-color: rgb(70,42,193); }
div.DivClassName
{
background-color: #462AC1;
}
.BgClassName
{
background-color: #462AC1;
}
</style>
border-color css
<style>
span { border-color: #462AC1; }
span { border-color: rgb(70,42,193); }
td.TdClassName
{
border-color: #462AC1;
}
.TagClassName
{
border-color: #462AC1;
}
</style>