Shades of Purple Heart #620BC3
Tints of Purple Heart #620BC3
RGB
CMYK
RGB Variations
Color information
#620BC3 (or 0x620BC3) is known color: Purple Heart. HEX triplet: 62, 0B and C3. RGB value is (98,11,195). Sum of RGB (Red+Green+Blue) = 98+11+195=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 195 (76.56% from 255 or 64.14% from 304); Max value from RGB is 195 - color contains mainly: blue. Hex color #620BC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BC3 is #9DF43C. Grayscale: #393939. Windows color (decimal): -10351677 or 12782434. OLE color: 12782434.
HSL color Cylindrical-coordinate representation of color #620BC3: hue angle of 268.37º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620BC3 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 11 | 195 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.24 |
| HSL | 268.37º | 0.89% | 0.4% | - |
| HSV(B) | 268.37º | 0.94% | 0.76% | - |
| XYZ | 15.01 | 6.78 | 52.15 | - |
| YUV | 57.99 | 205.32 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 195 | 0.50 | 0.94 | 0 | 0.24 | 268.37 | 0.89 | 0.4 |
| Hex | 62 | B | C3 | 32 | 5E | 0 | 18 | 10C | 59 | 28 |
| Octal | 142 | 13 | 303 | 62 | 136 | 0 | 30 | 414 | 131 | 50 |
| Binary | 1100010 | 1011 | 11000011 | 110010 | 1011110 | 0 | 11000 | 100001100 | 1011001 | 101000 |
Color Harmonies of #620BC3
Complementary color
Monochromatic Colors of #620BC3
Black with #620BC3
Text Example
Text Example
White with #620BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620BC3; }
p { color: rgb(98,11,195); }
H1.HeaderClassName
{
color: #620BC3;
}
.AnyTagClassName
{
color: #620BC3;
}
</style>
background-color css
<style>
a { background-color: #620BC3; }
a { background-color: rgb(98,11,195); }
div.DivClassName
{
background-color: #620BC3;
}
.BgClassName
{
background-color: #620BC3;
}
</style>
border-color css
<style>
span { border-color: #620BC3; }
span { border-color: rgb(98,11,195); }
td.TdClassName
{
border-color: #620BC3;
}
.TagClassName
{
border-color: #620BC3;
}
</style>