Shades of Purple Heart #622BCD
Tints of Purple Heart #622BCD
RGB
CMYK
RGB Variations
Color information
#622BCD (or 0x622BCD) is known color: Purple Heart. HEX triplet: 62, 2B and CD. RGB value is (98,43,205). Sum of RGB (Red+Green+Blue) = 98+43+205=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #622BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622BCD is #9DD432. Grayscale: #4D4D4D. Windows color (decimal): -10343475 or 13445986. OLE color: 13445986.
HSL color Cylindrical-coordinate representation of color #622BCD: hue angle of 260.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #622BCD is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 43 | 205 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.20 |
| HSL | 260.37º | 0.65% | 0.49% | - |
| HSV(B) | 260.37º | 0.79% | 0.8% | - |
| XYZ | 16.92 | 8.73 | 58.55 | - |
| YUV | 77.91 | 199.72 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 205 | 0.52 | 0.79 | 0 | 0.20 | 260.37 | 0.65 | 0.49 |
| Hex | 62 | 2B | CD | 34 | 4F | 0 | 14 | 104 | 41 | 31 |
| Octal | 142 | 53 | 315 | 64 | 117 | 0 | 24 | 404 | 101 | 61 |
| Binary | 1100010 | 101011 | 11001101 | 110100 | 1001111 | 0 | 10100 | 100000100 | 1000001 | 110001 |
Color Harmonies of #622BCD
Complementary color
Monochromatic Colors of #622BCD
Black with #622BCD
Text Example
Text Example
White with #622BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622BCD; }
p { color: rgb(98,43,205); }
H1.HeaderClassName
{
color: #622BCD;
}
.AnyTagClassName
{
color: #622BCD;
}
</style>
background-color css
<style>
a { background-color: #622BCD; }
a { background-color: rgb(98,43,205); }
div.DivClassName
{
background-color: #622BCD;
}
.BgClassName
{
background-color: #622BCD;
}
</style>
border-color css
<style>
span { border-color: #622BCD; }
span { border-color: rgb(98,43,205); }
td.TdClassName
{
border-color: #622BCD;
}
.TagClassName
{
border-color: #622BCD;
}
</style>