Shades of Purple Heart #622FC1
Tints of Purple Heart #622FC1
RGB
CMYK
RGB Variations
Color information
#622FC1 (or 0x622FC1) is known color: Purple Heart. HEX triplet: 62, 2F and C1. RGB value is (98,47,193). Sum of RGB (Red+Green+Blue) = 98+47+193=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #622FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622FC1 is #9DD03E. Grayscale: #4E4E4E. Windows color (decimal): -10342463 or 12660578. OLE color: 12660578.
HSL color Cylindrical-coordinate representation of color #622FC1: hue angle of 260.96º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #622FC1 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 47 | 193 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.24 |
| HSL | 260.96º | 0.61% | 0.47% | - |
| HSV(B) | 260.96º | 0.76% | 0.76% | - |
| XYZ | 15.68 | 8.48 | 51.26 | - |
| YUV | 78.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 193 | 0.49 | 0.76 | 0 | 0.24 | 260.96 | 0.61 | 0.47 |
| Hex | 62 | 2F | C1 | 31 | 4C | 0 | 18 | 105 | 3D | 2F |
| Octal | 142 | 57 | 301 | 61 | 114 | 0 | 30 | 405 | 75 | 57 |
| Binary | 1100010 | 101111 | 11000001 | 110001 | 1001100 | 0 | 11000 | 100000101 | 111101 | 101111 |
Color Harmonies of #622FC1
Complementary color
Monochromatic Colors of #622FC1
Black with #622FC1
Text Example
Text Example
White with #622FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622FC1; }
p { color: rgb(98,47,193); }
H1.HeaderClassName
{
color: #622FC1;
}
.AnyTagClassName
{
color: #622FC1;
}
</style>
background-color css
<style>
a { background-color: #622FC1; }
a { background-color: rgb(98,47,193); }
div.DivClassName
{
background-color: #622FC1;
}
.BgClassName
{
background-color: #622FC1;
}
</style>
border-color css
<style>
span { border-color: #622FC1; }
span { border-color: rgb(98,47,193); }
td.TdClassName
{
border-color: #622FC1;
}
.TagClassName
{
border-color: #622FC1;
}
</style>