Shades of Purple Heart #6536CE
Tints of Purple Heart #6536CE
RGB
CMYK
RGB Variations
Color information
#6536CE (or 0x6536CE) is known color: Purple Heart. HEX triplet: 65, 36 and CE. RGB value is (101,54,206). Sum of RGB (Red+Green+Blue) = 101+54+206=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #6536CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6536CE is #9AC931. Grayscale: #545454. Windows color (decimal): -10144050 or 13514341. OLE color: 13514341.
HSL color Cylindrical-coordinate representation of color #6536CE: hue angle of 258.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6536CE is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 54 | 206 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.19 |
| HSL | 258.55º | 0.61% | 0.51% | - |
| HSV(B) | 258.55º | 0.74% | 0.81% | - |
| XYZ | 17.83 | 9.86 | 59.36 | - |
| YUV | 85.38 | 196.07 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 206 | 0.51 | 0.74 | 0 | 0.19 | 258.55 | 0.61 | 0.51 |
| Hex | 65 | 36 | CE | 33 | 4A | 0 | 13 | 103 | 3D | 33 |
| Octal | 145 | 66 | 316 | 63 | 112 | 0 | 23 | 403 | 75 | 63 |
| Binary | 1100101 | 110110 | 11001110 | 110011 | 1001010 | 0 | 10011 | 100000011 | 111101 | 110011 |
Color Harmonies of #6536CE
Complementary color
Monochromatic Colors of #6536CE
Black with #6536CE
Text Example
Text Example
White with #6536CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6536CE; }
p { color: rgb(101,54,206); }
H1.HeaderClassName
{
color: #6536CE;
}
.AnyTagClassName
{
color: #6536CE;
}
</style>
background-color css
<style>
a { background-color: #6536CE; }
a { background-color: rgb(101,54,206); }
div.DivClassName
{
background-color: #6536CE;
}
.BgClassName
{
background-color: #6536CE;
}
</style>
border-color css
<style>
span { border-color: #6536CE; }
span { border-color: rgb(101,54,206); }
td.TdClassName
{
border-color: #6536CE;
}
.TagClassName
{
border-color: #6536CE;
}
</style>