Shades of Purple Heart #620CCE
Tints of Purple Heart #620CCE
RGB
CMYK
RGB Variations
Color information
#620CCE (or 0x620CCE) is known color: Purple Heart. HEX triplet: 62, 0C and CE. RGB value is (98,12,206). Sum of RGB (Red+Green+Blue) = 98+12+206=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #620CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CCE is #9DF331. Grayscale: #3B3B3B. Windows color (decimal): -10351410 or 13503586. OLE color: 13503586.
HSL color Cylindrical-coordinate representation of color #620CCE: hue angle of 266.6º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620CCE is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 12 | 206 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.19 |
| HSL | 266.6º | 0.89% | 0.43% | - |
| HSV(B) | 266.6º | 0.94% | 0.81% | - |
| XYZ | 16.31 | 7.32 | 58.95 | - |
| YUV | 59.83 | 210.49 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 206 | 0.52 | 0.94 | 0 | 0.19 | 266.6 | 0.89 | 0.43 |
| Hex | 62 | C | CE | 34 | 5E | 0 | 13 | 10B | 59 | 2B |
| Octal | 142 | 14 | 316 | 64 | 136 | 0 | 23 | 413 | 131 | 53 |
| Binary | 1100010 | 1100 | 11001110 | 110100 | 1011110 | 0 | 10011 | 100001011 | 1011001 | 101011 |
Color Harmonies of #620CCE
Complementary color
Monochromatic Colors of #620CCE
Black with #620CCE
Text Example
Text Example
White with #620CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CCE; }
p { color: rgb(98,12,206); }
H1.HeaderClassName
{
color: #620CCE;
}
.AnyTagClassName
{
color: #620CCE;
}
</style>
background-color css
<style>
a { background-color: #620CCE; }
a { background-color: rgb(98,12,206); }
div.DivClassName
{
background-color: #620CCE;
}
.BgClassName
{
background-color: #620CCE;
}
</style>
border-color css
<style>
span { border-color: #620CCE; }
span { border-color: rgb(98,12,206); }
td.TdClassName
{
border-color: #620CCE;
}
.TagClassName
{
border-color: #620CCE;
}
</style>