Shades of Purple Heart #6531DA
Tints of Purple Heart #6531DA
RGB
CMYK
RGB Variations
Color information
#6531DA (or 0x6531DA) is known color: Purple Heart. HEX triplet: 65, 31 and DA. RGB value is (101,49,218). Sum of RGB (Red+Green+Blue) = 101+49+218=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #6531DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6531DA is #9ACE25. Grayscale: #535353. Windows color (decimal): -10145318 or 14299493. OLE color: 14299493.
HSL color Cylindrical-coordinate representation of color #6531DA: hue angle of 258.46º 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 #6531DA is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 49 | 218 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.15 |
| HSL | 258.46º | 0.7% | 0.52% | - |
| HSV(B) | 258.46º | 0.78% | 0.85% | - |
| XYZ | 19.12 | 10.03 | 67.26 | - |
| YUV | 83.81 | 203.73 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 218 | 0.54 | 0.78 | 0 | 0.15 | 258.46 | 0.7 | 0.52 |
| Hex | 65 | 31 | DA | 36 | 4E | 0 | F | 102 | 46 | 34 |
| Octal | 145 | 61 | 332 | 66 | 116 | 0 | 17 | 402 | 106 | 64 |
| Binary | 1100101 | 110001 | 11011010 | 110110 | 1001110 | 0 | 1111 | 100000010 | 1000110 | 110100 |
Color Harmonies of #6531DA
Complementary color
Monochromatic Colors of #6531DA
Black with #6531DA
Text Example
Text Example
White with #6531DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6531DA; }
p { color: rgb(101,49,218); }
H1.HeaderClassName
{
color: #6531DA;
}
.AnyTagClassName
{
color: #6531DA;
}
</style>
background-color css
<style>
a { background-color: #6531DA; }
a { background-color: rgb(101,49,218); }
div.DivClassName
{
background-color: #6531DA;
}
.BgClassName
{
background-color: #6531DA;
}
</style>
border-color css
<style>
span { border-color: #6531DA; }
span { border-color: rgb(101,49,218); }
td.TdClassName
{
border-color: #6531DA;
}
.TagClassName
{
border-color: #6531DA;
}
</style>