Shades of Purple Heart #6127CB
Tints of Purple Heart #6127CB
RGB
CMYK
RGB Variations
Color information
#6127CB (or 0x6127CB) is known color: Purple Heart. HEX triplet: 61, 27 and CB. RGB value is (97,39,203). Sum of RGB (Red+Green+Blue) = 97+39+203=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #6127CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6127CB is #9ED834. Grayscale: #4A4A4A. Windows color (decimal): -10410037 or 13313889. OLE color: 13313889.
HSL color Cylindrical-coordinate representation of color #6127CB: hue angle of 261.22º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6127CB is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 39 | 203 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.20 |
| HSL | 261.22º | 0.68% | 0.47% | - |
| HSV(B) | 261.22º | 0.81% | 0.8% | - |
| XYZ | 16.43 | 8.3 | 57.24 | - |
| YUV | 75.04 | 200.22 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 203 | 0.52 | 0.81 | 0 | 0.20 | 261.22 | 0.68 | 0.47 |
| Hex | 61 | 27 | CB | 34 | 51 | 0 | 14 | 105 | 44 | 2F |
| Octal | 141 | 47 | 313 | 64 | 121 | 0 | 24 | 405 | 104 | 57 |
| Binary | 1100001 | 100111 | 11001011 | 110100 | 1010001 | 0 | 10100 | 100000101 | 1000100 | 101111 |
Color Harmonies of #6127CB
Complementary color
Monochromatic Colors of #6127CB
Black with #6127CB
Text Example
Text Example
White with #6127CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6127CB; }
p { color: rgb(97,39,203); }
H1.HeaderClassName
{
color: #6127CB;
}
.AnyTagClassName
{
color: #6127CB;
}
</style>
background-color css
<style>
a { background-color: #6127CB; }
a { background-color: rgb(97,39,203); }
div.DivClassName
{
background-color: #6127CB;
}
.BgClassName
{
background-color: #6127CB;
}
</style>
border-color css
<style>
span { border-color: #6127CB; }
span { border-color: rgb(97,39,203); }
td.TdClassName
{
border-color: #6127CB;
}
.TagClassName
{
border-color: #6127CB;
}
</style>