Shades of Purple Heart #622AD8
Tints of Purple Heart #622AD8
RGB
CMYK
RGB Variations
Color information
#622AD8 (or 0x622AD8) is known color: Purple Heart. HEX triplet: 62, 2A and D8. RGB value is (98,42,216). Sum of RGB (Red+Green+Blue) = 98+42+216=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #622AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622AD8 is #9DD527. Grayscale: #4D4D4D. Windows color (decimal): -10343720 or 14166626. OLE color: 14166626.
HSL color Cylindrical-coordinate representation of color #622AD8: hue angle of 259.31º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #622AD8 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 42 | 216 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.15 |
| HSL | 259.31º | 0.69% | 0.51% | - |
| HSV(B) | 259.31º | 0.81% | 0.85% | - |
| XYZ | 18.26 | 9.21 | 65.78 | - |
| YUV | 78.58 | 205.55 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 216 | 0.55 | 0.81 | 0 | 0.15 | 259.31 | 0.69 | 0.51 |
| Hex | 62 | 2A | D8 | 37 | 51 | 0 | F | 103 | 45 | 33 |
| Octal | 142 | 52 | 330 | 67 | 121 | 0 | 17 | 403 | 105 | 63 |
| Binary | 1100010 | 101010 | 11011000 | 110111 | 1010001 | 0 | 1111 | 100000011 | 1000101 | 110011 |
Color Harmonies of #622AD8
Complementary color
Monochromatic Colors of #622AD8
Black with #622AD8
Text Example
Text Example
White with #622AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622AD8; }
p { color: rgb(98,42,216); }
H1.HeaderClassName
{
color: #622AD8;
}
.AnyTagClassName
{
color: #622AD8;
}
</style>
background-color css
<style>
a { background-color: #622AD8; }
a { background-color: rgb(98,42,216); }
div.DivClassName
{
background-color: #622AD8;
}
.BgClassName
{
background-color: #622AD8;
}
</style>
border-color css
<style>
span { border-color: #622AD8; }
span { border-color: rgb(98,42,216); }
td.TdClassName
{
border-color: #622AD8;
}
.TagClassName
{
border-color: #622AD8;
}
</style>