Shades of Purple Heart #6233BA
Tints of Purple Heart #6233BA
RGB
CMYK
RGB Variations
Color information
#6233BA (or 0x6233BA) is known color: Purple Heart. HEX triplet: 62, 33 and BA. RGB value is (98,51,186). Sum of RGB (Red+Green+Blue) = 98+51+186=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #6233BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6233BA is #9DCC45. Grayscale: #4F4F4F. Windows color (decimal): -10341446 or 12202850. OLE color: 12202850.
HSL color Cylindrical-coordinate representation of color #6233BA: hue angle of 260.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6233BA is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 51 | 186 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.27 |
| HSL | 260.89º | 0.57% | 0.46% | - |
| HSV(B) | 260.89º | 0.73% | 0.73% | - |
| XYZ | 15.08 | 8.51 | 47.3 | - |
| YUV | 80.44 | 187.57 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 51 | 186 | 0.47 | 0.73 | 0 | 0.27 | 260.89 | 0.57 | 0.46 |
| Hex | 62 | 33 | BA | 2F | 49 | 0 | 1B | 105 | 39 | 2E |
| Octal | 142 | 63 | 272 | 57 | 111 | 0 | 33 | 405 | 71 | 56 |
| Binary | 1100010 | 110011 | 10111010 | 101111 | 1001001 | 0 | 11011 | 100000101 | 111001 | 101110 |
Color Harmonies of #6233BA
Complementary color
Monochromatic Colors of #6233BA
Black with #6233BA
Text Example
Text Example
White with #6233BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6233BA; }
p { color: rgb(98,51,186); }
H1.HeaderClassName
{
color: #6233BA;
}
.AnyTagClassName
{
color: #6233BA;
}
</style>
background-color css
<style>
a { background-color: #6233BA; }
a { background-color: rgb(98,51,186); }
div.DivClassName
{
background-color: #6233BA;
}
.BgClassName
{
background-color: #6233BA;
}
</style>
border-color css
<style>
span { border-color: #6233BA; }
span { border-color: rgb(98,51,186); }
td.TdClassName
{
border-color: #6233BA;
}
.TagClassName
{
border-color: #6233BA;
}
</style>