Shades of Purple Heart #6233BC
Tints of Purple Heart #6233BC
RGB
CMYK
RGB Variations
Color information
#6233BC (or 0x6233BC) is known color: Purple Heart. HEX triplet: 62, 33 and BC. RGB value is (98,51,188). Sum of RGB (Red+Green+Blue) = 98+51+188=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #6233BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6233BC is #9DCC43. Grayscale: #505050. Windows color (decimal): -10341444 or 12333922. OLE color: 12333922.
HSL color Cylindrical-coordinate representation of color #6233BC: hue angle of 260.58º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6233BC is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 51 | 188 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.26 |
| HSL | 260.58º | 0.57% | 0.47% | - |
| HSV(B) | 260.58º | 0.73% | 0.74% | - |
| XYZ | 15.3 | 8.6 | 48.43 | - |
| YUV | 80.67 | 188.57 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 51 | 188 | 0.48 | 0.73 | 0 | 0.26 | 260.58 | 0.57 | 0.47 |
| Hex | 62 | 33 | BC | 30 | 49 | 0 | 1A | 105 | 39 | 2F |
| Octal | 142 | 63 | 274 | 60 | 111 | 0 | 32 | 405 | 71 | 57 |
| Binary | 1100010 | 110011 | 10111100 | 110000 | 1001001 | 0 | 11010 | 100000101 | 111001 | 101111 |
Color Harmonies of #6233BC
Complementary color
Monochromatic Colors of #6233BC
Black with #6233BC
Text Example
Text Example
White with #6233BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6233BC; }
p { color: rgb(98,51,188); }
H1.HeaderClassName
{
color: #6233BC;
}
.AnyTagClassName
{
color: #6233BC;
}
</style>
background-color css
<style>
a { background-color: #6233BC; }
a { background-color: rgb(98,51,188); }
div.DivClassName
{
background-color: #6233BC;
}
.BgClassName
{
background-color: #6233BC;
}
</style>
border-color css
<style>
span { border-color: #6233BC; }
span { border-color: rgb(98,51,188); }
td.TdClassName
{
border-color: #6233BC;
}
.TagClassName
{
border-color: #6233BC;
}
</style>