Shades of Purple Heart #620BBA
Tints of Purple Heart #620BBA
RGB
CMYK
RGB Variations
Color information
#620BBA (or 0x620BBA) is known color: Purple Heart. HEX triplet: 62, 0B and BA. RGB value is (98,11,186). Sum of RGB (Red+Green+Blue) = 98+11+186=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #620BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BBA is #9DF445. Grayscale: #383838. Windows color (decimal): -10351686 or 12192610. OLE color: 12192610.
HSL color Cylindrical-coordinate representation of color #620BBA: hue angle of 269.83º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620BBA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 11 | 186 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.27 |
| HSL | 269.83º | 0.89% | 0.39% | - |
| HSV(B) | 269.83º | 0.94% | 0.73% | - |
| XYZ | 14.02 | 6.38 | 46.95 | - |
| YUV | 56.96 | 200.82 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 186 | 0.47 | 0.94 | 0 | 0.27 | 269.83 | 0.89 | 0.39 |
| Hex | 62 | B | BA | 2F | 5E | 0 | 1B | 10E | 59 | 27 |
| Octal | 142 | 13 | 272 | 57 | 136 | 0 | 33 | 416 | 131 | 47 |
| Binary | 1100010 | 1011 | 10111010 | 101111 | 1011110 | 0 | 11011 | 100001110 | 1011001 | 100111 |
Color Harmonies of #620BBA
Complementary color
Monochromatic Colors of #620BBA
Black with #620BBA
Text Example
Text Example
White with #620BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620BBA; }
p { color: rgb(98,11,186); }
H1.HeaderClassName
{
color: #620BBA;
}
.AnyTagClassName
{
color: #620BBA;
}
</style>
background-color css
<style>
a { background-color: #620BBA; }
a { background-color: rgb(98,11,186); }
div.DivClassName
{
background-color: #620BBA;
}
.BgClassName
{
background-color: #620BBA;
}
</style>
border-color css
<style>
span { border-color: #620BBA; }
span { border-color: rgb(98,11,186); }
td.TdClassName
{
border-color: #620BBA;
}
.TagClassName
{
border-color: #620BBA;
}
</style>