Shades of Purple Heart #620ACC
Tints of Purple Heart #620ACC
RGB
CMYK
RGB Variations
Color information
#620ACC (or 0x620ACC) is known color: Purple Heart. HEX triplet: 62, 0A and CC. RGB value is (98,10,204). Sum of RGB (Red+Green+Blue) = 98+10+204=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #620ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620ACC is #9DF533. Grayscale: #393939. Windows color (decimal): -10351924 or 13372002. OLE color: 13372002.
HSL color Cylindrical-coordinate representation of color #620ACC: hue angle of 267.22º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620ACC is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 10 | 204 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.2 |
| HSL | 267.22º | 0.91% | 0.42% | - |
| HSV(B) | 267.22º | 0.95% | 0.8% | - |
| XYZ | 16.04 | 7.17 | 57.67 | - |
| YUV | 58.43 | 210.15 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 204 | 0.52 | 0.95 | 0 | 0.2 | 267.22 | 0.91 | 0.42 |
| Hex | 62 | A | CC | 34 | 5F | 0 | 14 | 10B | 5B | 2A |
| Octal | 142 | 12 | 314 | 64 | 137 | 0 | 24 | 413 | 133 | 52 |
| Binary | 1100010 | 1010 | 11001100 | 110100 | 1011111 | 0 | 10100 | 100001011 | 1011011 | 101010 |
Color Harmonies of #620ACC
Complementary color
Monochromatic Colors of #620ACC
Black with #620ACC
Text Example
Text Example
White with #620ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620ACC; }
p { color: rgb(98,10,204); }
H1.HeaderClassName
{
color: #620ACC;
}
.AnyTagClassName
{
color: #620ACC;
}
</style>
background-color css
<style>
a { background-color: #620ACC; }
a { background-color: rgb(98,10,204); }
div.DivClassName
{
background-color: #620ACC;
}
.BgClassName
{
background-color: #620ACC;
}
</style>
border-color css
<style>
span { border-color: #620ACC; }
span { border-color: rgb(98,10,204); }
td.TdClassName
{
border-color: #620ACC;
}
.TagClassName
{
border-color: #620ACC;
}
</style>