Shades of Purple Heart #6231DA
Tints of Purple Heart #6231DA
RGB
CMYK
RGB Variations
Color information
#6231DA (or 0x6231DA) is known color: Purple Heart. HEX triplet: 62, 31 and DA. RGB value is (98,49,218). Sum of RGB (Red+Green+Blue) = 98+49+218=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #6231DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6231DA is #9DCE25. Grayscale: #525252. Windows color (decimal): -10341926 or 14299490. OLE color: 14299490.
HSL color Cylindrical-coordinate representation of color #6231DA: hue angle of 257.4º 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 #6231DA is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 49 | 218 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.15 |
| HSL | 257.4º | 0.7% | 0.52% | - |
| HSV(B) | 257.4º | 0.78% | 0.85% | - |
| XYZ | 18.79 | 9.86 | 67.24 | - |
| YUV | 82.92 | 204.23 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 218 | 0.55 | 0.78 | 0 | 0.15 | 257.4 | 0.7 | 0.52 |
| Hex | 62 | 31 | DA | 37 | 4E | 0 | F | 101 | 46 | 34 |
| Octal | 142 | 61 | 332 | 67 | 116 | 0 | 17 | 401 | 106 | 64 |
| Binary | 1100010 | 110001 | 11011010 | 110111 | 1001110 | 0 | 1111 | 100000001 | 1000110 | 110100 |
Color Harmonies of #6231DA
Complementary color
Monochromatic Colors of #6231DA
Black with #6231DA
Text Example
Text Example
White with #6231DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6231DA; }
p { color: rgb(98,49,218); }
H1.HeaderClassName
{
color: #6231DA;
}
.AnyTagClassName
{
color: #6231DA;
}
</style>
background-color css
<style>
a { background-color: #6231DA; }
a { background-color: rgb(98,49,218); }
div.DivClassName
{
background-color: #6231DA;
}
.BgClassName
{
background-color: #6231DA;
}
</style>
border-color css
<style>
span { border-color: #6231DA; }
span { border-color: rgb(98,49,218); }
td.TdClassName
{
border-color: #6231DA;
}
.TagClassName
{
border-color: #6231DA;
}
</style>