Shades of Purple Heart #6831C0
Tints of Purple Heart #6831C0
RGB
CMYK
RGB Variations
Color information
#6831C0 (or 0x6831C0) is known color: Purple Heart. HEX triplet: 68, 31 and C0. RGB value is (104,49,192). Sum of RGB (Red+Green+Blue) = 104+49+192=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 192 (75.39% from 255 or 55.65% from 345); Max value from RGB is 192 - color contains mainly: blue. Hex color #6831C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6831C0 is #97CE3F. Grayscale: #515151. Windows color (decimal): -9948736 or 12595560. OLE color: 12595560.
HSL color Cylindrical-coordinate representation of color #6831C0: hue angle of 263.08º 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 #6831C0 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 49 | 192 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.25 |
| HSL | 263.08º | 0.59% | 0.47% | - |
| HSV(B) | 263.08º | 0.74% | 0.75% | - |
| XYZ | 16.32 | 8.95 | 50.74 | - |
| YUV | 81.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 192 | 0.46 | 0.74 | 0 | 0.25 | 263.08 | 0.59 | 0.47 |
| Hex | 68 | 31 | C0 | 2E | 4A | 0 | 19 | 107 | 3B | 2F |
| Octal | 150 | 61 | 300 | 56 | 112 | 0 | 31 | 407 | 73 | 57 |
| Binary | 1101000 | 110001 | 11000000 | 101110 | 1001010 | 0 | 11001 | 100000111 | 111011 | 101111 |
Color Harmonies of #6831C0
Complementary color
Monochromatic Colors of #6831C0
Black with #6831C0
Text Example
Text Example
White with #6831C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6831C0; }
p { color: rgb(104,49,192); }
H1.HeaderClassName
{
color: #6831C0;
}
.AnyTagClassName
{
color: #6831C0;
}
</style>
background-color css
<style>
a { background-color: #6831C0; }
a { background-color: rgb(104,49,192); }
div.DivClassName
{
background-color: #6831C0;
}
.BgClassName
{
background-color: #6831C0;
}
</style>
border-color css
<style>
span { border-color: #6831C0; }
span { border-color: rgb(104,49,192); }
td.TdClassName
{
border-color: #6831C0;
}
.TagClassName
{
border-color: #6831C0;
}
</style>