Shades of Purple Heart #6831DA
Tints of Purple Heart #6831DA
RGB
CMYK
RGB Variations
Color information
#6831DA (or 0x6831DA) is known color: Purple Heart. HEX triplet: 68, 31 and DA. RGB value is (104,49,218). Sum of RGB (Red+Green+Blue) = 104+49+218=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #6831DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6831DA is #97CE25. Grayscale: #545454. Windows color (decimal): -9948710 or 14299496. OLE color: 14299496.
HSL color Cylindrical-coordinate representation of color #6831DA: hue angle of 259.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6831DA is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 49 | 218 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.15 |
| HSL | 259.53º | 0.7% | 0.52% | - |
| HSV(B) | 259.53º | 0.78% | 0.85% | - |
| XYZ | 19.46 | 10.2 | 67.27 | - |
| YUV | 84.71 | 203.22 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 218 | 0.52 | 0.78 | 0 | 0.15 | 259.53 | 0.7 | 0.52 |
| Hex | 68 | 31 | DA | 34 | 4E | 0 | F | 104 | 46 | 34 |
| Octal | 150 | 61 | 332 | 64 | 116 | 0 | 17 | 404 | 106 | 64 |
| Binary | 1101000 | 110001 | 11011010 | 110100 | 1001110 | 0 | 1111 | 100000100 | 1000110 | 110100 |
Color Harmonies of #6831DA
Complementary color
Monochromatic Colors of #6831DA
Black with #6831DA
Text Example
Text Example
White with #6831DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6831DA; }
p { color: rgb(104,49,218); }
H1.HeaderClassName
{
color: #6831DA;
}
.AnyTagClassName
{
color: #6831DA;
}
</style>
background-color css
<style>
a { background-color: #6831DA; }
a { background-color: rgb(104,49,218); }
div.DivClassName
{
background-color: #6831DA;
}
.BgClassName
{
background-color: #6831DA;
}
</style>
border-color css
<style>
span { border-color: #6831DA; }
span { border-color: rgb(104,49,218); }
td.TdClassName
{
border-color: #6831DA;
}
.TagClassName
{
border-color: #6831DA;
}
</style>