Shades of Purple Heart #5207BB
Tints of Purple Heart #5207BB
RGB
CMYK
RGB Variations
Color information
#5207BB (or 0x5207BB) is known color: Purple Heart. HEX triplet: 52, 07 and BB. RGB value is (82,7,187). Sum of RGB (Red+Green+Blue) = 82+7+187=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #5207BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5207BB is #ADF844. Grayscale: #313131. Windows color (decimal): -11401285 or 12257106. OLE color: 12257106.
HSL color Cylindrical-coordinate representation of color #5207BB: hue angle of 265º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5207BB is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 7 | 187 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.27 |
| HSL | 265º | 0.93% | 0.38% | - |
| HSV(B) | 265º | 0.96% | 0.73% | - |
| XYZ | 12.53 | 5.53 | 47.42 | - |
| YUV | 49.95 | 205.35 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 187 | 0.56 | 0.96 | 0 | 0.27 | 265 | 0.93 | 0.38 |
| Hex | 52 | 7 | BB | 38 | 60 | 0 | 1B | 109 | 5D | 26 |
| Octal | 122 | 7 | 273 | 70 | 140 | 0 | 33 | 411 | 135 | 46 |
| Binary | 1010010 | 111 | 10111011 | 111000 | 1100000 | 0 | 11011 | 100001001 | 1011101 | 100110 |
Color Harmonies of #5207BB
Complementary color
Monochromatic Colors of #5207BB
Black with #5207BB
Text Example
Text Example
White with #5207BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5207BB; }
p { color: rgb(82,7,187); }
H1.HeaderClassName
{
color: #5207BB;
}
.AnyTagClassName
{
color: #5207BB;
}
</style>
background-color css
<style>
a { background-color: #5207BB; }
a { background-color: rgb(82,7,187); }
div.DivClassName
{
background-color: #5207BB;
}
.BgClassName
{
background-color: #5207BB;
}
</style>
border-color css
<style>
span { border-color: #5207BB; }
span { border-color: rgb(82,7,187); }
td.TdClassName
{
border-color: #5207BB;
}
.TagClassName
{
border-color: #5207BB;
}
</style>