Shades of Purple Heart #6244BC
Tints of Purple Heart #6244BC
RGB
CMYK
RGB Variations
Color information
#6244BC (or 0x6244BC) is known color: Purple Heart. HEX triplet: 62, 44 and BC. RGB value is (98,68,188). Sum of RGB (Red+Green+Blue) = 98+68+188=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #6244BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6244BC is #9DBB43. Grayscale: #5A5A5A. Windows color (decimal): -10337092 or 12338274. OLE color: 12338274.
HSL color Cylindrical-coordinate representation of color #6244BC: hue angle of 255º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6244BC is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 68 | 188 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.26 |
| HSL | 255º | 0.47% | 0.5% | - |
| HSV(B) | 255º | 0.64% | 0.74% | - |
| XYZ | 16.18 | 10.36 | 48.72 | - |
| YUV | 90.65 | 182.94 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 68 | 188 | 0.48 | 0.64 | 0 | 0.26 | 255 | 0.47 | 0.5 |
| Hex | 62 | 44 | BC | 30 | 40 | 0 | 1A | FF | 2F | 32 |
| Octal | 142 | 104 | 274 | 60 | 100 | 0 | 32 | 377 | 57 | 62 |
| Binary | 1100010 | 1000100 | 10111100 | 110000 | 1000000 | 0 | 11010 | 11111111 | 101111 | 110010 |
Color Harmonies of #6244BC
Complementary color
Monochromatic Colors of #6244BC
Black with #6244BC
Text Example
Text Example
White with #6244BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6244BC; }
p { color: rgb(98,68,188); }
H1.HeaderClassName
{
color: #6244BC;
}
.AnyTagClassName
{
color: #6244BC;
}
</style>
background-color css
<style>
a { background-color: #6244BC; }
a { background-color: rgb(98,68,188); }
div.DivClassName
{
background-color: #6244BC;
}
.BgClassName
{
background-color: #6244BC;
}
</style>
border-color css
<style>
span { border-color: #6244BC; }
span { border-color: rgb(98,68,188); }
td.TdClassName
{
border-color: #6244BC;
}
.TagClassName
{
border-color: #6244BC;
}
</style>