Shades of Purple Heart #621FAC
Tints of Purple Heart #621FAC
RGB
CMYK
RGB Variations
Color information
#621FAC (or 0x621FAC) is known color: Purple Heart. HEX triplet: 62, 1F and AC. RGB value is (98,31,172). Sum of RGB (Red+Green+Blue) = 98+31+172=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #621FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621FAC is #9DE053. Grayscale: #424242. Windows color (decimal): -10346580 or 11280226. OLE color: 11280226.
HSL color Cylindrical-coordinate representation of color #621FAC: hue angle of 268.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621FAC is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 31 | 172 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.33 |
| HSL | 268.51º | 0.69% | 0.4% | - |
| HSV(B) | 268.51º | 0.82% | 0.67% | - |
| XYZ | 12.97 | 6.56 | 39.61 | - |
| YUV | 67.11 | 187.2 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 172 | 0.43 | 0.82 | 0 | 0.33 | 268.51 | 0.69 | 0.4 |
| Hex | 62 | 1F | AC | 2B | 52 | 0 | 21 | 10D | 45 | 28 |
| Octal | 142 | 37 | 254 | 53 | 122 | 0 | 41 | 415 | 105 | 50 |
| Binary | 1100010 | 11111 | 10101100 | 101011 | 1010010 | 0 | 100001 | 100001101 | 1000101 | 101000 |
Color Harmonies of #621FAC
Complementary color
Monochromatic Colors of #621FAC
Black with #621FAC
Text Example
Text Example
White with #621FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621FAC; }
p { color: rgb(98,31,172); }
H1.HeaderClassName
{
color: #621FAC;
}
.AnyTagClassName
{
color: #621FAC;
}
</style>
background-color css
<style>
a { background-color: #621FAC; }
a { background-color: rgb(98,31,172); }
div.DivClassName
{
background-color: #621FAC;
}
.BgClassName
{
background-color: #621FAC;
}
</style>
border-color css
<style>
span { border-color: #621FAC; }
span { border-color: rgb(98,31,172); }
td.TdClassName
{
border-color: #621FAC;
}
.TagClassName
{
border-color: #621FAC;
}
</style>