Shades of Purple Heart #462ACB
Tints of Purple Heart #462ACB
RGB
CMYK
RGB Variations
Color information
#462ACB (or 0x462ACB) is known color: Purple Heart. HEX triplet: 46, 2A and CB. RGB value is (70,42,203). Sum of RGB (Red+Green+Blue) = 70+42+203=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #462ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ACB is #B9D534. Grayscale: #444444. Windows color (decimal): -12178741 or 13314630. OLE color: 13314630.
HSL color Cylindrical-coordinate representation of color #462ACB: hue angle of 250.43º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #462ACB is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 42 | 203 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.20 |
| HSL | 250.43º | 0.66% | 0.48% | - |
| HSV(B) | 250.43º | 0.79% | 0.8% | - |
| XYZ | 14.13 | 7.27 | 57.16 | - |
| YUV | 68.73 | 203.78 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 203 | 0.66 | 0.79 | 0 | 0.20 | 250.43 | 0.66 | 0.48 |
| Hex | 46 | 2A | CB | 42 | 4F | 0 | 14 | FA | 42 | 30 |
| Octal | 106 | 52 | 313 | 102 | 117 | 0 | 24 | 372 | 102 | 60 |
| Binary | 1000110 | 101010 | 11001011 | 1000010 | 1001111 | 0 | 10100 | 11111010 | 1000010 | 110000 |
Color Harmonies of #462ACB
Complementary color
Monochromatic Colors of #462ACB
Black with #462ACB
Text Example
Text Example
White with #462ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462ACB; }
p { color: rgb(70,42,203); }
H1.HeaderClassName
{
color: #462ACB;
}
.AnyTagClassName
{
color: #462ACB;
}
</style>
background-color css
<style>
a { background-color: #462ACB; }
a { background-color: rgb(70,42,203); }
div.DivClassName
{
background-color: #462ACB;
}
.BgClassName
{
background-color: #462ACB;
}
</style>
border-color css
<style>
span { border-color: #462ACB; }
span { border-color: rgb(70,42,203); }
td.TdClassName
{
border-color: #462ACB;
}
.TagClassName
{
border-color: #462ACB;
}
</style>