Shades of Purple Heart #6408AC
Tints of Purple Heart #6408AC
RGB
CMYK
RGB Variations
Color information
#6408AC (or 0x6408AC) is known color: Purple Heart. HEX triplet: 64, 08 and AC. RGB value is (100,8,172). Sum of RGB (Red+Green+Blue) = 100+8+172=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #6408AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6408AC is #9BF753. Grayscale: #353535. Windows color (decimal): -10221396 or 11274340. OLE color: 11274340.
HSL color Cylindrical-coordinate representation of color #6408AC: hue angle of 273.66º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6408AC is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 8 | 172 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.33 |
| HSL | 273.66º | 0.91% | 0.35% | - |
| HSV(B) | 273.66º | 0.95% | 0.67% | - |
| XYZ | 12.79 | 5.86 | 39.49 | - |
| YUV | 54.2 | 194.48 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 172 | 0.42 | 0.95 | 0 | 0.33 | 273.66 | 0.91 | 0.35 |
| Hex | 64 | 8 | AC | 2A | 5F | 0 | 21 | 112 | 5B | 23 |
| Octal | 144 | 10 | 254 | 52 | 137 | 0 | 41 | 422 | 133 | 43 |
| Binary | 1100100 | 1000 | 10101100 | 101010 | 1011111 | 0 | 100001 | 100010010 | 1011011 | 100011 |
Color Harmonies of #6408AC
Complementary color
Monochromatic Colors of #6408AC
Black with #6408AC
Text Example
Text Example
White with #6408AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6408AC; }
p { color: rgb(100,8,172); }
H1.HeaderClassName
{
color: #6408AC;
}
.AnyTagClassName
{
color: #6408AC;
}
</style>
background-color css
<style>
a { background-color: #6408AC; }
a { background-color: rgb(100,8,172); }
div.DivClassName
{
background-color: #6408AC;
}
.BgClassName
{
background-color: #6408AC;
}
</style>
border-color css
<style>
span { border-color: #6408AC; }
span { border-color: rgb(100,8,172); }
td.TdClassName
{
border-color: #6408AC;
}
.TagClassName
{
border-color: #6408AC;
}
</style>