Shades of Purple Heart #5307BE
Tints of Purple Heart #5307BE
RGB
CMYK
RGB Variations
Color information
#5307BE (or 0x5307BE) is known color: Purple Heart. HEX triplet: 53, 07 and BE. RGB value is (83,7,190). Sum of RGB (Red+Green+Blue) = 83+7+190=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #5307BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5307BE is #ACF841. Grayscale: #313131. Windows color (decimal): -11335746 or 12453715. OLE color: 12453715.
HSL color Cylindrical-coordinate representation of color #5307BE: hue angle of 264.92º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5307BE is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 7 | 190 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.25 |
| HSL | 264.92º | 0.93% | 0.39% | - |
| HSV(B) | 264.92º | 0.96% | 0.75% | - |
| XYZ | 12.94 | 5.71 | 49.14 | - |
| YUV | 50.59 | 206.68 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 190 | 0.56 | 0.96 | 0 | 0.25 | 264.92 | 0.93 | 0.39 |
| Hex | 53 | 7 | BE | 38 | 60 | 0 | 19 | 109 | 5D | 27 |
| Octal | 123 | 7 | 276 | 70 | 140 | 0 | 31 | 411 | 135 | 47 |
| Binary | 1010011 | 111 | 10111110 | 111000 | 1100000 | 0 | 11001 | 100001001 | 1011101 | 100111 |
Color Harmonies of #5307BE
Complementary color
Monochromatic Colors of #5307BE
Black with #5307BE
Text Example
Text Example
White with #5307BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5307BE; }
p { color: rgb(83,7,190); }
H1.HeaderClassName
{
color: #5307BE;
}
.AnyTagClassName
{
color: #5307BE;
}
</style>
background-color css
<style>
a { background-color: #5307BE; }
a { background-color: rgb(83,7,190); }
div.DivClassName
{
background-color: #5307BE;
}
.BgClassName
{
background-color: #5307BE;
}
</style>
border-color css
<style>
span { border-color: #5307BE; }
span { border-color: rgb(83,7,190); }
td.TdClassName
{
border-color: #5307BE;
}
.TagClassName
{
border-color: #5307BE;
}
</style>