Shades of Purple Heart #6507BD
Tints of Purple Heart #6507BD
RGB
CMYK
RGB Variations
Color information
#6507BD (or 0x6507BD) is known color: Purple Heart. HEX triplet: 65, 07 and BD. RGB value is (101,7,189). Sum of RGB (Red+Green+Blue) = 101+7+189=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #6507BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6507BD is #9AF842. Grayscale: #373737. Windows color (decimal): -10156099 or 12388197. OLE color: 12388197.
HSL color Cylindrical-coordinate representation of color #6507BD: hue angle of 270.99º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6507BD is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 7 | 189 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.26 |
| HSL | 270.99º | 0.93% | 0.38% | - |
| HSV(B) | 270.99º | 0.96% | 0.74% | - |
| XYZ | 14.63 | 6.59 | 48.65 | - |
| YUV | 55.85 | 203.14 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 189 | 0.47 | 0.96 | 0 | 0.26 | 270.99 | 0.93 | 0.38 |
| Hex | 65 | 7 | BD | 2F | 60 | 0 | 1A | 10F | 5D | 26 |
| Octal | 145 | 7 | 275 | 57 | 140 | 0 | 32 | 417 | 135 | 46 |
| Binary | 1100101 | 111 | 10111101 | 101111 | 1100000 | 0 | 11010 | 100001111 | 1011101 | 100110 |
Color Harmonies of #6507BD
Complementary color
Monochromatic Colors of #6507BD
Black with #6507BD
Text Example
Text Example
White with #6507BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6507BD; }
p { color: rgb(101,7,189); }
H1.HeaderClassName
{
color: #6507BD;
}
.AnyTagClassName
{
color: #6507BD;
}
</style>
background-color css
<style>
a { background-color: #6507BD; }
a { background-color: rgb(101,7,189); }
div.DivClassName
{
background-color: #6507BD;
}
.BgClassName
{
background-color: #6507BD;
}
</style>
border-color css
<style>
span { border-color: #6507BD; }
span { border-color: rgb(101,7,189); }
td.TdClassName
{
border-color: #6507BD;
}
.TagClassName
{
border-color: #6507BD;
}
</style>