Shades of Purple Heart #6137DF
Tints of Purple Heart #6137DF
RGB
CMYK
RGB Variations
Color information
#6137DF (or 0x6137DF) is known color: Purple Heart. HEX triplet: 61, 37 and DF. RGB value is (97,55,223). Sum of RGB (Red+Green+Blue) = 97+55+223=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #6137DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6137DF is #9EC820. Grayscale: #565656. Windows color (decimal): -10405921 or 14628705. OLE color: 14628705.
HSL color Cylindrical-coordinate representation of color #6137DF: hue angle of 255º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6137DF is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 55 | 223 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.13 |
| HSL | 255º | 0.72% | 0.55% | - |
| HSV(B) | 255º | 0.75% | 0.87% | - |
| XYZ | 19.62 | 10.6 | 70.82 | - |
| YUV | 86.71 | 204.91 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 223 | 0.57 | 0.75 | 0 | 0.13 | 255 | 0.72 | 0.55 |
| Hex | 61 | 37 | DF | 39 | 4B | 0 | D | FF | 48 | 37 |
| Octal | 141 | 67 | 337 | 71 | 113 | 0 | 15 | 377 | 110 | 67 |
| Binary | 1100001 | 110111 | 11011111 | 111001 | 1001011 | 0 | 1101 | 11111111 | 1001000 | 110111 |
Color Harmonies of #6137DF
Complementary color
Monochromatic Colors of #6137DF
Black with #6137DF
Text Example
Text Example
White with #6137DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6137DF; }
p { color: rgb(97,55,223); }
H1.HeaderClassName
{
color: #6137DF;
}
.AnyTagClassName
{
color: #6137DF;
}
</style>
background-color css
<style>
a { background-color: #6137DF; }
a { background-color: rgb(97,55,223); }
div.DivClassName
{
background-color: #6137DF;
}
.BgClassName
{
background-color: #6137DF;
}
</style>
border-color css
<style>
span { border-color: #6137DF; }
span { border-color: rgb(97,55,223); }
td.TdClassName
{
border-color: #6137DF;
}
.TagClassName
{
border-color: #6137DF;
}
</style>