Shades of Purple Heart #620BAB
Tints of Purple Heart #620BAB
RGB
CMYK
RGB Variations
Color information
#620BAB (or 0x620BAB) is known color: Purple Heart. HEX triplet: 62, 0B and AB. RGB value is (98,11,171). Sum of RGB (Red+Green+Blue) = 98+11+171=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #620BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620BAB is #9DF454. Grayscale: #363636. Windows color (decimal): -10351701 or 11209570. OLE color: 11209570.
HSL color Cylindrical-coordinate representation of color #620BAB: hue angle of 272.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620BAB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 11 | 171 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.33 |
| HSL | 272.63º | 0.88% | 0.36% | - |
| HSV(B) | 272.63º | 0.94% | 0.67% | - |
| XYZ | 12.51 | 5.78 | 38.98 | - |
| YUV | 55.25 | 193.32 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 171 | 0.43 | 0.94 | 0 | 0.33 | 272.63 | 0.88 | 0.36 |
| Hex | 62 | B | AB | 2B | 5E | 0 | 21 | 111 | 58 | 24 |
| Octal | 142 | 13 | 253 | 53 | 136 | 0 | 41 | 421 | 130 | 44 |
| Binary | 1100010 | 1011 | 10101011 | 101011 | 1011110 | 0 | 100001 | 100010001 | 1011000 | 100100 |
Color Harmonies of #620BAB
Complementary color
Monochromatic Colors of #620BAB
Black with #620BAB
Text Example
Text Example
White with #620BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620BAB; }
p { color: rgb(98,11,171); }
H1.HeaderClassName
{
color: #620BAB;
}
.AnyTagClassName
{
color: #620BAB;
}
</style>
background-color css
<style>
a { background-color: #620BAB; }
a { background-color: rgb(98,11,171); }
div.DivClassName
{
background-color: #620BAB;
}
.BgClassName
{
background-color: #620BAB;
}
</style>
border-color css
<style>
span { border-color: #620BAB; }
span { border-color: rgb(98,11,171); }
td.TdClassName
{
border-color: #620BAB;
}
.TagClassName
{
border-color: #620BAB;
}
</style>