Shades of Purple Heart #6128BD
Tints of Purple Heart #6128BD
RGB
CMYK
RGB Variations
Color information
#6128BD (or 0x6128BD) is known color: Purple Heart. HEX triplet: 61, 28 and BD. RGB value is (97,40,189). Sum of RGB (Red+Green+Blue) = 97+40+189=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #6128BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6128BD is #9ED742. Grayscale: #494949. Windows color (decimal): -10409795 or 12396641. OLE color: 12396641.
HSL color Cylindrical-coordinate representation of color #6128BD: hue angle of 262.95º degrees, saturation: 0.65, 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 #6128BD is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 40 | 189 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.26 |
| HSL | 262.95º | 0.65% | 0.45% | - |
| HSV(B) | 262.95º | 0.79% | 0.74% | - |
| XYZ | 14.87 | 7.73 | 48.85 | - |
| YUV | 74.03 | 192.88 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 189 | 0.49 | 0.79 | 0 | 0.26 | 262.95 | 0.65 | 0.45 |
| Hex | 61 | 28 | BD | 31 | 4F | 0 | 1A | 107 | 41 | 2D |
| Octal | 141 | 50 | 275 | 61 | 117 | 0 | 32 | 407 | 101 | 55 |
| Binary | 1100001 | 101000 | 10111101 | 110001 | 1001111 | 0 | 11010 | 100000111 | 1000001 | 101101 |
Color Harmonies of #6128BD
Complementary color
Monochromatic Colors of #6128BD
Black with #6128BD
Text Example
Text Example
White with #6128BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6128BD; }
p { color: rgb(97,40,189); }
H1.HeaderClassName
{
color: #6128BD;
}
.AnyTagClassName
{
color: #6128BD;
}
</style>
background-color css
<style>
a { background-color: #6128BD; }
a { background-color: rgb(97,40,189); }
div.DivClassName
{
background-color: #6128BD;
}
.BgClassName
{
background-color: #6128BD;
}
</style>
border-color css
<style>
span { border-color: #6128BD; }
span { border-color: rgb(97,40,189); }
td.TdClassName
{
border-color: #6128BD;
}
.TagClassName
{
border-color: #6128BD;
}
</style>