Shades of Purple Heart #621BBC
Tints of Purple Heart #621BBC
RGB
CMYK
RGB Variations
Color information
#621BBC (or 0x621BBC) is known color: Purple Heart. HEX triplet: 62, 1B and BC. RGB value is (98,27,188). Sum of RGB (Red+Green+Blue) = 98+27+188=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #621BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621BBC is #9DE443. Grayscale: #424242. Windows color (decimal): -10347588 or 12327778. OLE color: 12327778.
HSL color Cylindrical-coordinate representation of color #621BBC: hue angle of 266.46º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621BBC is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 27 | 188 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.26 |
| HSL | 266.46º | 0.75% | 0.42% | - |
| HSV(B) | 266.46º | 0.86% | 0.74% | - |
| XYZ | 14.51 | 7.01 | 48.17 | - |
| YUV | 66.58 | 196.52 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 188 | 0.48 | 0.86 | 0 | 0.26 | 266.46 | 0.75 | 0.42 |
| Hex | 62 | 1B | BC | 30 | 56 | 0 | 1A | 10A | 4B | 2A |
| Octal | 142 | 33 | 274 | 60 | 126 | 0 | 32 | 412 | 113 | 52 |
| Binary | 1100010 | 11011 | 10111100 | 110000 | 1010110 | 0 | 11010 | 100001010 | 1001011 | 101010 |
Color Harmonies of #621BBC
Complementary color
Monochromatic Colors of #621BBC
Black with #621BBC
Text Example
Text Example
White with #621BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621BBC; }
p { color: rgb(98,27,188); }
H1.HeaderClassName
{
color: #621BBC;
}
.AnyTagClassName
{
color: #621BBC;
}
</style>
background-color css
<style>
a { background-color: #621BBC; }
a { background-color: rgb(98,27,188); }
div.DivClassName
{
background-color: #621BBC;
}
.BgClassName
{
background-color: #621BBC;
}
</style>
border-color css
<style>
span { border-color: #621BBC; }
span { border-color: rgb(98,27,188); }
td.TdClassName
{
border-color: #621BBC;
}
.TagClassName
{
border-color: #621BBC;
}
</style>