Shades of Purple Heart #622FDD
Tints of Purple Heart #622FDD
RGB
CMYK
RGB Variations
Color information
#622FDD (or 0x622FDD) is known color: Purple Heart. HEX triplet: 62, 2F and DD. RGB value is (98,47,221). Sum of RGB (Red+Green+Blue) = 98+47+221=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #622FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622FDD is #9DD022. Grayscale: #515151. Windows color (decimal): -10342435 or 14495586. OLE color: 14495586.
HSL color Cylindrical-coordinate representation of color #622FDD: hue angle of 257.59º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #622FDD is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 47 | 221 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.13 |
| HSL | 257.59º | 0.72% | 0.53% | - |
| HSV(B) | 257.59º | 0.79% | 0.87% | - |
| XYZ | 19.1 | 9.85 | 69.3 | - |
| YUV | 82.09 | 206.4 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 221 | 0.56 | 0.79 | 0 | 0.13 | 257.59 | 0.72 | 0.53 |
| Hex | 62 | 2F | DD | 38 | 4F | 0 | D | 102 | 48 | 35 |
| Octal | 142 | 57 | 335 | 70 | 117 | 0 | 15 | 402 | 110 | 65 |
| Binary | 1100010 | 101111 | 11011101 | 111000 | 1001111 | 0 | 1101 | 100000010 | 1001000 | 110101 |
Color Harmonies of #622FDD
Complementary color
Monochromatic Colors of #622FDD
Black with #622FDD
Text Example
Text Example
White with #622FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622FDD; }
p { color: rgb(98,47,221); }
H1.HeaderClassName
{
color: #622FDD;
}
.AnyTagClassName
{
color: #622FDD;
}
</style>
background-color css
<style>
a { background-color: #622FDD; }
a { background-color: rgb(98,47,221); }
div.DivClassName
{
background-color: #622FDD;
}
.BgClassName
{
background-color: #622FDD;
}
</style>
border-color css
<style>
span { border-color: #622FDD; }
span { border-color: rgb(98,47,221); }
td.TdClassName
{
border-color: #622FDD;
}
.TagClassName
{
border-color: #622FDD;
}
</style>