Shades of Purple Heart #4535BD
Tints of Purple Heart #4535BD
RGB
CMYK
RGB Variations
Color information
#4535BD (or 0x4535BD) is known color: Purple Heart. HEX triplet: 45, 35 and BD. RGB value is (69,53,189). Sum of RGB (Red+Green+Blue) = 69+53+189=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #4535BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4535BD is #BACA42. Grayscale: #484848. Windows color (decimal): -12241475 or 12399941. OLE color: 12399941.
HSL color Cylindrical-coordinate representation of color #4535BD: hue angle of 247.06º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4535BD is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 53 | 189 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.26 |
| HSL | 247.06º | 0.56% | 0.47% | - |
| HSV(B) | 247.06º | 0.72% | 0.74% | - |
| XYZ | 12.91 | 7.49 | 48.91 | - |
| YUV | 73.29 | 193.3 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 189 | 0.63 | 0.72 | 0 | 0.26 | 247.06 | 0.56 | 0.47 |
| Hex | 45 | 35 | BD | 3F | 48 | 0 | 1A | F7 | 38 | 2F |
| Octal | 105 | 65 | 275 | 77 | 110 | 0 | 32 | 367 | 70 | 57 |
| Binary | 1000101 | 110101 | 10111101 | 111111 | 1001000 | 0 | 11010 | 11110111 | 111000 | 101111 |
Color Harmonies of #4535BD
Complementary color
Monochromatic Colors of #4535BD
Black with #4535BD
Text Example
Text Example
White with #4535BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4535BD; }
p { color: rgb(69,53,189); }
H1.HeaderClassName
{
color: #4535BD;
}
.AnyTagClassName
{
color: #4535BD;
}
</style>
background-color css
<style>
a { background-color: #4535BD; }
a { background-color: rgb(69,53,189); }
div.DivClassName
{
background-color: #4535BD;
}
.BgClassName
{
background-color: #4535BD;
}
</style>
border-color css
<style>
span { border-color: #4535BD; }
span { border-color: rgb(69,53,189); }
td.TdClassName
{
border-color: #4535BD;
}
.TagClassName
{
border-color: #4535BD;
}
</style>