Shades of Purple Heart #621FCB
Tints of Purple Heart #621FCB
RGB
CMYK
RGB Variations
Color information
#621FCB (or 0x621FCB) is known color: Purple Heart. HEX triplet: 62, 1F and CB. RGB value is (98,31,203). Sum of RGB (Red+Green+Blue) = 98+31+203=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #621FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FCB is #9DE034. Grayscale: #464646. Windows color (decimal): -10346549 or 13311842. OLE color: 13311842.
HSL color Cylindrical-coordinate representation of color #621FCB: hue angle of 263.37º 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 #621FCB is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 31 | 203 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.20 |
| HSL | 263.37º | 0.74% | 0.46% | - |
| HSV(B) | 263.37º | 0.85% | 0.8% | - |
| XYZ | 16.31 | 7.89 | 57.16 | - |
| YUV | 70.64 | 202.7 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 203 | 0.52 | 0.85 | 0 | 0.20 | 263.37 | 0.74 | 0.46 |
| Hex | 62 | 1F | CB | 34 | 55 | 0 | 14 | 107 | 4A | 2E |
| Octal | 142 | 37 | 313 | 64 | 125 | 0 | 24 | 407 | 112 | 56 |
| Binary | 1100010 | 11111 | 11001011 | 110100 | 1010101 | 0 | 10100 | 100000111 | 1001010 | 101110 |
Color Harmonies of #621FCB
Complementary color
Monochromatic Colors of #621FCB
Black with #621FCB
Text Example
Text Example
White with #621FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621FCB; }
p { color: rgb(98,31,203); }
H1.HeaderClassName
{
color: #621FCB;
}
.AnyTagClassName
{
color: #621FCB;
}
</style>
background-color css
<style>
a { background-color: #621FCB; }
a { background-color: rgb(98,31,203); }
div.DivClassName
{
background-color: #621FCB;
}
.BgClassName
{
background-color: #621FCB;
}
</style>
border-color css
<style>
span { border-color: #621FCB; }
span { border-color: rgb(98,31,203); }
td.TdClassName
{
border-color: #621FCB;
}
.TagClassName
{
border-color: #621FCB;
}
</style>