Shades of Purple Heart #6408AF
Tints of Purple Heart #6408AF
RGB
CMYK
RGB Variations
Color information
#6408AF (or 0x6408AF) is known color: Purple Heart. HEX triplet: 64, 08 and AF. RGB value is (100,8,175). Sum of RGB (Red+Green+Blue) = 100+8+175=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #6408AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6408AF is #9BF750. Grayscale: #353535. Windows color (decimal): -10221393 or 11470948. OLE color: 11470948.
HSL color Cylindrical-coordinate representation of color #6408AF: hue angle of 273.05º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6408AF is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 8 | 175 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.31 |
| HSL | 273.05º | 0.91% | 0.36% | - |
| HSV(B) | 273.05º | 0.95% | 0.69% | - |
| XYZ | 13.08 | 5.98 | 41.02 | - |
| YUV | 54.55 | 195.98 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 175 | 0.43 | 0.95 | 0 | 0.31 | 273.05 | 0.91 | 0.36 |
| Hex | 64 | 8 | AF | 2B | 5F | 0 | 1F | 111 | 5B | 24 |
| Octal | 144 | 10 | 257 | 53 | 137 | 0 | 37 | 421 | 133 | 44 |
| Binary | 1100100 | 1000 | 10101111 | 101011 | 1011111 | 0 | 11111 | 100010001 | 1011011 | 100100 |
Color Harmonies of #6408AF
Complementary color
Monochromatic Colors of #6408AF
Black with #6408AF
Text Example
Text Example
White with #6408AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6408AF; }
p { color: rgb(100,8,175); }
H1.HeaderClassName
{
color: #6408AF;
}
.AnyTagClassName
{
color: #6408AF;
}
</style>
background-color css
<style>
a { background-color: #6408AF; }
a { background-color: rgb(100,8,175); }
div.DivClassName
{
background-color: #6408AF;
}
.BgClassName
{
background-color: #6408AF;
}
</style>
border-color css
<style>
span { border-color: #6408AF; }
span { border-color: rgb(100,8,175); }
td.TdClassName
{
border-color: #6408AF;
}
.TagClassName
{
border-color: #6408AF;
}
</style>