Shades of Purple Heart #621FCD
Tints of Purple Heart #621FCD
RGB
CMYK
RGB Variations
Color information
#621FCD (or 0x621FCD) is known color: Purple Heart. HEX triplet: 62, 1F and CD. RGB value is (98,31,205). Sum of RGB (Red+Green+Blue) = 98+31+205=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #621FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FCD is #9DE032. Grayscale: #464646. Windows color (decimal): -10346547 or 13442914. OLE color: 13442914.
HSL color Cylindrical-coordinate representation of color #621FCD: hue angle of 263.1º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621FCD is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 31 | 205 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.20 |
| HSL | 263.1º | 0.74% | 0.46% | - |
| HSV(B) | 263.1º | 0.85% | 0.8% | - |
| XYZ | 16.55 | 7.98 | 58.43 | - |
| YUV | 70.87 | 203.7 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 205 | 0.52 | 0.85 | 0 | 0.20 | 263.1 | 0.74 | 0.46 |
| Hex | 62 | 1F | CD | 34 | 55 | 0 | 14 | 107 | 4A | 2E |
| Octal | 142 | 37 | 315 | 64 | 125 | 0 | 24 | 407 | 112 | 56 |
| Binary | 1100010 | 11111 | 11001101 | 110100 | 1010101 | 0 | 10100 | 100000111 | 1001010 | 101110 |
Color Harmonies of #621FCD
Complementary color
Monochromatic Colors of #621FCD
Black with #621FCD
Text Example
Text Example
White with #621FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621FCD; }
p { color: rgb(98,31,205); }
H1.HeaderClassName
{
color: #621FCD;
}
.AnyTagClassName
{
color: #621FCD;
}
</style>
background-color css
<style>
a { background-color: #621FCD; }
a { background-color: rgb(98,31,205); }
div.DivClassName
{
background-color: #621FCD;
}
.BgClassName
{
background-color: #621FCD;
}
</style>
border-color css
<style>
span { border-color: #621FCD; }
span { border-color: rgb(98,31,205); }
td.TdClassName
{
border-color: #621FCD;
}
.TagClassName
{
border-color: #621FCD;
}
</style>