Shades of Purple Heart #462BC2
Tints of Purple Heart #462BC2
RGB
CMYK
RGB Variations
Color information
#462BC2 (or 0x462BC2) is known color: Purple Heart. HEX triplet: 46, 2B and C2. RGB value is (70,43,194). Sum of RGB (Red+Green+Blue) = 70+43+194=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #462BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BC2 is #B9D43D. Grayscale: #434343. Windows color (decimal): -12178494 or 12725062. OLE color: 12725062.
HSL color Cylindrical-coordinate representation of color #462BC2: hue angle of 250.73º 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 #462BC2 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 43 | 194 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.24 |
| HSL | 250.73º | 0.64% | 0.46% | - |
| HSV(B) | 250.73º | 0.78% | 0.76% | - |
| XYZ | 13.13 | 6.92 | 51.68 | - |
| YUV | 68.29 | 198.95 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 194 | 0.64 | 0.78 | 0 | 0.24 | 250.73 | 0.64 | 0.46 |
| Hex | 46 | 2B | C2 | 40 | 4E | 0 | 18 | FB | 40 | 2E |
| Octal | 106 | 53 | 302 | 100 | 116 | 0 | 30 | 373 | 100 | 56 |
| Binary | 1000110 | 101011 | 11000010 | 1000000 | 1001110 | 0 | 11000 | 11111011 | 1000000 | 101110 |
Color Harmonies of #462BC2
Complementary color
Monochromatic Colors of #462BC2
Black with #462BC2
Text Example
Text Example
White with #462BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462BC2; }
p { color: rgb(70,43,194); }
H1.HeaderClassName
{
color: #462BC2;
}
.AnyTagClassName
{
color: #462BC2;
}
</style>
background-color css
<style>
a { background-color: #462BC2; }
a { background-color: rgb(70,43,194); }
div.DivClassName
{
background-color: #462BC2;
}
.BgClassName
{
background-color: #462BC2;
}
</style>
border-color css
<style>
span { border-color: #462BC2; }
span { border-color: rgb(70,43,194); }
td.TdClassName
{
border-color: #462BC2;
}
.TagClassName
{
border-color: #462BC2;
}
</style>