Shades of Purple Heart #620BBC
Tints of Purple Heart #620BBC
RGB
CMYK
RGB Variations
Color information
#620BBC (or 0x620BBC) is known color: Purple Heart. HEX triplet: 62, 0B and BC. RGB value is (98,11,188). Sum of RGB (Red+Green+Blue) = 98+11+188=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #620BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BBC is #9DF443. Grayscale: #383838. Windows color (decimal): -10351684 or 12323682. OLE color: 12323682.
HSL color Cylindrical-coordinate representation of color #620BBC: hue angle of 269.49º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620BBC is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 11 | 188 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.26 |
| HSL | 269.49º | 0.89% | 0.39% | - |
| HSV(B) | 269.49º | 0.94% | 0.74% | - |
| XYZ | 14.23 | 6.47 | 48.07 | - |
| YUV | 57.19 | 201.82 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 188 | 0.48 | 0.94 | 0 | 0.26 | 269.49 | 0.89 | 0.39 |
| Hex | 62 | B | BC | 30 | 5E | 0 | 1A | 10D | 59 | 27 |
| Octal | 142 | 13 | 274 | 60 | 136 | 0 | 32 | 415 | 131 | 47 |
| Binary | 1100010 | 1011 | 10111100 | 110000 | 1011110 | 0 | 11010 | 100001101 | 1011001 | 100111 |
Color Harmonies of #620BBC
Complementary color
Monochromatic Colors of #620BBC
Black with #620BBC
Text Example
Text Example
White with #620BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620BBC; }
p { color: rgb(98,11,188); }
H1.HeaderClassName
{
color: #620BBC;
}
.AnyTagClassName
{
color: #620BBC;
}
</style>
background-color css
<style>
a { background-color: #620BBC; }
a { background-color: rgb(98,11,188); }
div.DivClassName
{
background-color: #620BBC;
}
.BgClassName
{
background-color: #620BBC;
}
</style>
border-color css
<style>
span { border-color: #620BBC; }
span { border-color: rgb(98,11,188); }
td.TdClassName
{
border-color: #620BBC;
}
.TagClassName
{
border-color: #620BBC;
}
</style>