Shades of Purple Heart #622CCC
Tints of Purple Heart #622CCC
RGB
CMYK
RGB Variations
Color information
#622CCC (or 0x622CCC) is known color: Purple Heart. HEX triplet: 62, 2C and CC. RGB value is (98,44,204). Sum of RGB (Red+Green+Blue) = 98+44+204=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #622CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622CCC is #9DD333. Grayscale: #4D4D4D. Windows color (decimal): -10343220 or 13380706. OLE color: 13380706.
HSL color Cylindrical-coordinate representation of color #622CCC: hue angle of 260.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622CCC is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 44 | 204 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.2 |
| HSL | 260.25º | 0.65% | 0.49% | - |
| HSV(B) | 260.25º | 0.78% | 0.8% | - |
| XYZ | 16.84 | 8.76 | 57.93 | - |
| YUV | 78.39 | 198.89 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 204 | 0.52 | 0.78 | 0 | 0.2 | 260.25 | 0.65 | 0.49 |
| Hex | 62 | 2C | CC | 34 | 4E | 0 | 14 | 104 | 41 | 31 |
| Octal | 142 | 54 | 314 | 64 | 116 | 0 | 24 | 404 | 101 | 61 |
| Binary | 1100010 | 101100 | 11001100 | 110100 | 1001110 | 0 | 10100 | 100000100 | 1000001 | 110001 |
Color Harmonies of #622CCC
Complementary color
Monochromatic Colors of #622CCC
Black with #622CCC
Text Example
Text Example
White with #622CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CCC; }
p { color: rgb(98,44,204); }
H1.HeaderClassName
{
color: #622CCC;
}
.AnyTagClassName
{
color: #622CCC;
}
</style>
background-color css
<style>
a { background-color: #622CCC; }
a { background-color: rgb(98,44,204); }
div.DivClassName
{
background-color: #622CCC;
}
.BgClassName
{
background-color: #622CCC;
}
</style>
border-color css
<style>
span { border-color: #622CCC; }
span { border-color: rgb(98,44,204); }
td.TdClassName
{
border-color: #622CCC;
}
.TagClassName
{
border-color: #622CCC;
}
</style>