Shades of Purple Heart #6241BB
Tints of Purple Heart #6241BB
RGB
CMYK
RGB Variations
Color information
#6241BB (or 0x6241BB) is known color: Purple Heart. HEX triplet: 62, 41 and BB. RGB value is (98,65,187). Sum of RGB (Red+Green+Blue) = 98+65+187=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #6241BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6241BB is #9DBE44. Grayscale: #585858. Windows color (decimal): -10337861 or 12271970. OLE color: 12271970.
HSL color Cylindrical-coordinate representation of color #6241BB: hue angle of 256.23º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6241BB is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 65 | 187 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.27 |
| HSL | 256.23º | 0.48% | 0.49% | - |
| HSV(B) | 256.23º | 0.65% | 0.73% | - |
| XYZ | 15.9 | 9.97 | 48.1 | - |
| YUV | 88.78 | 183.43 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 187 | 0.48 | 0.65 | 0 | 0.27 | 256.23 | 0.48 | 0.49 |
| Hex | 62 | 41 | BB | 30 | 41 | 0 | 1B | 100 | 30 | 31 |
| Octal | 142 | 101 | 273 | 60 | 101 | 0 | 33 | 400 | 60 | 61 |
| Binary | 1100010 | 1000001 | 10111011 | 110000 | 1000001 | 0 | 11011 | 100000000 | 110000 | 110001 |
Color Harmonies of #6241BB
Complementary color
Monochromatic Colors of #6241BB
Black with #6241BB
Text Example
Text Example
White with #6241BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6241BB; }
p { color: rgb(98,65,187); }
H1.HeaderClassName
{
color: #6241BB;
}
.AnyTagClassName
{
color: #6241BB;
}
</style>
background-color css
<style>
a { background-color: #6241BB; }
a { background-color: rgb(98,65,187); }
div.DivClassName
{
background-color: #6241BB;
}
.BgClassName
{
background-color: #6241BB;
}
</style>
border-color css
<style>
span { border-color: #6241BB; }
span { border-color: rgb(98,65,187); }
td.TdClassName
{
border-color: #6241BB;
}
.TagClassName
{
border-color: #6241BB;
}
</style>