Shades of Purple Heart #622BD2
Tints of Purple Heart #622BD2
RGB
CMYK
RGB Variations
Color information
#622BD2 (or 0x622BD2) is known color: Purple Heart. HEX triplet: 62, 2B and D2. RGB value is (98,43,210). Sum of RGB (Red+Green+Blue) = 98+43+210=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 210 (82.42% from 255 or 59.83% from 351); Max value from RGB is 210 - color contains mainly: blue. Hex color #622BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622BD2 is #9DD42D. Grayscale: #4D4D4D. Windows color (decimal): -10343470 or 13773666. OLE color: 13773666.
HSL color Cylindrical-coordinate representation of color #622BD2: hue angle of 259.76º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #622BD2 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 43 | 210 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.18 |
| HSL | 259.76º | 0.66% | 0.5% | - |
| HSV(B) | 259.76º | 0.8% | 0.82% | - |
| XYZ | 17.53 | 8.98 | 61.78 | - |
| YUV | 78.48 | 202.22 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 210 | 0.53 | 0.80 | 0 | 0.18 | 259.76 | 0.66 | 0.5 |
| Hex | 62 | 2B | D2 | 35 | 50 | 0 | 12 | 104 | 42 | 32 |
| Octal | 142 | 53 | 322 | 65 | 120 | 0 | 22 | 404 | 102 | 62 |
| Binary | 1100010 | 101011 | 11010010 | 110101 | 1010000 | 0 | 10010 | 100000100 | 1000010 | 110010 |
Color Harmonies of #622BD2
Complementary color
Monochromatic Colors of #622BD2
Black with #622BD2
Text Example
Text Example
White with #622BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622BD2; }
p { color: rgb(98,43,210); }
H1.HeaderClassName
{
color: #622BD2;
}
.AnyTagClassName
{
color: #622BD2;
}
</style>
background-color css
<style>
a { background-color: #622BD2; }
a { background-color: rgb(98,43,210); }
div.DivClassName
{
background-color: #622BD2;
}
.BgClassName
{
background-color: #622BD2;
}
</style>
border-color css
<style>
span { border-color: #622BD2; }
span { border-color: rgb(98,43,210); }
td.TdClassName
{
border-color: #622BD2;
}
.TagClassName
{
border-color: #622BD2;
}
</style>