Shades of Purple Heart #6431BB
Tints of Purple Heart #6431BB
RGB
CMYK
RGB Variations
Color information
#6431BB (or 0x6431BB) is known color: Purple Heart. HEX triplet: 64, 31 and BB. RGB value is (100,49,187). Sum of RGB (Red+Green+Blue) = 100+49+187=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #6431BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6431BB is #9BCE44. Grayscale: #4F4F4F. Windows color (decimal): -10210885 or 12267876. OLE color: 12267876.
HSL color Cylindrical-coordinate representation of color #6431BB: hue angle of 262.17º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6431BB is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 49 | 187 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.27 |
| HSL | 262.17º | 0.58% | 0.46% | - |
| HSV(B) | 262.17º | 0.74% | 0.73% | - |
| XYZ | 15.32 | 8.49 | 47.85 | - |
| YUV | 79.98 | 188.4 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 187 | 0.47 | 0.74 | 0 | 0.27 | 262.17 | 0.58 | 0.46 |
| Hex | 64 | 31 | BB | 2F | 4A | 0 | 1B | 106 | 3A | 2E |
| Octal | 144 | 61 | 273 | 57 | 112 | 0 | 33 | 406 | 72 | 56 |
| Binary | 1100100 | 110001 | 10111011 | 101111 | 1001010 | 0 | 11011 | 100000110 | 111010 | 101110 |
Color Harmonies of #6431BB
Complementary color
Monochromatic Colors of #6431BB
Black with #6431BB
Text Example
Text Example
White with #6431BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6431BB; }
p { color: rgb(100,49,187); }
H1.HeaderClassName
{
color: #6431BB;
}
.AnyTagClassName
{
color: #6431BB;
}
</style>
background-color css
<style>
a { background-color: #6431BB; }
a { background-color: rgb(100,49,187); }
div.DivClassName
{
background-color: #6431BB;
}
.BgClassName
{
background-color: #6431BB;
}
</style>
border-color css
<style>
span { border-color: #6431BB; }
span { border-color: rgb(100,49,187); }
td.TdClassName
{
border-color: #6431BB;
}
.TagClassName
{
border-color: #6431BB;
}
</style>