Shades of Purple Heart #462CC2
Tints of Purple Heart #462CC2
RGB
CMYK
RGB Variations
Color information
#462CC2 (or 0x462CC2) is known color: Purple Heart. HEX triplet: 46, 2C and C2. RGB value is (70,44,194). Sum of RGB (Red+Green+Blue) = 70+44+194=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 194 (76.17% from 255 or 62.99% from 308); Max value from RGB is 194 - color contains mainly: blue. Hex color #462CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CC2 is #B9D33D. Grayscale: #444444. Windows color (decimal): -12178238 or 12725318. OLE color: 12725318.
HSL color Cylindrical-coordinate representation of color #462CC2: hue angle of 250.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462CC2 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 44 | 194 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.24 |
| HSL | 250.4º | 0.63% | 0.47% | - |
| HSV(B) | 250.4º | 0.77% | 0.76% | - |
| XYZ | 13.16 | 7 | 51.7 | - |
| YUV | 68.87 | 198.61 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 194 | 0.64 | 0.77 | 0 | 0.24 | 250.4 | 0.63 | 0.47 |
| Hex | 46 | 2C | C2 | 40 | 4D | 0 | 18 | FA | 3F | 2F |
| Octal | 106 | 54 | 302 | 100 | 115 | 0 | 30 | 372 | 77 | 57 |
| Binary | 1000110 | 101100 | 11000010 | 1000000 | 1001101 | 0 | 11000 | 11111010 | 111111 | 101111 |
Color Harmonies of #462CC2
Complementary color
Monochromatic Colors of #462CC2
Black with #462CC2
Text Example
Text Example
White with #462CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462CC2; }
p { color: rgb(70,44,194); }
H1.HeaderClassName
{
color: #462CC2;
}
.AnyTagClassName
{
color: #462CC2;
}
</style>
background-color css
<style>
a { background-color: #462CC2; }
a { background-color: rgb(70,44,194); }
div.DivClassName
{
background-color: #462CC2;
}
.BgClassName
{
background-color: #462CC2;
}
</style>
border-color css
<style>
span { border-color: #462CC2; }
span { border-color: rgb(70,44,194); }
td.TdClassName
{
border-color: #462CC2;
}
.TagClassName
{
border-color: #462CC2;
}
</style>