Shades of Purple Heart #620CB2
Tints of Purple Heart #620CB2
RGB
CMYK
RGB Variations
Color information
#620CB2 (or 0x620CB2) is known color: Purple Heart. HEX triplet: 62, 0C and B2. RGB value is (98,12,178). Sum of RGB (Red+Green+Blue) = 98+12+178=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 178 (69.92% from 255 or 61.81% from 288); Max value from RGB is 178 - color contains mainly: blue. Hex color #620CB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620CB2 is #9DF34D. Grayscale: #383838. Windows color (decimal): -10351438 or 11668578. OLE color: 11668578.
HSL color Cylindrical-coordinate representation of color #620CB2: hue angle of 271.08º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620CB2 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 12 | 178 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.30 |
| HSL | 271.08º | 0.87% | 0.37% | - |
| HSV(B) | 271.08º | 0.93% | 0.7% | - |
| XYZ | 13.2 | 6.07 | 42.6 | - |
| YUV | 56.64 | 196.49 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 178 | 0.45 | 0.93 | 0 | 0.30 | 271.08 | 0.87 | 0.37 |
| Hex | 62 | C | B2 | 2D | 5D | 0 | 1E | 10F | 57 | 25 |
| Octal | 142 | 14 | 262 | 55 | 135 | 0 | 36 | 417 | 127 | 45 |
| Binary | 1100010 | 1100 | 10110010 | 101101 | 1011101 | 0 | 11110 | 100001111 | 1010111 | 100101 |
Color Harmonies of #620CB2
Complementary color
Monochromatic Colors of #620CB2
Black with #620CB2
Text Example
Text Example
White with #620CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CB2; }
p { color: rgb(98,12,178); }
H1.HeaderClassName
{
color: #620CB2;
}
.AnyTagClassName
{
color: #620CB2;
}
</style>
background-color css
<style>
a { background-color: #620CB2; }
a { background-color: rgb(98,12,178); }
div.DivClassName
{
background-color: #620CB2;
}
.BgClassName
{
background-color: #620CB2;
}
</style>
border-color css
<style>
span { border-color: #620CB2; }
span { border-color: rgb(98,12,178); }
td.TdClassName
{
border-color: #620CB2;
}
.TagClassName
{
border-color: #620CB2;
}
</style>