Shades of Purple Heart #6229DB
Tints of Purple Heart #6229DB
RGB
CMYK
RGB Variations
Color information
#6229DB (or 0x6229DB) is known color: Purple Heart. HEX triplet: 62, 29 and DB. RGB value is (98,41,219). Sum of RGB (Red+Green+Blue) = 98+41+219=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #6229DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6229DB is #9DD624. Grayscale: #4D4D4D. Windows color (decimal): -10343973 or 14362978. OLE color: 14362978.
HSL color Cylindrical-coordinate representation of color #6229DB: hue angle of 259.21º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6229DB is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 41 | 219 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.14 |
| HSL | 259.21º | 0.71% | 0.51% | - |
| HSV(B) | 259.21º | 0.81% | 0.86% | - |
| XYZ | 18.62 | 9.3 | 67.83 | - |
| YUV | 78.34 | 207.38 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 41 | 219 | 0.55 | 0.81 | 0 | 0.14 | 259.21 | 0.71 | 0.51 |
| Hex | 62 | 29 | DB | 37 | 51 | 0 | E | 103 | 47 | 33 |
| Octal | 142 | 51 | 333 | 67 | 121 | 0 | 16 | 403 | 107 | 63 |
| Binary | 1100010 | 101001 | 11011011 | 110111 | 1010001 | 0 | 1110 | 100000011 | 1000111 | 110011 |
Color Harmonies of #6229DB
Complementary color
Monochromatic Colors of #6229DB
Black with #6229DB
Text Example
Text Example
White with #6229DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6229DB; }
p { color: rgb(98,41,219); }
H1.HeaderClassName
{
color: #6229DB;
}
.AnyTagClassName
{
color: #6229DB;
}
</style>
background-color css
<style>
a { background-color: #6229DB; }
a { background-color: rgb(98,41,219); }
div.DivClassName
{
background-color: #6229DB;
}
.BgClassName
{
background-color: #6229DB;
}
</style>
border-color css
<style>
span { border-color: #6229DB; }
span { border-color: rgb(98,41,219); }
td.TdClassName
{
border-color: #6229DB;
}
.TagClassName
{
border-color: #6229DB;
}
</style>