Shades of Purple Heart #6136DD
Tints of Purple Heart #6136DD
RGB
CMYK
RGB Variations
Color information
#6136DD (or 0x6136DD) is known color: Purple Heart. HEX triplet: 61, 36 and DD. RGB value is (97,54,221). Sum of RGB (Red+Green+Blue) = 97+54+221=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #6136DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6136DD is #9EC922. Grayscale: #555555. Windows color (decimal): -10406179 or 14497377. OLE color: 14497377.
HSL color Cylindrical-coordinate representation of color #6136DD: hue angle of 255.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6136DD is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 54 | 221 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.13 |
| HSL | 255.45º | 0.71% | 0.54% | - |
| HSV(B) | 255.45º | 0.76% | 0.87% | - |
| XYZ | 19.3 | 10.4 | 69.4 | - |
| YUV | 85.9 | 204.25 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 221 | 0.56 | 0.76 | 0 | 0.13 | 255.45 | 0.71 | 0.54 |
| Hex | 61 | 36 | DD | 38 | 4C | 0 | D | FF | 47 | 36 |
| Octal | 141 | 66 | 335 | 70 | 114 | 0 | 15 | 377 | 107 | 66 |
| Binary | 1100001 | 110110 | 11011101 | 111000 | 1001100 | 0 | 1101 | 11111111 | 1000111 | 110110 |
Color Harmonies of #6136DD
Complementary color
Monochromatic Colors of #6136DD
Black with #6136DD
Text Example
Text Example
White with #6136DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6136DD; }
p { color: rgb(97,54,221); }
H1.HeaderClassName
{
color: #6136DD;
}
.AnyTagClassName
{
color: #6136DD;
}
</style>
background-color css
<style>
a { background-color: #6136DD; }
a { background-color: rgb(97,54,221); }
div.DivClassName
{
background-color: #6136DD;
}
.BgClassName
{
background-color: #6136DD;
}
</style>
border-color css
<style>
span { border-color: #6136DD; }
span { border-color: rgb(97,54,221); }
td.TdClassName
{
border-color: #6136DD;
}
.TagClassName
{
border-color: #6136DD;
}
</style>