Shades of Purple Heart #6518C9
Tints of Purple Heart #6518C9
RGB
CMYK
RGB Variations
Color information
#6518C9 (or 0x6518C9) is known color: Purple Heart. HEX triplet: 65, 18 and C9. RGB value is (101,24,201). Sum of RGB (Red+Green+Blue) = 101+24+201=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 201 (78.91% from 255 or 61.66% from 326); Max value from RGB is 201 - color contains mainly: blue. Hex color #6518C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6518C9 is #9AE736. Grayscale: #424242. Windows color (decimal): -10151735 or 13178981. OLE color: 13178981.
HSL color Cylindrical-coordinate representation of color #6518C9: hue angle of 266.1º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6518C9 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 24 | 201 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.21 |
| HSL | 266.1º | 0.79% | 0.44% | - |
| HSV(B) | 266.1º | 0.88% | 0.79% | - |
| XYZ | 16.24 | 7.64 | 55.88 | - |
| YUV | 67.2 | 203.51 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 201 | 0.50 | 0.88 | 0 | 0.21 | 266.1 | 0.79 | 0.44 |
| Hex | 65 | 18 | C9 | 32 | 58 | 0 | 15 | 10A | 4F | 2C |
| Octal | 145 | 30 | 311 | 62 | 130 | 0 | 25 | 412 | 117 | 54 |
| Binary | 1100101 | 11000 | 11001001 | 110010 | 1011000 | 0 | 10101 | 100001010 | 1001111 | 101100 |
Color Harmonies of #6518C9
Complementary color
Monochromatic Colors of #6518C9
Black with #6518C9
Text Example
Text Example
White with #6518C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6518C9; }
p { color: rgb(101,24,201); }
H1.HeaderClassName
{
color: #6518C9;
}
.AnyTagClassName
{
color: #6518C9;
}
</style>
background-color css
<style>
a { background-color: #6518C9; }
a { background-color: rgb(101,24,201); }
div.DivClassName
{
background-color: #6518C9;
}
.BgClassName
{
background-color: #6518C9;
}
</style>
border-color css
<style>
span { border-color: #6518C9; }
span { border-color: rgb(101,24,201); }
td.TdClassName
{
border-color: #6518C9;
}
.TagClassName
{
border-color: #6518C9;
}
</style>