Shades of Purple Heart #4632CA
Tints of Purple Heart #4632CA
RGB
CMYK
RGB Variations
Color information
#4632CA (or 0x4632CA) is known color: Purple Heart. HEX triplet: 46, 32 and CA. RGB value is (70,50,202). Sum of RGB (Red+Green+Blue) = 70+50+202=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #4632CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4632CA is #B9CD35. Grayscale: #484848. Windows color (decimal): -12176694 or 13251142. OLE color: 13251142.
HSL color Cylindrical-coordinate representation of color #4632CA: hue angle of 247.89º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4632CA is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 50 | 202 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.21 |
| HSL | 247.89º | 0.6% | 0.49% | - |
| HSV(B) | 247.89º | 0.75% | 0.79% | - |
| XYZ | 14.33 | 7.85 | 56.64 | - |
| YUV | 73.31 | 200.63 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 202 | 0.65 | 0.75 | 0 | 0.21 | 247.89 | 0.6 | 0.49 |
| Hex | 46 | 32 | CA | 41 | 4B | 0 | 15 | F8 | 3C | 31 |
| Octal | 106 | 62 | 312 | 101 | 113 | 0 | 25 | 370 | 74 | 61 |
| Binary | 1000110 | 110010 | 11001010 | 1000001 | 1001011 | 0 | 10101 | 11111000 | 111100 | 110001 |
Color Harmonies of #4632CA
Complementary color
Monochromatic Colors of #4632CA
Black with #4632CA
Text Example
Text Example
White with #4632CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4632CA; }
p { color: rgb(70,50,202); }
H1.HeaderClassName
{
color: #4632CA;
}
.AnyTagClassName
{
color: #4632CA;
}
</style>
background-color css
<style>
a { background-color: #4632CA; }
a { background-color: rgb(70,50,202); }
div.DivClassName
{
background-color: #4632CA;
}
.BgClassName
{
background-color: #4632CA;
}
</style>
border-color css
<style>
span { border-color: #4632CA; }
span { border-color: rgb(70,50,202); }
td.TdClassName
{
border-color: #4632CA;
}
.TagClassName
{
border-color: #4632CA;
}
</style>