Shades of Purple Heart #6538D1
Tints of Purple Heart #6538D1
RGB
CMYK
RGB Variations
Color information
#6538D1 (or 0x6538D1) is known color: Purple Heart. HEX triplet: 65, 38 and D1. RGB value is (101,56,209). Sum of RGB (Red+Green+Blue) = 101+56+209=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #6538D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6538D1 is #9AC72E. Grayscale: #565656. Windows color (decimal): -10143535 or 13711461. OLE color: 13711461.
HSL color Cylindrical-coordinate representation of color #6538D1: hue angle of 257.65º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6538D1 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 56 | 209 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.18 |
| HSL | 257.65º | 0.62% | 0.52% | - |
| HSV(B) | 257.65º | 0.73% | 0.82% | - |
| XYZ | 18.29 | 10.2 | 61.33 | - |
| YUV | 86.9 | 196.91 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 209 | 0.52 | 0.73 | 0 | 0.18 | 257.65 | 0.62 | 0.52 |
| Hex | 65 | 38 | D1 | 34 | 49 | 0 | 12 | 102 | 3E | 34 |
| Octal | 145 | 70 | 321 | 64 | 111 | 0 | 22 | 402 | 76 | 64 |
| Binary | 1100101 | 111000 | 11010001 | 110100 | 1001001 | 0 | 10010 | 100000010 | 111110 | 110100 |
Color Harmonies of #6538D1
Complementary color
Monochromatic Colors of #6538D1
Black with #6538D1
Text Example
Text Example
White with #6538D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6538D1; }
p { color: rgb(101,56,209); }
H1.HeaderClassName
{
color: #6538D1;
}
.AnyTagClassName
{
color: #6538D1;
}
</style>
background-color css
<style>
a { background-color: #6538D1; }
a { background-color: rgb(101,56,209); }
div.DivClassName
{
background-color: #6538D1;
}
.BgClassName
{
background-color: #6538D1;
}
</style>
border-color css
<style>
span { border-color: #6538D1; }
span { border-color: rgb(101,56,209); }
td.TdClassName
{
border-color: #6538D1;
}
.TagClassName
{
border-color: #6538D1;
}
</style>