Shades of Purple Heart #6136DC
Tints of Purple Heart #6136DC
RGB
CMYK
RGB Variations
Color information
#6136DC (or 0x6136DC) is known color: Purple Heart. HEX triplet: 61, 36 and DC. RGB value is (97,54,220). Sum of RGB (Red+Green+Blue) = 97+54+220=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #6136DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6136DC is #9EC923. Grayscale: #555555. Windows color (decimal): -10406180 or 14431841. OLE color: 14431841.
HSL color Cylindrical-coordinate representation of color #6136DC: hue angle of 255.54º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6136DC is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 54 | 220 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.14 |
| HSL | 255.54º | 0.7% | 0.54% | - |
| HSV(B) | 255.54º | 0.75% | 0.86% | - |
| XYZ | 19.17 | 10.35 | 68.7 | - |
| YUV | 85.78 | 203.75 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 220 | 0.56 | 0.75 | 0 | 0.14 | 255.54 | 0.7 | 0.54 |
| Hex | 61 | 36 | DC | 38 | 4B | 0 | E | 100 | 46 | 36 |
| Octal | 141 | 66 | 334 | 70 | 113 | 0 | 16 | 400 | 106 | 66 |
| Binary | 1100001 | 110110 | 11011100 | 111000 | 1001011 | 0 | 1110 | 100000000 | 1000110 | 110110 |
Color Harmonies of #6136DC
Complementary color
Monochromatic Colors of #6136DC
Black with #6136DC
Text Example
Text Example
White with #6136DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6136DC; }
p { color: rgb(97,54,220); }
H1.HeaderClassName
{
color: #6136DC;
}
.AnyTagClassName
{
color: #6136DC;
}
</style>
background-color css
<style>
a { background-color: #6136DC; }
a { background-color: rgb(97,54,220); }
div.DivClassName
{
background-color: #6136DC;
}
.BgClassName
{
background-color: #6136DC;
}
</style>
border-color css
<style>
span { border-color: #6136DC; }
span { border-color: rgb(97,54,220); }
td.TdClassName
{
border-color: #6136DC;
}
.TagClassName
{
border-color: #6136DC;
}
</style>