Shades of Purple Heart #6531CF
Tints of Purple Heart #6531CF
RGB
CMYK
RGB Variations
Color information
#6531CF (or 0x6531CF) is known color: Purple Heart. HEX triplet: 65, 31 and CF. RGB value is (101,49,207). Sum of RGB (Red+Green+Blue) = 101+49+207=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #6531CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6531CF is #9ACE30. Grayscale: #515151. Windows color (decimal): -10145329 or 13578597. OLE color: 13578597.
HSL color Cylindrical-coordinate representation of color #6531CF: hue angle of 259.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6531CF is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 49 | 207 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.19 |
| HSL | 259.75º | 0.62% | 0.5% | - |
| HSV(B) | 259.75º | 0.76% | 0.81% | - |
| XYZ | 17.73 | 9.47 | 59.92 | - |
| YUV | 82.56 | 198.23 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 207 | 0.51 | 0.76 | 0 | 0.19 | 259.75 | 0.62 | 0.5 |
| Hex | 65 | 31 | CF | 33 | 4C | 0 | 13 | 104 | 3E | 32 |
| Octal | 145 | 61 | 317 | 63 | 114 | 0 | 23 | 404 | 76 | 62 |
| Binary | 1100101 | 110001 | 11001111 | 110011 | 1001100 | 0 | 10011 | 100000100 | 111110 | 110010 |
Color Harmonies of #6531CF
Complementary color
Monochromatic Colors of #6531CF
Black with #6531CF
Text Example
Text Example
White with #6531CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6531CF; }
p { color: rgb(101,49,207); }
H1.HeaderClassName
{
color: #6531CF;
}
.AnyTagClassName
{
color: #6531CF;
}
</style>
background-color css
<style>
a { background-color: #6531CF; }
a { background-color: rgb(101,49,207); }
div.DivClassName
{
background-color: #6531CF;
}
.BgClassName
{
background-color: #6531CF;
}
</style>
border-color css
<style>
span { border-color: #6531CF; }
span { border-color: rgb(101,49,207); }
td.TdClassName
{
border-color: #6531CF;
}
.TagClassName
{
border-color: #6531CF;
}
</style>