Shades of Purple Heart #6508AA
Tints of Purple Heart #6508AA
RGB
CMYK
RGB Variations
Color information
#6508AA (or 0x6508AA) is known color: Purple Heart. HEX triplet: 65, 08 and AA. RGB value is (101,8,170). Sum of RGB (Red+Green+Blue) = 101+8+170=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #6508AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6508AA is #9AF755. Grayscale: #353535. Windows color (decimal): -10155862 or 11143269. OLE color: 11143269.
HSL color Cylindrical-coordinate representation of color #6508AA: hue angle of 274.44º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6508AA is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 8 | 170 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.33 |
| HSL | 274.44º | 0.91% | 0.35% | - |
| HSV(B) | 274.44º | 0.95% | 0.67% | - |
| XYZ | 12.71 | 5.84 | 38.49 | - |
| YUV | 54.28 | 193.31 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 170 | 0.41 | 0.95 | 0 | 0.33 | 274.44 | 0.91 | 0.35 |
| Hex | 65 | 8 | AA | 29 | 5F | 0 | 21 | 112 | 5B | 23 |
| Octal | 145 | 10 | 252 | 51 | 137 | 0 | 41 | 422 | 133 | 43 |
| Binary | 1100101 | 1000 | 10101010 | 101001 | 1011111 | 0 | 100001 | 100010010 | 1011011 | 100011 |
Color Harmonies of #6508AA
Complementary color
Monochromatic Colors of #6508AA
Black with #6508AA
Text Example
Text Example
White with #6508AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6508AA; }
p { color: rgb(101,8,170); }
H1.HeaderClassName
{
color: #6508AA;
}
.AnyTagClassName
{
color: #6508AA;
}
</style>
background-color css
<style>
a { background-color: #6508AA; }
a { background-color: rgb(101,8,170); }
div.DivClassName
{
background-color: #6508AA;
}
.BgClassName
{
background-color: #6508AA;
}
</style>
border-color css
<style>
span { border-color: #6508AA; }
span { border-color: rgb(101,8,170); }
td.TdClassName
{
border-color: #6508AA;
}
.TagClassName
{
border-color: #6508AA;
}
</style>