Shades of Purple Heart #622BCC
Tints of Purple Heart #622BCC
RGB
CMYK
RGB Variations
Color information
#622BCC (or 0x622BCC) is known color: Purple Heart. HEX triplet: 62, 2B and CC. RGB value is (98,43,204). Sum of RGB (Red+Green+Blue) = 98+43+204=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #622BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622BCC is #9DD433. Grayscale: #4D4D4D. Windows color (decimal): -10343476 or 13380450. OLE color: 13380450.
HSL color Cylindrical-coordinate representation of color #622BCC: hue angle of 260.5º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #622BCC is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 43 | 204 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.2 |
| HSL | 260.5º | 0.65% | 0.48% | - |
| HSV(B) | 260.5º | 0.79% | 0.8% | - |
| XYZ | 16.8 | 8.68 | 57.92 | - |
| YUV | 77.8 | 199.22 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 204 | 0.52 | 0.79 | 0 | 0.2 | 260.5 | 0.65 | 0.48 |
| Hex | 62 | 2B | CC | 34 | 4F | 0 | 14 | 104 | 41 | 30 |
| Octal | 142 | 53 | 314 | 64 | 117 | 0 | 24 | 404 | 101 | 60 |
| Binary | 1100010 | 101011 | 11001100 | 110100 | 1001111 | 0 | 10100 | 100000100 | 1000001 | 110000 |
Color Harmonies of #622BCC
Complementary color
Monochromatic Colors of #622BCC
Black with #622BCC
Text Example
Text Example
White with #622BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622BCC; }
p { color: rgb(98,43,204); }
H1.HeaderClassName
{
color: #622BCC;
}
.AnyTagClassName
{
color: #622BCC;
}
</style>
background-color css
<style>
a { background-color: #622BCC; }
a { background-color: rgb(98,43,204); }
div.DivClassName
{
background-color: #622BCC;
}
.BgClassName
{
background-color: #622BCC;
}
</style>
border-color css
<style>
span { border-color: #622BCC; }
span { border-color: rgb(98,43,204); }
td.TdClassName
{
border-color: #622BCC;
}
.TagClassName
{
border-color: #622BCC;
}
</style>