Shades of Purple Heart #6831BC
Tints of Purple Heart #6831BC
RGB
CMYK
RGB Variations
Color information
#6831BC (or 0x6831BC) is known color: Purple Heart. HEX triplet: 68, 31 and BC. RGB value is (104,49,188). Sum of RGB (Red+Green+Blue) = 104+49+188=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #6831BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6831BC is #97CE43. Grayscale: #505050. Windows color (decimal): -9948740 or 12333416. OLE color: 12333416.
HSL color Cylindrical-coordinate representation of color #6831BC: hue angle of 263.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6831BC is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 49 | 188 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.26 |
| HSL | 263.74º | 0.59% | 0.46% | - |
| HSV(B) | 263.74º | 0.74% | 0.74% | - |
| XYZ | 15.88 | 8.77 | 48.43 | - |
| YUV | 81.29 | 188.22 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 188 | 0.45 | 0.74 | 0 | 0.26 | 263.74 | 0.59 | 0.46 |
| Hex | 68 | 31 | BC | 2D | 4A | 0 | 1A | 108 | 3B | 2E |
| Octal | 150 | 61 | 274 | 55 | 112 | 0 | 32 | 410 | 73 | 56 |
| Binary | 1101000 | 110001 | 10111100 | 101101 | 1001010 | 0 | 11010 | 100001000 | 111011 | 101110 |
Color Harmonies of #6831BC
Complementary color
Monochromatic Colors of #6831BC
Black with #6831BC
Text Example
Text Example
White with #6831BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6831BC; }
p { color: rgb(104,49,188); }
H1.HeaderClassName
{
color: #6831BC;
}
.AnyTagClassName
{
color: #6831BC;
}
</style>
background-color css
<style>
a { background-color: #6831BC; }
a { background-color: rgb(104,49,188); }
div.DivClassName
{
background-color: #6831BC;
}
.BgClassName
{
background-color: #6831BC;
}
</style>
border-color css
<style>
span { border-color: #6831BC; }
span { border-color: rgb(104,49,188); }
td.TdClassName
{
border-color: #6831BC;
}
.TagClassName
{
border-color: #6831BC;
}
</style>