Shades of Purple Heart #6128DA
Tints of Purple Heart #6128DA
RGB
CMYK
RGB Variations
Color information
#6128DA (or 0x6128DA) is known color: Purple Heart. HEX triplet: 61, 28 and DA. RGB value is (97,40,218). Sum of RGB (Red+Green+Blue) = 97+40+218=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #6128DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6128DA is #9ED725. Grayscale: #4C4C4C. Windows color (decimal): -10409766 or 14297185. OLE color: 14297185.
HSL color Cylindrical-coordinate representation of color #6128DA: hue angle of 259.21º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6128DA is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 40 | 218 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.15 |
| HSL | 259.21º | 0.71% | 0.51% | - |
| HSV(B) | 259.21º | 0.82% | 0.85% | - |
| XYZ | 18.34 | 9.12 | 67.12 | - |
| YUV | 77.34 | 207.38 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 218 | 0.56 | 0.82 | 0 | 0.15 | 259.21 | 0.71 | 0.51 |
| Hex | 61 | 28 | DA | 38 | 52 | 0 | F | 103 | 47 | 33 |
| Octal | 141 | 50 | 332 | 70 | 122 | 0 | 17 | 403 | 107 | 63 |
| Binary | 1100001 | 101000 | 11011010 | 111000 | 1010010 | 0 | 1111 | 100000011 | 1000111 | 110011 |
Color Harmonies of #6128DA
Complementary color
Monochromatic Colors of #6128DA
Black with #6128DA
Text Example
Text Example
White with #6128DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6128DA; }
p { color: rgb(97,40,218); }
H1.HeaderClassName
{
color: #6128DA;
}
.AnyTagClassName
{
color: #6128DA;
}
</style>
background-color css
<style>
a { background-color: #6128DA; }
a { background-color: rgb(97,40,218); }
div.DivClassName
{
background-color: #6128DA;
}
.BgClassName
{
background-color: #6128DA;
}
</style>
border-color css
<style>
span { border-color: #6128DA; }
span { border-color: rgb(97,40,218); }
td.TdClassName
{
border-color: #6128DA;
}
.TagClassName
{
border-color: #6128DA;
}
</style>