Shades of Purple Heart #622ABC
Tints of Purple Heart #622ABC
RGB
CMYK
RGB Variations
Color information
#622ABC (or 0x622ABC) is known color: Purple Heart. HEX triplet: 62, 2A and BC. RGB value is (98,42,188). Sum of RGB (Red+Green+Blue) = 98+42+188=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #622ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622ABC is #9DD543. Grayscale: #4A4A4A. Windows color (decimal): -10343748 or 12331618. OLE color: 12331618.
HSL color Cylindrical-coordinate representation of color #622ABC: hue angle of 263.01º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622ABC is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 42 | 188 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.26 |
| HSL | 263.01º | 0.63% | 0.45% | - |
| HSV(B) | 263.01º | 0.78% | 0.74% | - |
| XYZ | 14.94 | 7.88 | 48.31 | - |
| YUV | 75.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 188 | 0.48 | 0.78 | 0 | 0.26 | 263.01 | 0.63 | 0.45 |
| Hex | 62 | 2A | BC | 30 | 4E | 0 | 1A | 107 | 3F | 2D |
| Octal | 142 | 52 | 274 | 60 | 116 | 0 | 32 | 407 | 77 | 55 |
| Binary | 1100010 | 101010 | 10111100 | 110000 | 1001110 | 0 | 11010 | 100000111 | 111111 | 101101 |
Color Harmonies of #622ABC
Complementary color
Monochromatic Colors of #622ABC
Black with #622ABC
Text Example
Text Example
White with #622ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622ABC; }
p { color: rgb(98,42,188); }
H1.HeaderClassName
{
color: #622ABC;
}
.AnyTagClassName
{
color: #622ABC;
}
</style>
background-color css
<style>
a { background-color: #622ABC; }
a { background-color: rgb(98,42,188); }
div.DivClassName
{
background-color: #622ABC;
}
.BgClassName
{
background-color: #622ABC;
}
</style>
border-color css
<style>
span { border-color: #622ABC; }
span { border-color: rgb(98,42,188); }
td.TdClassName
{
border-color: #622ABC;
}
.TagClassName
{
border-color: #622ABC;
}
</style>