Shades of Purple Heart #6507B4
Tints of Purple Heart #6507B4
RGB
CMYK
RGB Variations
Color information
#6507B4 (or 0x6507B4) is known color: Purple Heart. HEX triplet: 65, 07 and B4. RGB value is (101,7,180). Sum of RGB (Red+Green+Blue) = 101+7+180=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #6507B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6507B4 is #9AF84B. Grayscale: #363636. Windows color (decimal): -10156108 or 11798373. OLE color: 11798373.
HSL color Cylindrical-coordinate representation of color #6507B4: hue angle of 272.6º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6507B4 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 7 | 180 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.29 |
| HSL | 272.6º | 0.93% | 0.37% | - |
| HSV(B) | 272.6º | 0.96% | 0.71% | - |
| XYZ | 13.68 | 6.21 | 43.66 | - |
| YUV | 54.83 | 198.64 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 180 | 0.44 | 0.96 | 0 | 0.29 | 272.6 | 0.93 | 0.37 |
| Hex | 65 | 7 | B4 | 2C | 60 | 0 | 1D | 111 | 5D | 25 |
| Octal | 145 | 7 | 264 | 54 | 140 | 0 | 35 | 421 | 135 | 45 |
| Binary | 1100101 | 111 | 10110100 | 101100 | 1100000 | 0 | 11101 | 100010001 | 1011101 | 100101 |
Color Harmonies of #6507B4
Complementary color
Monochromatic Colors of #6507B4
Black with #6507B4
Text Example
Text Example
White with #6507B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6507B4; }
p { color: rgb(101,7,180); }
H1.HeaderClassName
{
color: #6507B4;
}
.AnyTagClassName
{
color: #6507B4;
}
</style>
background-color css
<style>
a { background-color: #6507B4; }
a { background-color: rgb(101,7,180); }
div.DivClassName
{
background-color: #6507B4;
}
.BgClassName
{
background-color: #6507B4;
}
</style>
border-color css
<style>
span { border-color: #6507B4; }
span { border-color: rgb(101,7,180); }
td.TdClassName
{
border-color: #6507B4;
}
.TagClassName
{
border-color: #6507B4;
}
</style>