Shades of Purple Heart #620CCF
Tints of Purple Heart #620CCF
RGB
CMYK
RGB Variations
Color information
#620CCF (or 0x620CCF) is known color: Purple Heart. HEX triplet: 62, 0C and CF. RGB value is (98,12,207). Sum of RGB (Red+Green+Blue) = 98+12+207=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #620CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CCF is #9DF330. Grayscale: #3B3B3B. Windows color (decimal): -10351409 or 13569122. OLE color: 13569122.
HSL color Cylindrical-coordinate representation of color #620CCF: hue angle of 266.46º 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 #620CCF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 12 | 207 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.19 |
| HSL | 266.46º | 0.89% | 0.43% | - |
| HSV(B) | 266.46º | 0.94% | 0.81% | - |
| XYZ | 16.43 | 7.36 | 59.59 | - |
| YUV | 59.94 | 210.99 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 207 | 0.53 | 0.94 | 0 | 0.19 | 266.46 | 0.89 | 0.43 |
| Hex | 62 | C | CF | 35 | 5E | 0 | 13 | 10A | 59 | 2B |
| Octal | 142 | 14 | 317 | 65 | 136 | 0 | 23 | 412 | 131 | 53 |
| Binary | 1100010 | 1100 | 11001111 | 110101 | 1011110 | 0 | 10011 | 100001010 | 1011001 | 101011 |
Color Harmonies of #620CCF
Complementary color
Monochromatic Colors of #620CCF
Black with #620CCF
Text Example
Text Example
White with #620CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CCF; }
p { color: rgb(98,12,207); }
H1.HeaderClassName
{
color: #620CCF;
}
.AnyTagClassName
{
color: #620CCF;
}
</style>
background-color css
<style>
a { background-color: #620CCF; }
a { background-color: rgb(98,12,207); }
div.DivClassName
{
background-color: #620CCF;
}
.BgClassName
{
background-color: #620CCF;
}
</style>
border-color css
<style>
span { border-color: #620CCF; }
span { border-color: rgb(98,12,207); }
td.TdClassName
{
border-color: #620CCF;
}
.TagClassName
{
border-color: #620CCF;
}
</style>