Shades of Purple Heart #621BD1
Tints of Purple Heart #621BD1
RGB
CMYK
RGB Variations
Color information
#621BD1 (or 0x621BD1) is known color: Purple Heart. HEX triplet: 62, 1B and D1. RGB value is (98,27,209). Sum of RGB (Red+Green+Blue) = 98+27+209=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 209 (82.03% from 255 or 62.57% from 334); Max value from RGB is 209 - color contains mainly: blue. Hex color #621BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621BD1 is #9DE42E. Grayscale: #444444. Windows color (decimal): -10347567 or 13704034. OLE color: 13704034.
HSL color Cylindrical-coordinate representation of color #621BD1: hue angle of 263.41º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621BD1 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 27 | 209 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.18 |
| HSL | 263.41º | 0.77% | 0.46% | - |
| HSV(B) | 263.41º | 0.87% | 0.82% | - |
| XYZ | 16.94 | 7.98 | 60.97 | - |
| YUV | 68.98 | 207.02 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 209 | 0.53 | 0.87 | 0 | 0.18 | 263.41 | 0.77 | 0.46 |
| Hex | 62 | 1B | D1 | 35 | 57 | 0 | 12 | 107 | 4D | 2E |
| Octal | 142 | 33 | 321 | 65 | 127 | 0 | 22 | 407 | 115 | 56 |
| Binary | 1100010 | 11011 | 11010001 | 110101 | 1010111 | 0 | 10010 | 100000111 | 1001101 | 101110 |
Color Harmonies of #621BD1
Complementary color
Monochromatic Colors of #621BD1
Black with #621BD1
Text Example
Text Example
White with #621BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621BD1; }
p { color: rgb(98,27,209); }
H1.HeaderClassName
{
color: #621BD1;
}
.AnyTagClassName
{
color: #621BD1;
}
</style>
background-color css
<style>
a { background-color: #621BD1; }
a { background-color: rgb(98,27,209); }
div.DivClassName
{
background-color: #621BD1;
}
.BgClassName
{
background-color: #621BD1;
}
</style>
border-color css
<style>
span { border-color: #621BD1; }
span { border-color: rgb(98,27,209); }
td.TdClassName
{
border-color: #621BD1;
}
.TagClassName
{
border-color: #621BD1;
}
</style>