Shades of Purple Heart #622CCF
Tints of Purple Heart #622CCF
RGB
CMYK
RGB Variations
Color information
#622CCF (or 0x622CCF) is known color: Purple Heart. HEX triplet: 62, 2C and CF. RGB value is (98,44,207). Sum of RGB (Red+Green+Blue) = 98+44+207=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #622CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622CCF is #9DD330. Grayscale: #4E4E4E. Windows color (decimal): -10343217 or 13577314. OLE color: 13577314.
HSL color Cylindrical-coordinate representation of color #622CCF: hue angle of 259.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #622CCF is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 44 | 207 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.19 |
| HSL | 259.88º | 0.65% | 0.49% | - |
| HSV(B) | 259.88º | 0.79% | 0.81% | - |
| XYZ | 17.2 | 8.9 | 59.84 | - |
| YUV | 78.73 | 200.39 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 207 | 0.53 | 0.79 | 0 | 0.19 | 259.88 | 0.65 | 0.49 |
| Hex | 62 | 2C | CF | 35 | 4F | 0 | 13 | 104 | 41 | 31 |
| Octal | 142 | 54 | 317 | 65 | 117 | 0 | 23 | 404 | 101 | 61 |
| Binary | 1100010 | 101100 | 11001111 | 110101 | 1001111 | 0 | 10011 | 100000100 | 1000001 | 110001 |
Color Harmonies of #622CCF
Complementary color
Monochromatic Colors of #622CCF
Black with #622CCF
Text Example
Text Example
White with #622CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CCF; }
p { color: rgb(98,44,207); }
H1.HeaderClassName
{
color: #622CCF;
}
.AnyTagClassName
{
color: #622CCF;
}
</style>
background-color css
<style>
a { background-color: #622CCF; }
a { background-color: rgb(98,44,207); }
div.DivClassName
{
background-color: #622CCF;
}
.BgClassName
{
background-color: #622CCF;
}
</style>
border-color css
<style>
span { border-color: #622CCF; }
span { border-color: rgb(98,44,207); }
td.TdClassName
{
border-color: #622CCF;
}
.TagClassName
{
border-color: #622CCF;
}
</style>