Shades of Purple Heart #6234BC
Tints of Purple Heart #6234BC
RGB
CMYK
RGB Variations
Color information
#6234BC (or 0x6234BC) is known color: Purple Heart. HEX triplet: 62, 34 and BC. RGB value is (98,52,188). Sum of RGB (Red+Green+Blue) = 98+52+188=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #6234BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6234BC is #9DCB43. Grayscale: #505050. Windows color (decimal): -10341188 or 12334178. OLE color: 12334178.
HSL color Cylindrical-coordinate representation of color #6234BC: hue angle of 260.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6234BC is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 52 | 188 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.26 |
| HSL | 260.29º | 0.57% | 0.47% | - |
| HSV(B) | 260.29º | 0.72% | 0.74% | - |
| XYZ | 15.34 | 8.68 | 48.44 | - |
| YUV | 81.26 | 188.24 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 52 | 188 | 0.48 | 0.72 | 0 | 0.26 | 260.29 | 0.57 | 0.47 |
| Hex | 62 | 34 | BC | 30 | 48 | 0 | 1A | 104 | 39 | 2F |
| Octal | 142 | 64 | 274 | 60 | 110 | 0 | 32 | 404 | 71 | 57 |
| Binary | 1100010 | 110100 | 10111100 | 110000 | 1001000 | 0 | 11010 | 100000100 | 111001 | 101111 |
Color Harmonies of #6234BC
Complementary color
Monochromatic Colors of #6234BC
Black with #6234BC
Text Example
Text Example
White with #6234BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6234BC; }
p { color: rgb(98,52,188); }
H1.HeaderClassName
{
color: #6234BC;
}
.AnyTagClassName
{
color: #6234BC;
}
</style>
background-color css
<style>
a { background-color: #6234BC; }
a { background-color: rgb(98,52,188); }
div.DivClassName
{
background-color: #6234BC;
}
.BgClassName
{
background-color: #6234BC;
}
</style>
border-color css
<style>
span { border-color: #6234BC; }
span { border-color: rgb(98,52,188); }
td.TdClassName
{
border-color: #6234BC;
}
.TagClassName
{
border-color: #6234BC;
}
</style>