Shades of Purple Heart #6509CA
Tints of Purple Heart #6509CA
RGB
CMYK
RGB Variations
Color information
#6509CA (or 0x6509CA) is known color: Purple Heart. HEX triplet: 65, 09 and CA. RGB value is (101,9,202). Sum of RGB (Red+Green+Blue) = 101+9+202=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #6509CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6509CA is #9AF635. Grayscale: #393939. Windows color (decimal): -10155574 or 13240677. OLE color: 13240677.
HSL color Cylindrical-coordinate representation of color #6509CA: hue angle of 268.6º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6509CA is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 9 | 202 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.21 |
| HSL | 268.6º | 0.91% | 0.41% | - |
| HSV(B) | 268.6º | 0.96% | 0.79% | - |
| XYZ | 16.13 | 7.23 | 56.42 | - |
| YUV | 58.51 | 208.98 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 202 | 0.50 | 0.96 | 0 | 0.21 | 268.6 | 0.91 | 0.41 |
| Hex | 65 | 9 | CA | 32 | 60 | 0 | 15 | 10D | 5B | 29 |
| Octal | 145 | 11 | 312 | 62 | 140 | 0 | 25 | 415 | 133 | 51 |
| Binary | 1100101 | 1001 | 11001010 | 110010 | 1100000 | 0 | 10101 | 100001101 | 1011011 | 101001 |
Color Harmonies of #6509CA
Complementary color
Monochromatic Colors of #6509CA
Black with #6509CA
Text Example
Text Example
White with #6509CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6509CA; }
p { color: rgb(101,9,202); }
H1.HeaderClassName
{
color: #6509CA;
}
.AnyTagClassName
{
color: #6509CA;
}
</style>
background-color css
<style>
a { background-color: #6509CA; }
a { background-color: rgb(101,9,202); }
div.DivClassName
{
background-color: #6509CA;
}
.BgClassName
{
background-color: #6509CA;
}
</style>
border-color css
<style>
span { border-color: #6509CA; }
span { border-color: rgb(101,9,202); }
td.TdClassName
{
border-color: #6509CA;
}
.TagClassName
{
border-color: #6509CA;
}
</style>