Shades of Purple Heart #4634D4
Tints of Purple Heart #4634D4
RGB
CMYK
RGB Variations
Color information
#4634D4 (or 0x4634D4) is known color: Purple Heart. HEX triplet: 46, 34 and D4. RGB value is (70,52,212). Sum of RGB (Red+Green+Blue) = 70+52+212=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 212 (83.20% from 255 or 63.47% from 334); Max value from RGB is 212 - color contains mainly: blue. Hex color #4634D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4634D4 is #B9CB2B. Grayscale: #4B4B4B. Windows color (decimal): -12176172 or 13907014. OLE color: 13907014.
HSL color Cylindrical-coordinate representation of color #4634D4: hue angle of 246.75º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4634D4 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 52 | 212 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.17 |
| HSL | 246.75º | 0.65% | 0.52% | - |
| HSV(B) | 246.75º | 0.75% | 0.83% | - |
| XYZ | 15.64 | 8.51 | 63.11 | - |
| YUV | 75.62 | 204.96 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 212 | 0.67 | 0.75 | 0 | 0.17 | 246.75 | 0.65 | 0.52 |
| Hex | 46 | 34 | D4 | 43 | 4B | 0 | 11 | F7 | 41 | 34 |
| Octal | 106 | 64 | 324 | 103 | 113 | 0 | 21 | 367 | 101 | 64 |
| Binary | 1000110 | 110100 | 11010100 | 1000011 | 1001011 | 0 | 10001 | 11110111 | 1000001 | 110100 |
Color Harmonies of #4634D4
Complementary color
Monochromatic Colors of #4634D4
Black with #4634D4
Text Example
Text Example
White with #4634D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4634D4; }
p { color: rgb(70,52,212); }
H1.HeaderClassName
{
color: #4634D4;
}
.AnyTagClassName
{
color: #4634D4;
}
</style>
background-color css
<style>
a { background-color: #4634D4; }
a { background-color: rgb(70,52,212); }
div.DivClassName
{
background-color: #4634D4;
}
.BgClassName
{
background-color: #4634D4;
}
</style>
border-color css
<style>
span { border-color: #4634D4; }
span { border-color: rgb(70,52,212); }
td.TdClassName
{
border-color: #4634D4;
}
.TagClassName
{
border-color: #4634D4;
}
</style>