Shades of Purple Heart #621DC8
Tints of Purple Heart #621DC8
RGB
CMYK
RGB Variations
Color information
#621DC8 (or 0x621DC8) is known color: Purple Heart. HEX triplet: 62, 1D and C8. RGB value is (98,29,200). Sum of RGB (Red+Green+Blue) = 98+29+200=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 200 (78.52% from 255 or 61.16% from 327); Max value from RGB is 200 - color contains mainly: blue. Hex color #621DC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621DC8 is #9DE237. Grayscale: #444444. Windows color (decimal): -10347064 or 13114722. OLE color: 13114722.
HSL color Cylindrical-coordinate representation of color #621DC8: hue angle of 264.21º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621DC8 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 29 | 200 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.22 |
| HSL | 264.21º | 0.75% | 0.45% | - |
| HSV(B) | 264.21º | 0.86% | 0.78% | - |
| XYZ | 15.9 | 7.65 | 55.28 | - |
| YUV | 69.13 | 201.86 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 200 | 0.51 | 0.86 | 0 | 0.22 | 264.21 | 0.75 | 0.45 |
| Hex | 62 | 1D | C8 | 33 | 56 | 0 | 16 | 108 | 4B | 2D |
| Octal | 142 | 35 | 310 | 63 | 126 | 0 | 26 | 410 | 113 | 55 |
| Binary | 1100010 | 11101 | 11001000 | 110011 | 1010110 | 0 | 10110 | 100001000 | 1001011 | 101101 |
Color Harmonies of #621DC8
Complementary color
Monochromatic Colors of #621DC8
Black with #621DC8
Text Example
Text Example
White with #621DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621DC8; }
p { color: rgb(98,29,200); }
H1.HeaderClassName
{
color: #621DC8;
}
.AnyTagClassName
{
color: #621DC8;
}
</style>
background-color css
<style>
a { background-color: #621DC8; }
a { background-color: rgb(98,29,200); }
div.DivClassName
{
background-color: #621DC8;
}
.BgClassName
{
background-color: #621DC8;
}
</style>
border-color css
<style>
span { border-color: #621DC8; }
span { border-color: rgb(98,29,200); }
td.TdClassName
{
border-color: #621DC8;
}
.TagClassName
{
border-color: #621DC8;
}
</style>