Shades of Purple Heart #621BCD
Tints of Purple Heart #621BCD
RGB
CMYK
RGB Variations
Color information
#621BCD (or 0x621BCD) is known color: Purple Heart. HEX triplet: 62, 1B and CD. RGB value is (98,27,205). Sum of RGB (Red+Green+Blue) = 98+27+205=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #621BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621BCD is #9DE432. Grayscale: #434343. Windows color (decimal): -10347571 or 13441890. OLE color: 13441890.
HSL color Cylindrical-coordinate representation of color #621BCD: hue angle of 263.93º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621BCD is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 27 | 205 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.20 |
| HSL | 263.93º | 0.77% | 0.45% | - |
| HSV(B) | 263.93º | 0.87% | 0.8% | - |
| XYZ | 16.45 | 7.79 | 58.39 | - |
| YUV | 68.52 | 205.02 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 205 | 0.52 | 0.87 | 0 | 0.20 | 263.93 | 0.77 | 0.45 |
| Hex | 62 | 1B | CD | 34 | 57 | 0 | 14 | 108 | 4D | 2D |
| Octal | 142 | 33 | 315 | 64 | 127 | 0 | 24 | 410 | 115 | 55 |
| Binary | 1100010 | 11011 | 11001101 | 110100 | 1010111 | 0 | 10100 | 100001000 | 1001101 | 101101 |
Color Harmonies of #621BCD
Complementary color
Monochromatic Colors of #621BCD
Black with #621BCD
Text Example
Text Example
White with #621BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621BCD; }
p { color: rgb(98,27,205); }
H1.HeaderClassName
{
color: #621BCD;
}
.AnyTagClassName
{
color: #621BCD;
}
</style>
background-color css
<style>
a { background-color: #621BCD; }
a { background-color: rgb(98,27,205); }
div.DivClassName
{
background-color: #621BCD;
}
.BgClassName
{
background-color: #621BCD;
}
</style>
border-color css
<style>
span { border-color: #621BCD; }
span { border-color: rgb(98,27,205); }
td.TdClassName
{
border-color: #621BCD;
}
.TagClassName
{
border-color: #621BCD;
}
</style>