Shades of Purple Heart #6136E0
Tints of Purple Heart #6136E0
RGB
CMYK
RGB Variations
Color information
#6136E0 (or 0x6136E0) is known color: Purple Heart. HEX triplet: 61, 36 and E0. RGB value is (97,54,224). Sum of RGB (Red+Green+Blue) = 97+54+224=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 224 (87.89% from 255 or 59.73% from 375); Max value from RGB is 224 - color contains mainly: blue. Hex color #6136E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6136E0 is #9EC91F. Grayscale: #555555. Windows color (decimal): -10406176 or 14693985. OLE color: 14693985.
HSL color Cylindrical-coordinate representation of color #6136E0: hue angle of 255.18º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6136E0 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 54 | 224 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.12 |
| HSL | 255.18º | 0.73% | 0.55% | - |
| HSV(B) | 255.18º | 0.76% | 0.88% | - |
| XYZ | 19.7 | 10.56 | 71.52 | - |
| YUV | 86.24 | 205.75 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 224 | 0.57 | 0.76 | 0 | 0.12 | 255.18 | 0.73 | 0.55 |
| Hex | 61 | 36 | E0 | 39 | 4C | 0 | C | FF | 49 | 37 |
| Octal | 141 | 66 | 340 | 71 | 114 | 0 | 14 | 377 | 111 | 67 |
| Binary | 1100001 | 110110 | 11100000 | 111001 | 1001100 | 0 | 1100 | 11111111 | 1001001 | 110111 |
Color Harmonies of #6136E0
Complementary color
Monochromatic Colors of #6136E0
Black with #6136E0
Text Example
Text Example
White with #6136E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6136E0; }
p { color: rgb(97,54,224); }
H1.HeaderClassName
{
color: #6136E0;
}
.AnyTagClassName
{
color: #6136E0;
}
</style>
background-color css
<style>
a { background-color: #6136E0; }
a { background-color: rgb(97,54,224); }
div.DivClassName
{
background-color: #6136E0;
}
.BgClassName
{
background-color: #6136E0;
}
</style>
border-color css
<style>
span { border-color: #6136E0; }
span { border-color: rgb(97,54,224); }
td.TdClassName
{
border-color: #6136E0;
}
.TagClassName
{
border-color: #6136E0;
}
</style>