Shades of Purple Heart #6415D3
Tints of Purple Heart #6415D3
RGB
CMYK
RGB Variations
Color information
#6415D3 (or 0x6415D3) is known color: Purple Heart. HEX triplet: 64, 15 and D3. RGB value is (100,21,211). Sum of RGB (Red+Green+Blue) = 100+21+211=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 211 (82.81% from 255 or 63.55% from 332); Max value from RGB is 211 - color contains mainly: blue. Hex color #6415D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415D3 is #9BEA2C. Grayscale: #414141. Windows color (decimal): -10218029 or 13833572. OLE color: 13833572.
HSL color Cylindrical-coordinate representation of color #6415D3: hue angle of 264.95º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6415D3 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 21 | 211 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.17 |
| HSL | 264.95º | 0.82% | 0.45% | - |
| HSV(B) | 264.95º | 0.9% | 0.83% | - |
| XYZ | 17.28 | 7.95 | 62.25 | - |
| YUV | 66.28 | 209.67 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 211 | 0.53 | 0.90 | 0 | 0.17 | 264.95 | 0.82 | 0.45 |
| Hex | 64 | 15 | D3 | 35 | 5A | 0 | 11 | 109 | 52 | 2D |
| Octal | 144 | 25 | 323 | 65 | 132 | 0 | 21 | 411 | 122 | 55 |
| Binary | 1100100 | 10101 | 11010011 | 110101 | 1011010 | 0 | 10001 | 100001001 | 1010010 | 101101 |
Color Harmonies of #6415D3
Complementary color
Monochromatic Colors of #6415D3
Black with #6415D3
Text Example
Text Example
White with #6415D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6415D3; }
p { color: rgb(100,21,211); }
H1.HeaderClassName
{
color: #6415D3;
}
.AnyTagClassName
{
color: #6415D3;
}
</style>
background-color css
<style>
a { background-color: #6415D3; }
a { background-color: rgb(100,21,211); }
div.DivClassName
{
background-color: #6415D3;
}
.BgClassName
{
background-color: #6415D3;
}
</style>
border-color css
<style>
span { border-color: #6415D3; }
span { border-color: rgb(100,21,211); }
td.TdClassName
{
border-color: #6415D3;
}
.TagClassName
{
border-color: #6415D3;
}
</style>