Shades of Purple Heart #620FB1
Tints of Purple Heart #620FB1
RGB
CMYK
RGB Variations
Color information
#620FB1 (or 0x620FB1) is known color: Purple Heart. HEX triplet: 62, 0F and B1. RGB value is (98,15,177). Sum of RGB (Red+Green+Blue) = 98+15+177=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 177 (69.53% from 255 or 61.03% from 290); Max value from RGB is 177 - color contains mainly: blue. Hex color #620FB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620FB1 is #9DF04E. Grayscale: #393939. Windows color (decimal): -10350671 or 11603810. OLE color: 11603810.
HSL color Cylindrical-coordinate representation of color #620FB1: hue angle of 270.74º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620FB1 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 15 | 177 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.31 |
| HSL | 270.74º | 0.84% | 0.38% | - |
| HSV(B) | 270.74º | 0.92% | 0.69% | - |
| XYZ | 13.14 | 6.11 | 42.08 | - |
| YUV | 58.29 | 195 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 177 | 0.45 | 0.92 | 0 | 0.31 | 270.74 | 0.84 | 0.38 |
| Hex | 62 | F | B1 | 2D | 5C | 0 | 1F | 10F | 54 | 26 |
| Octal | 142 | 17 | 261 | 55 | 134 | 0 | 37 | 417 | 124 | 46 |
| Binary | 1100010 | 1111 | 10110001 | 101101 | 1011100 | 0 | 11111 | 100001111 | 1010100 | 100110 |
Color Harmonies of #620FB1
Complementary color
Monochromatic Colors of #620FB1
Black with #620FB1
Text Example
Text Example
White with #620FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FB1; }
p { color: rgb(98,15,177); }
H1.HeaderClassName
{
color: #620FB1;
}
.AnyTagClassName
{
color: #620FB1;
}
</style>
background-color css
<style>
a { background-color: #620FB1; }
a { background-color: rgb(98,15,177); }
div.DivClassName
{
background-color: #620FB1;
}
.BgClassName
{
background-color: #620FB1;
}
</style>
border-color css
<style>
span { border-color: #620FB1; }
span { border-color: rgb(98,15,177); }
td.TdClassName
{
border-color: #620FB1;
}
.TagClassName
{
border-color: #620FB1;
}
</style>