Shades of Purple Heart #621DCB
Tints of Purple Heart #621DCB
RGB
CMYK
RGB Variations
Color information
#621DCB (or 0x621DCB) is known color: Purple Heart. HEX triplet: 62, 1D and CB. RGB value is (98,29,203). Sum of RGB (Red+Green+Blue) = 98+29+203=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #621DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621DCB is #9DE234. Grayscale: #444444. Windows color (decimal): -10347061 or 13311330. OLE color: 13311330.
HSL color Cylindrical-coordinate representation of color #621DCB: hue angle of 263.79º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621DCB is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 29 | 203 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.20 |
| HSL | 263.79º | 0.75% | 0.45% | - |
| HSV(B) | 263.79º | 0.86% | 0.8% | - |
| XYZ | 16.26 | 7.79 | 57.15 | - |
| YUV | 69.47 | 203.36 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 203 | 0.52 | 0.86 | 0 | 0.20 | 263.79 | 0.75 | 0.45 |
| Hex | 62 | 1D | CB | 34 | 56 | 0 | 14 | 108 | 4B | 2D |
| Octal | 142 | 35 | 313 | 64 | 126 | 0 | 24 | 410 | 113 | 55 |
| Binary | 1100010 | 11101 | 11001011 | 110100 | 1010110 | 0 | 10100 | 100001000 | 1001011 | 101101 |
Color Harmonies of #621DCB
Complementary color
Monochromatic Colors of #621DCB
Black with #621DCB
Text Example
Text Example
White with #621DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621DCB; }
p { color: rgb(98,29,203); }
H1.HeaderClassName
{
color: #621DCB;
}
.AnyTagClassName
{
color: #621DCB;
}
</style>
background-color css
<style>
a { background-color: #621DCB; }
a { background-color: rgb(98,29,203); }
div.DivClassName
{
background-color: #621DCB;
}
.BgClassName
{
background-color: #621DCB;
}
</style>
border-color css
<style>
span { border-color: #621DCB; }
span { border-color: rgb(98,29,203); }
td.TdClassName
{
border-color: #621DCB;
}
.TagClassName
{
border-color: #621DCB;
}
</style>