Shades of Purple Heart #6322DB
Tints of Purple Heart #6322DB
RGB
CMYK
RGB Variations
Color information
#6322DB (or 0x6322DB) is known color: Purple Heart. HEX triplet: 63, 22 and DB. RGB value is (99,34,219). Sum of RGB (Red+Green+Blue) = 99+34+219=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #6322DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6322DB is #9CDD24. Grayscale: #494949. Windows color (decimal): -10280229 or 14361187. OLE color: 14361187.
HSL color Cylindrical-coordinate representation of color #6322DB: hue angle of 261.08º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6322DB is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 34 | 219 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.14 |
| HSL | 261.08º | 0.73% | 0.5% | - |
| HSV(B) | 261.08º | 0.84% | 0.86% | - |
| XYZ | 18.5 | 8.91 | 67.76 | - |
| YUV | 74.53 | 209.53 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 219 | 0.55 | 0.84 | 0 | 0.14 | 261.08 | 0.73 | 0.5 |
| Hex | 63 | 22 | DB | 37 | 54 | 0 | E | 105 | 49 | 32 |
| Octal | 143 | 42 | 333 | 67 | 124 | 0 | 16 | 405 | 111 | 62 |
| Binary | 1100011 | 100010 | 11011011 | 110111 | 1010100 | 0 | 1110 | 100000101 | 1001001 | 110010 |
Color Harmonies of #6322DB
Complementary color
Monochromatic Colors of #6322DB
Black with #6322DB
Text Example
Text Example
White with #6322DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6322DB; }
p { color: rgb(99,34,219); }
H1.HeaderClassName
{
color: #6322DB;
}
.AnyTagClassName
{
color: #6322DB;
}
</style>
background-color css
<style>
a { background-color: #6322DB; }
a { background-color: rgb(99,34,219); }
div.DivClassName
{
background-color: #6322DB;
}
.BgClassName
{
background-color: #6322DB;
}
</style>
border-color css
<style>
span { border-color: #6322DB; }
span { border-color: rgb(99,34,219); }
td.TdClassName
{
border-color: #6322DB;
}
.TagClassName
{
border-color: #6322DB;
}
</style>