Shades of Purple Heart #6418AF
Tints of Purple Heart #6418AF
RGB
CMYK
RGB Variations
Color information
#6418AF (or 0x6418AF) is known color: Purple Heart. HEX triplet: 64, 18 and AF. RGB value is (100,24,175). Sum of RGB (Red+Green+Blue) = 100+24+175=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #6418AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6418AF is #9BE750. Grayscale: #3F3F3F. Windows color (decimal): -10217297 or 11475044. OLE color: 11475044.
HSL color Cylindrical-coordinate representation of color #6418AF: hue angle of 270.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6418AF is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 24 | 175 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.31 |
| HSL | 270.2º | 0.76% | 0.39% | - |
| HSV(B) | 270.2º | 0.86% | 0.69% | - |
| XYZ | 13.32 | 6.46 | 41.1 | - |
| YUV | 63.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 175 | 0.43 | 0.86 | 0 | 0.31 | 270.2 | 0.76 | 0.39 |
| Hex | 64 | 18 | AF | 2B | 56 | 0 | 1F | 10E | 4C | 27 |
| Octal | 144 | 30 | 257 | 53 | 126 | 0 | 37 | 416 | 114 | 47 |
| Binary | 1100100 | 11000 | 10101111 | 101011 | 1010110 | 0 | 11111 | 100001110 | 1001100 | 100111 |
Color Harmonies of #6418AF
Complementary color
Monochromatic Colors of #6418AF
Black with #6418AF
Text Example
Text Example
White with #6418AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6418AF; }
p { color: rgb(100,24,175); }
H1.HeaderClassName
{
color: #6418AF;
}
.AnyTagClassName
{
color: #6418AF;
}
</style>
background-color css
<style>
a { background-color: #6418AF; }
a { background-color: rgb(100,24,175); }
div.DivClassName
{
background-color: #6418AF;
}
.BgClassName
{
background-color: #6418AF;
}
</style>
border-color css
<style>
span { border-color: #6418AF; }
span { border-color: rgb(100,24,175); }
td.TdClassName
{
border-color: #6418AF;
}
.TagClassName
{
border-color: #6418AF;
}
</style>