Shades of Purple Heart #6426BA
Tints of Purple Heart #6426BA
RGB
CMYK
RGB Variations
Color information
#6426BA (or 0x6426BA) is known color: Purple Heart. HEX triplet: 64, 26 and BA. RGB value is (100,38,186). Sum of RGB (Red+Green+Blue) = 100+38+186=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #6426BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6426BA is #9BD945. Grayscale: #484848. Windows color (decimal): -10213702 or 12199524. OLE color: 12199524.
HSL color Cylindrical-coordinate representation of color #6426BA: hue angle of 265.14º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6426BA is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 38 | 186 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.27 |
| HSL | 265.14º | 0.66% | 0.44% | - |
| HSV(B) | 265.14º | 0.8% | 0.73% | - |
| XYZ | 14.81 | 7.64 | 47.15 | - |
| YUV | 73.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 186 | 0.46 | 0.80 | 0 | 0.27 | 265.14 | 0.66 | 0.44 |
| Hex | 64 | 26 | BA | 2E | 50 | 0 | 1B | 109 | 42 | 2C |
| Octal | 144 | 46 | 272 | 56 | 120 | 0 | 33 | 411 | 102 | 54 |
| Binary | 1100100 | 100110 | 10111010 | 101110 | 1010000 | 0 | 11011 | 100001001 | 1000010 | 101100 |
Color Harmonies of #6426BA
Complementary color
Monochromatic Colors of #6426BA
Black with #6426BA
Text Example
Text Example
White with #6426BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6426BA; }
p { color: rgb(100,38,186); }
H1.HeaderClassName
{
color: #6426BA;
}
.AnyTagClassName
{
color: #6426BA;
}
</style>
background-color css
<style>
a { background-color: #6426BA; }
a { background-color: rgb(100,38,186); }
div.DivClassName
{
background-color: #6426BA;
}
.BgClassName
{
background-color: #6426BA;
}
</style>
border-color css
<style>
span { border-color: #6426BA; }
span { border-color: rgb(100,38,186); }
td.TdClassName
{
border-color: #6426BA;
}
.TagClassName
{
border-color: #6426BA;
}
</style>