Shades of Purple Heart #620BCB
Tints of Purple Heart #620BCB
RGB
CMYK
RGB Variations
Color information
#620BCB (or 0x620BCB) is known color: Purple Heart. HEX triplet: 62, 0B and CB. RGB value is (98,11,203). Sum of RGB (Red+Green+Blue) = 98+11+203=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #620BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BCB is #9DF434. Grayscale: #3A3A3A. Windows color (decimal): -10351669 or 13306722. OLE color: 13306722.
HSL color Cylindrical-coordinate representation of color #620BCB: hue angle of 267.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620BCB is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 11 | 203 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.20 |
| HSL | 267.19º | 0.9% | 0.42% | - |
| HSV(B) | 267.19º | 0.95% | 0.8% | - |
| XYZ | 15.94 | 7.15 | 57.04 | - |
| YUV | 58.9 | 209.32 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 203 | 0.52 | 0.95 | 0 | 0.20 | 267.19 | 0.9 | 0.42 |
| Hex | 62 | B | CB | 34 | 5F | 0 | 14 | 10B | 5A | 2A |
| Octal | 142 | 13 | 313 | 64 | 137 | 0 | 24 | 413 | 132 | 52 |
| Binary | 1100010 | 1011 | 11001011 | 110100 | 1011111 | 0 | 10100 | 100001011 | 1011010 | 101010 |
Color Harmonies of #620BCB
Complementary color
Monochromatic Colors of #620BCB
Black with #620BCB
Text Example
Text Example
White with #620BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620BCB; }
p { color: rgb(98,11,203); }
H1.HeaderClassName
{
color: #620BCB;
}
.AnyTagClassName
{
color: #620BCB;
}
</style>
background-color css
<style>
a { background-color: #620BCB; }
a { background-color: rgb(98,11,203); }
div.DivClassName
{
background-color: #620BCB;
}
.BgClassName
{
background-color: #620BCB;
}
</style>
border-color css
<style>
span { border-color: #620BCB; }
span { border-color: rgb(98,11,203); }
td.TdClassName
{
border-color: #620BCB;
}
.TagClassName
{
border-color: #620BCB;
}
</style>