Shades of Purple Heart #6229BF
Tints of Purple Heart #6229BF
RGB
CMYK
RGB Variations
Color information
#6229BF (or 0x6229BF) is known color: Purple Heart. HEX triplet: 62, 29 and BF. RGB value is (98,41,191). Sum of RGB (Red+Green+Blue) = 98+41+191=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #6229BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6229BF is #9DD640. Grayscale: #4A4A4A. Windows color (decimal): -10344001 or 12527970. OLE color: 12527970.
HSL color Cylindrical-coordinate representation of color #6229BF: hue angle of 262.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6229BF is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 41 | 191 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.25 |
| HSL | 262.8º | 0.65% | 0.45% | - |
| HSV(B) | 262.8º | 0.79% | 0.75% | - |
| XYZ | 15.23 | 7.94 | 50.02 | - |
| YUV | 75.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 41 | 191 | 0.49 | 0.79 | 0 | 0.25 | 262.8 | 0.65 | 0.45 |
| Hex | 62 | 29 | BF | 31 | 4F | 0 | 19 | 107 | 41 | 2D |
| Octal | 142 | 51 | 277 | 61 | 117 | 0 | 31 | 407 | 101 | 55 |
| Binary | 1100010 | 101001 | 10111111 | 110001 | 1001111 | 0 | 11001 | 100000111 | 1000001 | 101101 |
Color Harmonies of #6229BF
Complementary color
Monochromatic Colors of #6229BF
Black with #6229BF
Text Example
Text Example
White with #6229BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6229BF; }
p { color: rgb(98,41,191); }
H1.HeaderClassName
{
color: #6229BF;
}
.AnyTagClassName
{
color: #6229BF;
}
</style>
background-color css
<style>
a { background-color: #6229BF; }
a { background-color: rgb(98,41,191); }
div.DivClassName
{
background-color: #6229BF;
}
.BgClassName
{
background-color: #6229BF;
}
</style>
border-color css
<style>
span { border-color: #6229BF; }
span { border-color: rgb(98,41,191); }
td.TdClassName
{
border-color: #6229BF;
}
.TagClassName
{
border-color: #6229BF;
}
</style>