Shades of Purple Heart #622CC4
Tints of Purple Heart #622CC4
RGB
CMYK
RGB Variations
Color information
#622CC4 (or 0x622CC4) is known color: Purple Heart. HEX triplet: 62, 2C and C4. RGB value is (98,44,196). Sum of RGB (Red+Green+Blue) = 98+44+196=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #622CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622CC4 is #9DD33B. Grayscale: #4C4C4C. Windows color (decimal): -10343228 or 12856418. OLE color: 12856418.
HSL color Cylindrical-coordinate representation of color #622CC4: hue angle of 261.32º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622CC4 is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 44 | 196 | - |
| CMYK | 0.5 | 0.78 | 0 | 0.23 |
| HSL | 261.32º | 0.63% | 0.47% | - |
| HSV(B) | 261.32º | 0.78% | 0.77% | - |
| XYZ | 15.9 | 8.38 | 53 | - |
| YUV | 77.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 196 | 0.5 | 0.78 | 0 | 0.23 | 261.32 | 0.63 | 0.47 |
| Hex | 62 | 2C | C4 | 32 | 4E | 0 | 17 | 105 | 3F | 2F |
| Octal | 142 | 54 | 304 | 62 | 116 | 0 | 27 | 405 | 77 | 57 |
| Binary | 1100010 | 101100 | 11000100 | 110010 | 1001110 | 0 | 10111 | 100000101 | 111111 | 101111 |
Color Harmonies of #622CC4
Complementary color
Monochromatic Colors of #622CC4
Black with #622CC4
Text Example
Text Example
White with #622CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CC4; }
p { color: rgb(98,44,196); }
H1.HeaderClassName
{
color: #622CC4;
}
.AnyTagClassName
{
color: #622CC4;
}
</style>
background-color css
<style>
a { background-color: #622CC4; }
a { background-color: rgb(98,44,196); }
div.DivClassName
{
background-color: #622CC4;
}
.BgClassName
{
background-color: #622CC4;
}
</style>
border-color css
<style>
span { border-color: #622CC4; }
span { border-color: rgb(98,44,196); }
td.TdClassName
{
border-color: #622CC4;
}
.TagClassName
{
border-color: #622CC4;
}
</style>