Shades of Purple Heart #6831DC
Tints of Purple Heart #6831DC
RGB
CMYK
RGB Variations
Color information
#6831DC (or 0x6831DC) is known color: Purple Heart. HEX triplet: 68, 31 and DC. RGB value is (104,49,220). Sum of RGB (Red+Green+Blue) = 104+49+220=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #6831DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6831DC is #97CE23. Grayscale: #545454. Windows color (decimal): -9948708 or 14430568. OLE color: 14430568.
HSL color Cylindrical-coordinate representation of color #6831DC: hue angle of 259.3º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6831DC is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 49 | 220 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.14 |
| HSL | 259.3º | 0.71% | 0.53% | - |
| HSV(B) | 259.3º | 0.78% | 0.86% | - |
| XYZ | 19.73 | 10.31 | 68.66 | - |
| YUV | 84.94 | 204.22 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 220 | 0.53 | 0.78 | 0 | 0.14 | 259.3 | 0.71 | 0.53 |
| Hex | 68 | 31 | DC | 35 | 4E | 0 | E | 103 | 47 | 35 |
| Octal | 150 | 61 | 334 | 65 | 116 | 0 | 16 | 403 | 107 | 65 |
| Binary | 1101000 | 110001 | 11011100 | 110101 | 1001110 | 0 | 1110 | 100000011 | 1000111 | 110101 |
Color Harmonies of #6831DC
Complementary color
Monochromatic Colors of #6831DC
Black with #6831DC
Text Example
Text Example
White with #6831DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6831DC; }
p { color: rgb(104,49,220); }
H1.HeaderClassName
{
color: #6831DC;
}
.AnyTagClassName
{
color: #6831DC;
}
</style>
background-color css
<style>
a { background-color: #6831DC; }
a { background-color: rgb(104,49,220); }
div.DivClassName
{
background-color: #6831DC;
}
.BgClassName
{
background-color: #6831DC;
}
</style>
border-color css
<style>
span { border-color: #6831DC; }
span { border-color: rgb(104,49,220); }
td.TdClassName
{
border-color: #6831DC;
}
.TagClassName
{
border-color: #6831DC;
}
</style>