Shades of Purple Heart #6426D8
Tints of Purple Heart #6426D8
RGB
CMYK
RGB Variations
Color information
#6426D8 (or 0x6426D8) is known color: Purple Heart. HEX triplet: 64, 26 and D8. RGB value is (100,38,216). Sum of RGB (Red+Green+Blue) = 100+38+216=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 216 (84.77% from 255 or 61.02% from 354); Max value from RGB is 216 - color contains mainly: blue. Hex color #6426D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6426D8 is #9BD927. Grayscale: #4C4C4C. Windows color (decimal): -10213672 or 14165604. OLE color: 14165604.
HSL color Cylindrical-coordinate representation of color #6426D8: hue angle of 260.9º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6426D8 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 38 | 216 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.15 |
| HSL | 260.9º | 0.7% | 0.5% | - |
| HSV(B) | 260.9º | 0.82% | 0.85% | - |
| XYZ | 18.34 | 9.05 | 65.75 | - |
| YUV | 76.83 | 206.54 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 216 | 0.54 | 0.82 | 0 | 0.15 | 260.9 | 0.7 | 0.5 |
| Hex | 64 | 26 | D8 | 36 | 52 | 0 | F | 105 | 46 | 32 |
| Octal | 144 | 46 | 330 | 66 | 122 | 0 | 17 | 405 | 106 | 62 |
| Binary | 1100100 | 100110 | 11011000 | 110110 | 1010010 | 0 | 1111 | 100000101 | 1000110 | 110010 |
Color Harmonies of #6426D8
Complementary color
Monochromatic Colors of #6426D8
Black with #6426D8
Text Example
Text Example
White with #6426D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6426D8; }
p { color: rgb(100,38,216); }
H1.HeaderClassName
{
color: #6426D8;
}
.AnyTagClassName
{
color: #6426D8;
}
</style>
background-color css
<style>
a { background-color: #6426D8; }
a { background-color: rgb(100,38,216); }
div.DivClassName
{
background-color: #6426D8;
}
.BgClassName
{
background-color: #6426D8;
}
</style>
border-color css
<style>
span { border-color: #6426D8; }
span { border-color: rgb(100,38,216); }
td.TdClassName
{
border-color: #6426D8;
}
.TagClassName
{
border-color: #6426D8;
}
</style>