Shades of Purple Heart #621BAF
Tints of Purple Heart #621BAF
RGB
CMYK
RGB Variations
Color information
#621BAF (or 0x621BAF) is known color: Purple Heart. HEX triplet: 62, 1B and AF. RGB value is (98,27,175). Sum of RGB (Red+Green+Blue) = 98+27+175=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #621BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621BAF is #9DE450. Grayscale: #404040. Windows color (decimal): -10347601 or 11475810. OLE color: 11475810.
HSL color Cylindrical-coordinate representation of color #621BAF: hue angle of 268.78º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621BAF is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 27 | 175 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.31 |
| HSL | 268.78º | 0.73% | 0.4% | - |
| HSV(B) | 268.78º | 0.85% | 0.69% | - |
| XYZ | 13.17 | 6.48 | 41.11 | - |
| YUV | 65.1 | 190.02 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 175 | 0.44 | 0.85 | 0 | 0.31 | 268.78 | 0.73 | 0.4 |
| Hex | 62 | 1B | AF | 2C | 55 | 0 | 1F | 10D | 49 | 28 |
| Octal | 142 | 33 | 257 | 54 | 125 | 0 | 37 | 415 | 111 | 50 |
| Binary | 1100010 | 11011 | 10101111 | 101100 | 1010101 | 0 | 11111 | 100001101 | 1001001 | 101000 |
Color Harmonies of #621BAF
Complementary color
Monochromatic Colors of #621BAF
Black with #621BAF
Text Example
Text Example
White with #621BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621BAF; }
p { color: rgb(98,27,175); }
H1.HeaderClassName
{
color: #621BAF;
}
.AnyTagClassName
{
color: #621BAF;
}
</style>
background-color css
<style>
a { background-color: #621BAF; }
a { background-color: rgb(98,27,175); }
div.DivClassName
{
background-color: #621BAF;
}
.BgClassName
{
background-color: #621BAF;
}
</style>
border-color css
<style>
span { border-color: #621BAF; }
span { border-color: rgb(98,27,175); }
td.TdClassName
{
border-color: #621BAF;
}
.TagClassName
{
border-color: #621BAF;
}
</style>