Shades of Purple Heart #6324DE
Tints of Purple Heart #6324DE
RGB
CMYK
RGB Variations
Color information
#6324DE (or 0x6324DE) is known color: Purple Heart. HEX triplet: 63, 24 and DE. RGB value is (99,36,222). Sum of RGB (Red+Green+Blue) = 99+36+222=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #6324DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6324DE is #9CDB21. Grayscale: #4B4B4B. Windows color (decimal): -10279714 or 14558307. OLE color: 14558307.
HSL color Cylindrical-coordinate representation of color #6324DE: hue angle of 260.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6324DE is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 36 | 222 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.13 |
| HSL | 260.32º | 0.74% | 0.51% | - |
| HSV(B) | 260.32º | 0.84% | 0.87% | - |
| XYZ | 18.96 | 9.19 | 69.88 | - |
| YUV | 76.04 | 210.37 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 222 | 0.55 | 0.84 | 0 | 0.13 | 260.32 | 0.74 | 0.51 |
| Hex | 63 | 24 | DE | 37 | 54 | 0 | D | 104 | 4A | 33 |
| Octal | 143 | 44 | 336 | 67 | 124 | 0 | 15 | 404 | 112 | 63 |
| Binary | 1100011 | 100100 | 11011110 | 110111 | 1010100 | 0 | 1101 | 100000100 | 1001010 | 110011 |
Color Harmonies of #6324DE
Complementary color
Monochromatic Colors of #6324DE
Black with #6324DE
Text Example
Text Example
White with #6324DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6324DE; }
p { color: rgb(99,36,222); }
H1.HeaderClassName
{
color: #6324DE;
}
.AnyTagClassName
{
color: #6324DE;
}
</style>
background-color css
<style>
a { background-color: #6324DE; }
a { background-color: rgb(99,36,222); }
div.DivClassName
{
background-color: #6324DE;
}
.BgClassName
{
background-color: #6324DE;
}
</style>
border-color css
<style>
span { border-color: #6324DE; }
span { border-color: rgb(99,36,222); }
td.TdClassName
{
border-color: #6324DE;
}
.TagClassName
{
border-color: #6324DE;
}
</style>