Shades of Purple Heart #4635CE
Tints of Purple Heart #4635CE
RGB
CMYK
RGB Variations
Color information
#4635CE (or 0x4635CE) is known color: Purple Heart. HEX triplet: 46, 35 and CE. RGB value is (70,53,206). Sum of RGB (Red+Green+Blue) = 70+53+206=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #4635CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4635CE is #B9CA31. Grayscale: #4A4A4A. Windows color (decimal): -12175922 or 13514054. OLE color: 13514054.
HSL color Cylindrical-coordinate representation of color #4635CE: hue angle of 246.67º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4635CE is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 53 | 206 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.19 |
| HSL | 246.67º | 0.61% | 0.51% | - |
| HSV(B) | 246.67º | 0.74% | 0.81% | - |
| XYZ | 14.94 | 8.3 | 59.21 | - |
| YUV | 75.53 | 201.63 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 206 | 0.66 | 0.74 | 0 | 0.19 | 246.67 | 0.61 | 0.51 |
| Hex | 46 | 35 | CE | 42 | 4A | 0 | 13 | F7 | 3D | 33 |
| Octal | 106 | 65 | 316 | 102 | 112 | 0 | 23 | 367 | 75 | 63 |
| Binary | 1000110 | 110101 | 11001110 | 1000010 | 1001010 | 0 | 10011 | 11110111 | 111101 | 110011 |
Color Harmonies of #4635CE
Complementary color
Monochromatic Colors of #4635CE
Black with #4635CE
Text Example
Text Example
White with #4635CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4635CE; }
p { color: rgb(70,53,206); }
H1.HeaderClassName
{
color: #4635CE;
}
.AnyTagClassName
{
color: #4635CE;
}
</style>
background-color css
<style>
a { background-color: #4635CE; }
a { background-color: rgb(70,53,206); }
div.DivClassName
{
background-color: #4635CE;
}
.BgClassName
{
background-color: #4635CE;
}
</style>
border-color css
<style>
span { border-color: #4635CE; }
span { border-color: rgb(70,53,206); }
td.TdClassName
{
border-color: #4635CE;
}
.TagClassName
{
border-color: #4635CE;
}
</style>