Shades of Purple Heart #6140CB
Tints of Purple Heart #6140CB
RGB
CMYK
RGB Variations
Color information
#6140CB (or 0x6140CB) is known color: Purple Heart. HEX triplet: 61, 40 and CB. RGB value is (97,64,203). Sum of RGB (Red+Green+Blue) = 97+64+203=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #6140CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6140CB is #9EBF34. Grayscale: #595959. Windows color (decimal): -10403637 or 13320289. OLE color: 13320289.
HSL color Cylindrical-coordinate representation of color #6140CB: hue angle of 254.24º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6140CB is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 64 | 203 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.20 |
| HSL | 254.24º | 0.57% | 0.52% | - |
| HSV(B) | 254.24º | 0.68% | 0.8% | - |
| XYZ | 17.54 | 10.52 | 57.61 | - |
| YUV | 89.71 | 191.93 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 203 | 0.52 | 0.68 | 0 | 0.20 | 254.24 | 0.57 | 0.52 |
| Hex | 61 | 40 | CB | 34 | 44 | 0 | 14 | FE | 39 | 34 |
| Octal | 141 | 100 | 313 | 64 | 104 | 0 | 24 | 376 | 71 | 64 |
| Binary | 1100001 | 1000000 | 11001011 | 110100 | 1000100 | 0 | 10100 | 11111110 | 111001 | 110100 |
Color Harmonies of #6140CB
Complementary color
Monochromatic Colors of #6140CB
Black with #6140CB
Text Example
Text Example
White with #6140CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6140CB; }
p { color: rgb(97,64,203); }
H1.HeaderClassName
{
color: #6140CB;
}
.AnyTagClassName
{
color: #6140CB;
}
</style>
background-color css
<style>
a { background-color: #6140CB; }
a { background-color: rgb(97,64,203); }
div.DivClassName
{
background-color: #6140CB;
}
.BgClassName
{
background-color: #6140CB;
}
</style>
border-color css
<style>
span { border-color: #6140CB; }
span { border-color: rgb(97,64,203); }
td.TdClassName
{
border-color: #6140CB;
}
.TagClassName
{
border-color: #6140CB;
}
</style>