Shades of Purple Heart #6136CE
Tints of Purple Heart #6136CE
RGB
CMYK
RGB Variations
Color information
#6136CE (or 0x6136CE) is known color: Purple Heart. HEX triplet: 61, 36 and CE. RGB value is (97,54,206). Sum of RGB (Red+Green+Blue) = 97+54+206=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #6136CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6136CE is #9EC931. Grayscale: #535353. Windows color (decimal): -10406194 or 13514337. OLE color: 13514337.
HSL color Cylindrical-coordinate representation of color #6136CE: hue angle of 256.97º 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 #6136CE is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 54 | 206 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.19 |
| HSL | 256.97º | 0.61% | 0.51% | - |
| HSV(B) | 256.97º | 0.74% | 0.81% | - |
| XYZ | 17.39 | 9.64 | 59.34 | - |
| YUV | 84.19 | 196.75 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 206 | 0.53 | 0.74 | 0 | 0.19 | 256.97 | 0.61 | 0.51 |
| Hex | 61 | 36 | CE | 35 | 4A | 0 | 13 | 101 | 3D | 33 |
| Octal | 141 | 66 | 316 | 65 | 112 | 0 | 23 | 401 | 75 | 63 |
| Binary | 1100001 | 110110 | 11001110 | 110101 | 1001010 | 0 | 10011 | 100000001 | 111101 | 110011 |
Color Harmonies of #6136CE
Complementary color
Monochromatic Colors of #6136CE
Black with #6136CE
Text Example
Text Example
White with #6136CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6136CE; }
p { color: rgb(97,54,206); }
H1.HeaderClassName
{
color: #6136CE;
}
.AnyTagClassName
{
color: #6136CE;
}
</style>
background-color css
<style>
a { background-color: #6136CE; }
a { background-color: rgb(97,54,206); }
div.DivClassName
{
background-color: #6136CE;
}
.BgClassName
{
background-color: #6136CE;
}
</style>
border-color css
<style>
span { border-color: #6136CE; }
span { border-color: rgb(97,54,206); }
td.TdClassName
{
border-color: #6136CE;
}
.TagClassName
{
border-color: #6136CE;
}
</style>