Shades of Purple Heart #6426B1
Tints of Purple Heart #6426B1
RGB
CMYK
RGB Variations
Color information
#6426B1 (or 0x6426B1) is known color: Purple Heart. HEX triplet: 64, 26 and B1. RGB value is (100,38,177). Sum of RGB (Red+Green+Blue) = 100+38+177=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #6426B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6426B1 is #9BD94E. Grayscale: #474747. Windows color (decimal): -10213711 or 11609700. OLE color: 11609700.
HSL color Cylindrical-coordinate representation of color #6426B1: hue angle of 266.76º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6426B1 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 38 | 177 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.31 |
| HSL | 266.76º | 0.65% | 0.42% | - |
| HSV(B) | 266.76º | 0.79% | 0.69% | - |
| XYZ | 13.88 | 7.27 | 42.27 | - |
| YUV | 72.38 | 187.04 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 177 | 0.44 | 0.79 | 0 | 0.31 | 266.76 | 0.65 | 0.42 |
| Hex | 64 | 26 | B1 | 2C | 4F | 0 | 1F | 10B | 41 | 2A |
| Octal | 144 | 46 | 261 | 54 | 117 | 0 | 37 | 413 | 101 | 52 |
| Binary | 1100100 | 100110 | 10110001 | 101100 | 1001111 | 0 | 11111 | 100001011 | 1000001 | 101010 |
Color Harmonies of #6426B1
Complementary color
Monochromatic Colors of #6426B1
Black with #6426B1
Text Example
Text Example
White with #6426B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6426B1; }
p { color: rgb(100,38,177); }
H1.HeaderClassName
{
color: #6426B1;
}
.AnyTagClassName
{
color: #6426B1;
}
</style>
background-color css
<style>
a { background-color: #6426B1; }
a { background-color: rgb(100,38,177); }
div.DivClassName
{
background-color: #6426B1;
}
.BgClassName
{
background-color: #6426B1;
}
</style>
border-color css
<style>
span { border-color: #6426B1; }
span { border-color: rgb(100,38,177); }
td.TdClassName
{
border-color: #6426B1;
}
.TagClassName
{
border-color: #6426B1;
}
</style>