Shades of Purple Heart #6534CF
Tints of Purple Heart #6534CF
RGB
CMYK
RGB Variations
Color information
#6534CF (or 0x6534CF) is known color: Purple Heart. HEX triplet: 65, 34 and CF. RGB value is (101,52,207). Sum of RGB (Red+Green+Blue) = 101+52+207=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #6534CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6534CF is #9ACB30. Grayscale: #535353. Windows color (decimal): -10144561 or 13579365. OLE color: 13579365.
HSL color Cylindrical-coordinate representation of color #6534CF: hue angle of 258.97º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6534CF is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 52 | 207 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.19 |
| HSL | 258.97º | 0.62% | 0.51% | - |
| HSV(B) | 258.97º | 0.75% | 0.81% | - |
| XYZ | 17.86 | 9.73 | 59.97 | - |
| YUV | 84.32 | 197.23 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 207 | 0.51 | 0.75 | 0 | 0.19 | 258.97 | 0.62 | 0.51 |
| Hex | 65 | 34 | CF | 33 | 4B | 0 | 13 | 103 | 3E | 33 |
| Octal | 145 | 64 | 317 | 63 | 113 | 0 | 23 | 403 | 76 | 63 |
| Binary | 1100101 | 110100 | 11001111 | 110011 | 1001011 | 0 | 10011 | 100000011 | 111110 | 110011 |
Color Harmonies of #6534CF
Complementary color
Monochromatic Colors of #6534CF
Black with #6534CF
Text Example
Text Example
White with #6534CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6534CF; }
p { color: rgb(101,52,207); }
H1.HeaderClassName
{
color: #6534CF;
}
.AnyTagClassName
{
color: #6534CF;
}
</style>
background-color css
<style>
a { background-color: #6534CF; }
a { background-color: rgb(101,52,207); }
div.DivClassName
{
background-color: #6534CF;
}
.BgClassName
{
background-color: #6534CF;
}
</style>
border-color css
<style>
span { border-color: #6534CF; }
span { border-color: rgb(101,52,207); }
td.TdClassName
{
border-color: #6534CF;
}
.TagClassName
{
border-color: #6534CF;
}
</style>