Shades of Purple Heart #6127DB
Tints of Purple Heart #6127DB
RGB
CMYK
RGB Variations
Color information
#6127DB (or 0x6127DB) is known color: Purple Heart. HEX triplet: 61, 27 and DB. RGB value is (97,39,219). Sum of RGB (Red+Green+Blue) = 97+39+219=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #6127DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6127DB is #9ED824. Grayscale: #4C4C4C. Windows color (decimal): -10410021 or 14362465. OLE color: 14362465.
HSL color Cylindrical-coordinate representation of color #6127DB: hue angle of 259.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6127DB is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 39 | 219 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.14 |
| HSL | 259.33º | 0.71% | 0.51% | - |
| HSV(B) | 259.33º | 0.82% | 0.86% | - |
| XYZ | 18.44 | 9.11 | 67.8 | - |
| YUV | 76.86 | 208.22 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 219 | 0.56 | 0.82 | 0 | 0.14 | 259.33 | 0.71 | 0.51 |
| Hex | 61 | 27 | DB | 38 | 52 | 0 | E | 103 | 47 | 33 |
| Octal | 141 | 47 | 333 | 70 | 122 | 0 | 16 | 403 | 107 | 63 |
| Binary | 1100001 | 100111 | 11011011 | 111000 | 1010010 | 0 | 1110 | 100000011 | 1000111 | 110011 |
Color Harmonies of #6127DB
Complementary color
Monochromatic Colors of #6127DB
Black with #6127DB
Text Example
Text Example
White with #6127DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6127DB; }
p { color: rgb(97,39,219); }
H1.HeaderClassName
{
color: #6127DB;
}
.AnyTagClassName
{
color: #6127DB;
}
</style>
background-color css
<style>
a { background-color: #6127DB; }
a { background-color: rgb(97,39,219); }
div.DivClassName
{
background-color: #6127DB;
}
.BgClassName
{
background-color: #6127DB;
}
</style>
border-color css
<style>
span { border-color: #6127DB; }
span { border-color: rgb(97,39,219); }
td.TdClassName
{
border-color: #6127DB;
}
.TagClassName
{
border-color: #6127DB;
}
</style>