Shades of Purple Heart #6231DB
Tints of Purple Heart #6231DB
RGB
CMYK
RGB Variations
Color information
#6231DB (or 0x6231DB) is known color: Purple Heart. HEX triplet: 62, 31 and DB. RGB value is (98,49,219). Sum of RGB (Red+Green+Blue) = 98+49+219=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #6231DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6231DB is #9DCE24. Grayscale: #525252. Windows color (decimal): -10341925 or 14365026. OLE color: 14365026.
HSL color Cylindrical-coordinate representation of color #6231DB: hue angle of 257.29º degrees, saturation: 0.7, 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 #6231DB is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 49 | 219 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.14 |
| HSL | 257.29º | 0.7% | 0.53% | - |
| HSV(B) | 257.29º | 0.78% | 0.86% | - |
| XYZ | 18.92 | 9.91 | 67.93 | - |
| YUV | 83.03 | 204.73 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 219 | 0.55 | 0.78 | 0 | 0.14 | 257.29 | 0.7 | 0.53 |
| Hex | 62 | 31 | DB | 37 | 4E | 0 | E | 101 | 46 | 35 |
| Octal | 142 | 61 | 333 | 67 | 116 | 0 | 16 | 401 | 106 | 65 |
| Binary | 1100010 | 110001 | 11011011 | 110111 | 1001110 | 0 | 1110 | 100000001 | 1000110 | 110101 |
Color Harmonies of #6231DB
Complementary color
Monochromatic Colors of #6231DB
Black with #6231DB
Text Example
Text Example
White with #6231DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6231DB; }
p { color: rgb(98,49,219); }
H1.HeaderClassName
{
color: #6231DB;
}
.AnyTagClassName
{
color: #6231DB;
}
</style>
background-color css
<style>
a { background-color: #6231DB; }
a { background-color: rgb(98,49,219); }
div.DivClassName
{
background-color: #6231DB;
}
.BgClassName
{
background-color: #6231DB;
}
</style>
border-color css
<style>
span { border-color: #6231DB; }
span { border-color: rgb(98,49,219); }
td.TdClassName
{
border-color: #6231DB;
}
.TagClassName
{
border-color: #6231DB;
}
</style>