Shades of Purple Heart #6127BC
Tints of Purple Heart #6127BC
RGB
CMYK
RGB Variations
Color information
#6127BC (or 0x6127BC) is known color: Purple Heart. HEX triplet: 61, 27 and BC. RGB value is (97,39,188). Sum of RGB (Red+Green+Blue) = 97+39+188=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #6127BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6127BC is #9ED843. Grayscale: #484848. Windows color (decimal): -10410052 or 12330849. OLE color: 12330849.
HSL color Cylindrical-coordinate representation of color #6127BC: hue angle of 263.36º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6127BC is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 39 | 188 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.26 |
| HSL | 263.36º | 0.66% | 0.45% | - |
| HSV(B) | 263.36º | 0.79% | 0.74% | - |
| XYZ | 14.73 | 7.62 | 48.27 | - |
| YUV | 73.33 | 192.72 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 188 | 0.48 | 0.79 | 0 | 0.26 | 263.36 | 0.66 | 0.45 |
| Hex | 61 | 27 | BC | 30 | 4F | 0 | 1A | 107 | 42 | 2D |
| Octal | 141 | 47 | 274 | 60 | 117 | 0 | 32 | 407 | 102 | 55 |
| Binary | 1100001 | 100111 | 10111100 | 110000 | 1001111 | 0 | 11010 | 100000111 | 1000010 | 101101 |
Color Harmonies of #6127BC
Complementary color
Monochromatic Colors of #6127BC
Black with #6127BC
Text Example
Text Example
White with #6127BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6127BC; }
p { color: rgb(97,39,188); }
H1.HeaderClassName
{
color: #6127BC;
}
.AnyTagClassName
{
color: #6127BC;
}
</style>
background-color css
<style>
a { background-color: #6127BC; }
a { background-color: rgb(97,39,188); }
div.DivClassName
{
background-color: #6127BC;
}
.BgClassName
{
background-color: #6127BC;
}
</style>
border-color css
<style>
span { border-color: #6127BC; }
span { border-color: rgb(97,39,188); }
td.TdClassName
{
border-color: #6127BC;
}
.TagClassName
{
border-color: #6127BC;
}
</style>