Shades of Purple Heart #620FA6
Tints of Purple Heart #620FA6
RGB
CMYK
RGB Variations
Color information
#620FA6 (or 0x620FA6) is known color: Purple Heart. HEX triplet: 62, 0F and A6. RGB value is (98,15,166). Sum of RGB (Red+Green+Blue) = 98+15+166=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #620FA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620FA6 is #9DF059. Grayscale: #383838. Windows color (decimal): -10350682 or 10882914. OLE color: 10882914.
HSL color Cylindrical-coordinate representation of color #620FA6: hue angle of 272.98º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620FA6 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 15 | 166 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.35 |
| HSL | 272.98º | 0.83% | 0.35% | - |
| HSV(B) | 272.98º | 0.91% | 0.65% | - |
| XYZ | 12.09 | 5.69 | 36.54 | - |
| YUV | 57.03 | 189.5 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 166 | 0.41 | 0.91 | 0 | 0.35 | 272.98 | 0.83 | 0.35 |
| Hex | 62 | F | A6 | 29 | 5B | 0 | 23 | 111 | 53 | 23 |
| Octal | 142 | 17 | 246 | 51 | 133 | 0 | 43 | 421 | 123 | 43 |
| Binary | 1100010 | 1111 | 10100110 | 101001 | 1011011 | 0 | 100011 | 100010001 | 1010011 | 100011 |
Color Harmonies of #620FA6
Complementary color
Monochromatic Colors of #620FA6
Black with #620FA6
Text Example
Text Example
White with #620FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FA6; }
p { color: rgb(98,15,166); }
H1.HeaderClassName
{
color: #620FA6;
}
.AnyTagClassName
{
color: #620FA6;
}
</style>
background-color css
<style>
a { background-color: #620FA6; }
a { background-color: rgb(98,15,166); }
div.DivClassName
{
background-color: #620FA6;
}
.BgClassName
{
background-color: #620FA6;
}
</style>
border-color css
<style>
span { border-color: #620FA6; }
span { border-color: rgb(98,15,166); }
td.TdClassName
{
border-color: #620FA6;
}
.TagClassName
{
border-color: #620FA6;
}
</style>