Shades of Purple Heart #6242BC
Tints of Purple Heart #6242BC
RGB
CMYK
RGB Variations
Color information
#6242BC (or 0x6242BC) is known color: Purple Heart. HEX triplet: 62, 42 and BC. RGB value is (98,66,188). Sum of RGB (Red+Green+Blue) = 98+66+188=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #6242BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242BC is #9DBD43. Grayscale: #595959. Windows color (decimal): -10337604 or 12337762. OLE color: 12337762.
HSL color Cylindrical-coordinate representation of color #6242BC: hue angle of 255.74º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6242BC is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 66 | 188 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.26 |
| HSL | 255.74º | 0.48% | 0.5% | - |
| HSV(B) | 255.74º | 0.65% | 0.74% | - |
| XYZ | 16.06 | 10.12 | 48.68 | - |
| YUV | 89.48 | 183.6 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 188 | 0.48 | 0.65 | 0 | 0.26 | 255.74 | 0.48 | 0.5 |
| Hex | 62 | 42 | BC | 30 | 41 | 0 | 1A | 100 | 30 | 32 |
| Octal | 142 | 102 | 274 | 60 | 101 | 0 | 32 | 400 | 60 | 62 |
| Binary | 1100010 | 1000010 | 10111100 | 110000 | 1000001 | 0 | 11010 | 100000000 | 110000 | 110010 |
Color Harmonies of #6242BC
Complementary color
Monochromatic Colors of #6242BC
Black with #6242BC
Text Example
Text Example
White with #6242BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6242BC; }
p { color: rgb(98,66,188); }
H1.HeaderClassName
{
color: #6242BC;
}
.AnyTagClassName
{
color: #6242BC;
}
</style>
background-color css
<style>
a { background-color: #6242BC; }
a { background-color: rgb(98,66,188); }
div.DivClassName
{
background-color: #6242BC;
}
.BgClassName
{
background-color: #6242BC;
}
</style>
border-color css
<style>
span { border-color: #6242BC; }
span { border-color: rgb(98,66,188); }
td.TdClassName
{
border-color: #6242BC;
}
.TagClassName
{
border-color: #6242BC;
}
</style>