Shades of Purple Heart #6537CE
Tints of Purple Heart #6537CE
RGB
CMYK
RGB Variations
Color information
#6537CE (or 0x6537CE) is known color: Purple Heart. HEX triplet: 65, 37 and CE. RGB value is (101,55,206). Sum of RGB (Red+Green+Blue) = 101+55+206=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #6537CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6537CE is #9AC831. Grayscale: #555555. Windows color (decimal): -10143794 or 13514597. OLE color: 13514597.
HSL color Cylindrical-coordinate representation of color #6537CE: hue angle of 258.28º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6537CE is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 55 | 206 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.19 |
| HSL | 258.28º | 0.61% | 0.51% | - |
| HSV(B) | 258.28º | 0.73% | 0.81% | - |
| XYZ | 17.87 | 9.96 | 59.37 | - |
| YUV | 85.97 | 195.74 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 206 | 0.51 | 0.73 | 0 | 0.19 | 258.28 | 0.61 | 0.51 |
| Hex | 65 | 37 | CE | 33 | 49 | 0 | 13 | 102 | 3D | 33 |
| Octal | 145 | 67 | 316 | 63 | 111 | 0 | 23 | 402 | 75 | 63 |
| Binary | 1100101 | 110111 | 11001110 | 110011 | 1001001 | 0 | 10011 | 100000010 | 111101 | 110011 |
Color Harmonies of #6537CE
Complementary color
Monochromatic Colors of #6537CE
Black with #6537CE
Text Example
Text Example
White with #6537CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6537CE; }
p { color: rgb(101,55,206); }
H1.HeaderClassName
{
color: #6537CE;
}
.AnyTagClassName
{
color: #6537CE;
}
</style>
background-color css
<style>
a { background-color: #6537CE; }
a { background-color: rgb(101,55,206); }
div.DivClassName
{
background-color: #6537CE;
}
.BgClassName
{
background-color: #6537CE;
}
</style>
border-color css
<style>
span { border-color: #6537CE; }
span { border-color: rgb(101,55,206); }
td.TdClassName
{
border-color: #6537CE;
}
.TagClassName
{
border-color: #6537CE;
}
</style>