Shades of Purple Heart #6031BF
Tints of Purple Heart #6031BF
RGB
CMYK
RGB Variations
Color information
#6031BF (or 0x6031BF) is known color: Purple Heart. HEX triplet: 60, 31 and BF. RGB value is (96,49,191). Sum of RGB (Red+Green+Blue) = 96+49+191=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #6031BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6031BF is #9FCE40. Grayscale: #4E4E4E. Windows color (decimal): -10473025 or 12530016. OLE color: 12530016.
HSL color Cylindrical-coordinate representation of color #6031BF: hue angle of 259.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6031BF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 49 | 191 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.25 |
| HSL | 259.86º | 0.59% | 0.47% | - |
| HSV(B) | 259.86º | 0.74% | 0.75% | - |
| XYZ | 15.33 | 8.45 | 50.11 | - |
| YUV | 79.24 | 191.07 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 191 | 0.50 | 0.74 | 0 | 0.25 | 259.86 | 0.59 | 0.47 |
| Hex | 60 | 31 | BF | 32 | 4A | 0 | 19 | 104 | 3B | 2F |
| Octal | 140 | 61 | 277 | 62 | 112 | 0 | 31 | 404 | 73 | 57 |
| Binary | 1100000 | 110001 | 10111111 | 110010 | 1001010 | 0 | 11001 | 100000100 | 111011 | 101111 |
Color Harmonies of #6031BF
Complementary color
Monochromatic Colors of #6031BF
Black with #6031BF
Text Example
Text Example
White with #6031BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6031BF; }
p { color: rgb(96,49,191); }
H1.HeaderClassName
{
color: #6031BF;
}
.AnyTagClassName
{
color: #6031BF;
}
</style>
background-color css
<style>
a { background-color: #6031BF; }
a { background-color: rgb(96,49,191); }
div.DivClassName
{
background-color: #6031BF;
}
.BgClassName
{
background-color: #6031BF;
}
</style>
border-color css
<style>
span { border-color: #6031BF; }
span { border-color: rgb(96,49,191); }
td.TdClassName
{
border-color: #6031BF;
}
.TagClassName
{
border-color: #6031BF;
}
</style>