Shades of Purple Heart #620CCD
Tints of Purple Heart #620CCD
RGB
CMYK
RGB Variations
Color information
#620CCD (or 0x620CCD) is known color: Purple Heart. HEX triplet: 62, 0C and CD. RGB value is (98,12,205). Sum of RGB (Red+Green+Blue) = 98+12+205=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #620CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CCD is #9DF332. Grayscale: #3B3B3B. Windows color (decimal): -10351411 or 13438050. OLE color: 13438050.
HSL color Cylindrical-coordinate representation of color #620CCD: hue angle of 266.74º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620CCD is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 12 | 205 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.20 |
| HSL | 266.74º | 0.89% | 0.43% | - |
| HSV(B) | 266.74º | 0.94% | 0.8% | - |
| XYZ | 16.19 | 7.27 | 58.31 | - |
| YUV | 59.72 | 209.99 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 205 | 0.52 | 0.94 | 0 | 0.20 | 266.74 | 0.89 | 0.43 |
| Hex | 62 | C | CD | 34 | 5E | 0 | 14 | 10B | 59 | 2B |
| Octal | 142 | 14 | 315 | 64 | 136 | 0 | 24 | 413 | 131 | 53 |
| Binary | 1100010 | 1100 | 11001101 | 110100 | 1011110 | 0 | 10100 | 100001011 | 1011001 | 101011 |
Color Harmonies of #620CCD
Complementary color
Monochromatic Colors of #620CCD
Black with #620CCD
Text Example
Text Example
White with #620CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CCD; }
p { color: rgb(98,12,205); }
H1.HeaderClassName
{
color: #620CCD;
}
.AnyTagClassName
{
color: #620CCD;
}
</style>
background-color css
<style>
a { background-color: #620CCD; }
a { background-color: rgb(98,12,205); }
div.DivClassName
{
background-color: #620CCD;
}
.BgClassName
{
background-color: #620CCD;
}
</style>
border-color css
<style>
span { border-color: #620CCD; }
span { border-color: rgb(98,12,205); }
td.TdClassName
{
border-color: #620CCD;
}
.TagClassName
{
border-color: #620CCD;
}
</style>