Shades of Purple Heart #620BBB
Tints of Purple Heart #620BBB
RGB
CMYK
RGB Variations
Color information
#620BBB (or 0x620BBB) is known color: Purple Heart. HEX triplet: 62, 0B and BB. RGB value is (98,11,187). Sum of RGB (Red+Green+Blue) = 98+11+187=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #620BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BBB is #9DF444. Grayscale: #383838. Windows color (decimal): -10351685 or 12258146. OLE color: 12258146.
HSL color Cylindrical-coordinate representation of color #620BBB: hue angle of 269.66º 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 #620BBB is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 11 | 187 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.27 |
| HSL | 269.66º | 0.89% | 0.39% | - |
| HSV(B) | 269.66º | 0.94% | 0.73% | - |
| XYZ | 14.13 | 6.42 | 47.51 | - |
| YUV | 57.08 | 201.32 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 187 | 0.48 | 0.94 | 0 | 0.27 | 269.66 | 0.89 | 0.39 |
| Hex | 62 | B | BB | 30 | 5E | 0 | 1B | 10E | 59 | 27 |
| Octal | 142 | 13 | 273 | 60 | 136 | 0 | 33 | 416 | 131 | 47 |
| Binary | 1100010 | 1011 | 10111011 | 110000 | 1011110 | 0 | 11011 | 100001110 | 1011001 | 100111 |
Color Harmonies of #620BBB
Complementary color
Monochromatic Colors of #620BBB
Black with #620BBB
Text Example
Text Example
White with #620BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620BBB; }
p { color: rgb(98,11,187); }
H1.HeaderClassName
{
color: #620BBB;
}
.AnyTagClassName
{
color: #620BBB;
}
</style>
background-color css
<style>
a { background-color: #620BBB; }
a { background-color: rgb(98,11,187); }
div.DivClassName
{
background-color: #620BBB;
}
.BgClassName
{
background-color: #620BBB;
}
</style>
border-color css
<style>
span { border-color: #620BBB; }
span { border-color: rgb(98,11,187); }
td.TdClassName
{
border-color: #620BBB;
}
.TagClassName
{
border-color: #620BBB;
}
</style>