Shades of Purple Heart #6143BC
Tints of Purple Heart #6143BC
RGB
CMYK
RGB Variations
Color information
#6143BC (or 0x6143BC) is known color: Purple Heart. HEX triplet: 61, 43 and BC. RGB value is (97,67,188). Sum of RGB (Red+Green+Blue) = 97+67+188=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #6143BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6143BC is #9EBC43. Grayscale: #595959. Windows color (decimal): -10402884 or 12338017. OLE color: 12338017.
HSL color Cylindrical-coordinate representation of color #6143BC: hue angle of 254.88º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6143BC is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 67 | 188 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.26 |
| HSL | 254.88º | 0.47% | 0.5% | - |
| HSV(B) | 254.88º | 0.64% | 0.74% | - |
| XYZ | 16.01 | 10.19 | 48.7 | - |
| YUV | 89.76 | 183.44 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 188 | 0.48 | 0.64 | 0 | 0.26 | 254.88 | 0.47 | 0.5 |
| Hex | 61 | 43 | BC | 30 | 40 | 0 | 1A | FF | 2F | 32 |
| Octal | 141 | 103 | 274 | 60 | 100 | 0 | 32 | 377 | 57 | 62 |
| Binary | 1100001 | 1000011 | 10111100 | 110000 | 1000000 | 0 | 11010 | 11111111 | 101111 | 110010 |
Color Harmonies of #6143BC
Complementary color
Monochromatic Colors of #6143BC
Black with #6143BC
Text Example
Text Example
White with #6143BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6143BC; }
p { color: rgb(97,67,188); }
H1.HeaderClassName
{
color: #6143BC;
}
.AnyTagClassName
{
color: #6143BC;
}
</style>
background-color css
<style>
a { background-color: #6143BC; }
a { background-color: rgb(97,67,188); }
div.DivClassName
{
background-color: #6143BC;
}
.BgClassName
{
background-color: #6143BC;
}
</style>
border-color css
<style>
span { border-color: #6143BC; }
span { border-color: rgb(97,67,188); }
td.TdClassName
{
border-color: #6143BC;
}
.TagClassName
{
border-color: #6143BC;
}
</style>