Shades of Purple Heart #6507AF
Tints of Purple Heart #6507AF
RGB
CMYK
RGB Variations
Color information
#6507AF (or 0x6507AF) is known color: Purple Heart. HEX triplet: 65, 07 and AF. RGB value is (101,7,175). Sum of RGB (Red+Green+Blue) = 101+7+175=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #6507AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6507AF is #9AF850. Grayscale: #353535. Windows color (decimal): -10156113 or 11470693. OLE color: 11470693.
HSL color Cylindrical-coordinate representation of color #6507AF: hue angle of 273.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6507AF is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 7 | 175 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.31 |
| HSL | 273.57º | 0.92% | 0.36% | - |
| HSV(B) | 273.57º | 0.96% | 0.69% | - |
| XYZ | 13.18 | 6.01 | 41.02 | - |
| YUV | 54.26 | 196.14 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 175 | 0.42 | 0.96 | 0 | 0.31 | 273.57 | 0.92 | 0.36 |
| Hex | 65 | 7 | AF | 2A | 60 | 0 | 1F | 112 | 5C | 24 |
| Octal | 145 | 7 | 257 | 52 | 140 | 0 | 37 | 422 | 134 | 44 |
| Binary | 1100101 | 111 | 10101111 | 101010 | 1100000 | 0 | 11111 | 100010010 | 1011100 | 100100 |
Color Harmonies of #6507AF
Complementary color
Monochromatic Colors of #6507AF
Black with #6507AF
Text Example
Text Example
White with #6507AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6507AF; }
p { color: rgb(101,7,175); }
H1.HeaderClassName
{
color: #6507AF;
}
.AnyTagClassName
{
color: #6507AF;
}
</style>
background-color css
<style>
a { background-color: #6507AF; }
a { background-color: rgb(101,7,175); }
div.DivClassName
{
background-color: #6507AF;
}
.BgClassName
{
background-color: #6507AF;
}
</style>
border-color css
<style>
span { border-color: #6507AF; }
span { border-color: rgb(101,7,175); }
td.TdClassName
{
border-color: #6507AF;
}
.TagClassName
{
border-color: #6507AF;
}
</style>