Shades of Purple Heart #4634CE
Tints of Purple Heart #4634CE
RGB
CMYK
RGB Variations
Color information
#4634CE (or 0x4634CE) is known color: Purple Heart. HEX triplet: 46, 34 and CE. RGB value is (70,52,206). Sum of RGB (Red+Green+Blue) = 70+52+206=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #4634CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4634CE is #B9CB31. Grayscale: #4A4A4A. Windows color (decimal): -12176178 or 13513798. OLE color: 13513798.
HSL color Cylindrical-coordinate representation of color #4634CE: hue angle of 247.01º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4634CE is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 52 | 206 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.19 |
| HSL | 247.01º | 0.61% | 0.51% | - |
| HSV(B) | 247.01º | 0.75% | 0.81% | - |
| XYZ | 14.89 | 8.21 | 59.19 | - |
| YUV | 74.94 | 201.96 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 206 | 0.66 | 0.75 | 0 | 0.19 | 247.01 | 0.61 | 0.51 |
| Hex | 46 | 34 | CE | 42 | 4B | 0 | 13 | F7 | 3D | 33 |
| Octal | 106 | 64 | 316 | 102 | 113 | 0 | 23 | 367 | 75 | 63 |
| Binary | 1000110 | 110100 | 11001110 | 1000010 | 1001011 | 0 | 10011 | 11110111 | 111101 | 110011 |
Color Harmonies of #4634CE
Complementary color
Monochromatic Colors of #4634CE
Black with #4634CE
Text Example
Text Example
White with #4634CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4634CE; }
p { color: rgb(70,52,206); }
H1.HeaderClassName
{
color: #4634CE;
}
.AnyTagClassName
{
color: #4634CE;
}
</style>
background-color css
<style>
a { background-color: #4634CE; }
a { background-color: rgb(70,52,206); }
div.DivClassName
{
background-color: #4634CE;
}
.BgClassName
{
background-color: #4634CE;
}
</style>
border-color css
<style>
span { border-color: #4634CE; }
span { border-color: rgb(70,52,206); }
td.TdClassName
{
border-color: #4634CE;
}
.TagClassName
{
border-color: #4634CE;
}
</style>