Shades of Purple Heart #6518CD
Tints of Purple Heart #6518CD
RGB
CMYK
RGB Variations
Color information
#6518CD (or 0x6518CD) is known color: Purple Heart. HEX triplet: 65, 18 and CD. RGB value is (101,24,205). Sum of RGB (Red+Green+Blue) = 101+24+205=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #6518CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6518CD is #9AE732. Grayscale: #434343. Windows color (decimal): -10151731 or 13441125. OLE color: 13441125.
HSL color Cylindrical-coordinate representation of color #6518CD: hue angle of 265.52º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6518CD is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 24 | 205 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.20 |
| HSL | 265.52º | 0.79% | 0.45% | - |
| HSV(B) | 265.52º | 0.88% | 0.8% | - |
| XYZ | 16.71 | 7.83 | 58.39 | - |
| YUV | 67.66 | 205.51 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 205 | 0.51 | 0.88 | 0 | 0.20 | 265.52 | 0.79 | 0.45 |
| Hex | 65 | 18 | CD | 33 | 58 | 0 | 14 | 10A | 4F | 2D |
| Octal | 145 | 30 | 315 | 63 | 130 | 0 | 24 | 412 | 117 | 55 |
| Binary | 1100101 | 11000 | 11001101 | 110011 | 1011000 | 0 | 10100 | 100001010 | 1001111 | 101101 |
Color Harmonies of #6518CD
Complementary color
Monochromatic Colors of #6518CD
Black with #6518CD
Text Example
Text Example
White with #6518CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6518CD; }
p { color: rgb(101,24,205); }
H1.HeaderClassName
{
color: #6518CD;
}
.AnyTagClassName
{
color: #6518CD;
}
</style>
background-color css
<style>
a { background-color: #6518CD; }
a { background-color: rgb(101,24,205); }
div.DivClassName
{
background-color: #6518CD;
}
.BgClassName
{
background-color: #6518CD;
}
</style>
border-color css
<style>
span { border-color: #6518CD; }
span { border-color: rgb(101,24,205); }
td.TdClassName
{
border-color: #6518CD;
}
.TagClassName
{
border-color: #6518CD;
}
</style>