Shades of Purple Heart #6242B6
Tints of Purple Heart #6242B6
RGB
CMYK
RGB Variations
Color information
#6242B6 (or 0x6242B6) is known color: Purple Heart. HEX triplet: 62, 42 and B6. RGB value is (98,66,182). Sum of RGB (Red+Green+Blue) = 98+66+182=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #6242B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242B6 is #9DBD49. Grayscale: #585858. Windows color (decimal): -10337610 or 11944546. OLE color: 11944546.
HSL color Cylindrical-coordinate representation of color #6242B6: hue angle of 256.55º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6242B6 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 66 | 182 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.29 |
| HSL | 256.55º | 0.47% | 0.49% | - |
| HSV(B) | 256.55º | 0.64% | 0.71% | - |
| XYZ | 15.43 | 9.87 | 45.35 | - |
| YUV | 88.79 | 180.6 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 182 | 0.46 | 0.64 | 0 | 0.29 | 256.55 | 0.47 | 0.49 |
| Hex | 62 | 42 | B6 | 2E | 40 | 0 | 1D | 101 | 2F | 31 |
| Octal | 142 | 102 | 266 | 56 | 100 | 0 | 35 | 401 | 57 | 61 |
| Binary | 1100010 | 1000010 | 10110110 | 101110 | 1000000 | 0 | 11101 | 100000001 | 101111 | 110001 |
Color Harmonies of #6242B6
Complementary color
Monochromatic Colors of #6242B6
Black with #6242B6
Text Example
Text Example
White with #6242B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6242B6; }
p { color: rgb(98,66,182); }
H1.HeaderClassName
{
color: #6242B6;
}
.AnyTagClassName
{
color: #6242B6;
}
</style>
background-color css
<style>
a { background-color: #6242B6; }
a { background-color: rgb(98,66,182); }
div.DivClassName
{
background-color: #6242B6;
}
.BgClassName
{
background-color: #6242B6;
}
</style>
border-color css
<style>
span { border-color: #6242B6; }
span { border-color: rgb(98,66,182); }
td.TdClassName
{
border-color: #6242B6;
}
.TagClassName
{
border-color: #6242B6;
}
</style>