Shades of Purple Heart #4533CE
Tints of Purple Heart #4533CE
RGB
CMYK
RGB Variations
Color information
#4533CE (or 0x4533CE) is known color: Purple Heart. HEX triplet: 45, 33 and CE. RGB value is (69,51,206). Sum of RGB (Red+Green+Blue) = 69+51+206=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #4533CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4533CE is #BACC31. Grayscale: #494949. Windows color (decimal): -12241970 or 13513541. OLE color: 13513541.
HSL color Cylindrical-coordinate representation of color #4533CE: hue angle of 246.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4533CE is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 51 | 206 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.19 |
| HSL | 246.97º | 0.61% | 0.5% | - |
| HSV(B) | 246.97º | 0.75% | 0.81% | - |
| XYZ | 14.78 | 8.09 | 59.17 | - |
| YUV | 74.05 | 202.46 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 206 | 0.67 | 0.75 | 0 | 0.19 | 246.97 | 0.61 | 0.5 |
| Hex | 45 | 33 | CE | 43 | 4B | 0 | 13 | F7 | 3D | 32 |
| Octal | 105 | 63 | 316 | 103 | 113 | 0 | 23 | 367 | 75 | 62 |
| Binary | 1000101 | 110011 | 11001110 | 1000011 | 1001011 | 0 | 10011 | 11110111 | 111101 | 110010 |
Color Harmonies of #4533CE
Complementary color
Monochromatic Colors of #4533CE
Black with #4533CE
Text Example
Text Example
White with #4533CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4533CE; }
p { color: rgb(69,51,206); }
H1.HeaderClassName
{
color: #4533CE;
}
.AnyTagClassName
{
color: #4533CE;
}
</style>
background-color css
<style>
a { background-color: #4533CE; }
a { background-color: rgb(69,51,206); }
div.DivClassName
{
background-color: #4533CE;
}
.BgClassName
{
background-color: #4533CE;
}
</style>
border-color css
<style>
span { border-color: #4533CE; }
span { border-color: rgb(69,51,206); }
td.TdClassName
{
border-color: #4533CE;
}
.TagClassName
{
border-color: #4533CE;
}
</style>