Shades of Purple Heart #622AC6
Tints of Purple Heart #622AC6
RGB
CMYK
RGB Variations
Color information
#622AC6 (or 0x622AC6) is known color: Purple Heart. HEX triplet: 62, 2A and C6. RGB value is (98,42,198). Sum of RGB (Red+Green+Blue) = 98+42+198=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #622AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622AC6 is #9DD539. Grayscale: #4B4B4B. Windows color (decimal): -10343738 or 12986978. OLE color: 12986978.
HSL color Cylindrical-coordinate representation of color #622AC6: hue angle of 261.54º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #622AC6 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 42 | 198 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.22 |
| HSL | 261.54º | 0.65% | 0.47% | - |
| HSV(B) | 261.54º | 0.79% | 0.78% | - |
| XYZ | 16.06 | 8.33 | 54.19 | - |
| YUV | 76.53 | 196.55 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 198 | 0.51 | 0.79 | 0 | 0.22 | 261.54 | 0.65 | 0.47 |
| Hex | 62 | 2A | C6 | 33 | 4F | 0 | 16 | 106 | 41 | 2F |
| Octal | 142 | 52 | 306 | 63 | 117 | 0 | 26 | 406 | 101 | 57 |
| Binary | 1100010 | 101010 | 11000110 | 110011 | 1001111 | 0 | 10110 | 100000110 | 1000001 | 101111 |
Color Harmonies of #622AC6
Complementary color
Monochromatic Colors of #622AC6
Black with #622AC6
Text Example
Text Example
White with #622AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622AC6; }
p { color: rgb(98,42,198); }
H1.HeaderClassName
{
color: #622AC6;
}
.AnyTagClassName
{
color: #622AC6;
}
</style>
background-color css
<style>
a { background-color: #622AC6; }
a { background-color: rgb(98,42,198); }
div.DivClassName
{
background-color: #622AC6;
}
.BgClassName
{
background-color: #622AC6;
}
</style>
border-color css
<style>
span { border-color: #622AC6; }
span { border-color: rgb(98,42,198); }
td.TdClassName
{
border-color: #622AC6;
}
.TagClassName
{
border-color: #622AC6;
}
</style>