Shades of Purple Heart #5340C9
Tints of Purple Heart #5340C9
RGB
CMYK
RGB Variations
Color information
#5340C9 (or 0x5340C9) is known color: Purple Heart. HEX triplet: 53, 40 and C9. RGB value is (83,64,201). Sum of RGB (Red+Green+Blue) = 83+64+201=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #5340C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5340C9 is #ACBF36. Grayscale: #545454. Windows color (decimal): -11321143 or 13189203. OLE color: 13189203.
HSL color Cylindrical-coordinate representation of color #5340C9: hue angle of 248.32º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5340C9 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 64 | 201 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.21 |
| HSL | 248.32º | 0.56% | 0.52% | - |
| HSV(B) | 248.32º | 0.68% | 0.79% | - |
| XYZ | 15.94 | 9.72 | 56.29 | - |
| YUV | 85.3 | 193.29 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 201 | 0.59 | 0.68 | 0 | 0.21 | 248.32 | 0.56 | 0.52 |
| Hex | 53 | 40 | C9 | 3B | 44 | 0 | 15 | F8 | 38 | 34 |
| Octal | 123 | 100 | 311 | 73 | 104 | 0 | 25 | 370 | 70 | 64 |
| Binary | 1010011 | 1000000 | 11001001 | 111011 | 1000100 | 0 | 10101 | 11111000 | 111000 | 110100 |
Color Harmonies of #5340C9
Complementary color
Monochromatic Colors of #5340C9
Black with #5340C9
Text Example
Text Example
White with #5340C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5340C9; }
p { color: rgb(83,64,201); }
H1.HeaderClassName
{
color: #5340C9;
}
.AnyTagClassName
{
color: #5340C9;
}
</style>
background-color css
<style>
a { background-color: #5340C9; }
a { background-color: rgb(83,64,201); }
div.DivClassName
{
background-color: #5340C9;
}
.BgClassName
{
background-color: #5340C9;
}
</style>
border-color css
<style>
span { border-color: #5340C9; }
span { border-color: rgb(83,64,201); }
td.TdClassName
{
border-color: #5340C9;
}
.TagClassName
{
border-color: #5340C9;
}
</style>