Shades of Purple Heart #622BDA
Tints of Purple Heart #622BDA
RGB
CMYK
RGB Variations
Color information
#622BDA (or 0x622BDA) is known color: Purple Heart. HEX triplet: 62, 2B and DA. RGB value is (98,43,218). Sum of RGB (Red+Green+Blue) = 98+43+218=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #622BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622BDA is #9DD425. Grayscale: #4E4E4E. Windows color (decimal): -10343462 or 14297954. OLE color: 14297954.
HSL color Cylindrical-coordinate representation of color #622BDA: hue angle of 258.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #622BDA is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 43 | 218 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.15 |
| HSL | 258.86º | 0.7% | 0.51% | - |
| HSV(B) | 258.86º | 0.8% | 0.85% | - |
| XYZ | 18.56 | 9.39 | 67.16 | - |
| YUV | 79.4 | 206.22 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 218 | 0.55 | 0.80 | 0 | 0.15 | 258.86 | 0.7 | 0.51 |
| Hex | 62 | 2B | DA | 37 | 50 | 0 | F | 103 | 46 | 33 |
| Octal | 142 | 53 | 332 | 67 | 120 | 0 | 17 | 403 | 106 | 63 |
| Binary | 1100010 | 101011 | 11011010 | 110111 | 1010000 | 0 | 1111 | 100000011 | 1000110 | 110011 |
Color Harmonies of #622BDA
Complementary color
Monochromatic Colors of #622BDA
Black with #622BDA
Text Example
Text Example
White with #622BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622BDA; }
p { color: rgb(98,43,218); }
H1.HeaderClassName
{
color: #622BDA;
}
.AnyTagClassName
{
color: #622BDA;
}
</style>
background-color css
<style>
a { background-color: #622BDA; }
a { background-color: rgb(98,43,218); }
div.DivClassName
{
background-color: #622BDA;
}
.BgClassName
{
background-color: #622BDA;
}
</style>
border-color css
<style>
span { border-color: #622BDA; }
span { border-color: rgb(98,43,218); }
td.TdClassName
{
border-color: #622BDA;
}
.TagClassName
{
border-color: #622BDA;
}
</style>