Shades of Purple Heart #6324CD
Tints of Purple Heart #6324CD
RGB
CMYK
RGB Variations
Color information
#6324CD (or 0x6324CD) is known color: Purple Heart. HEX triplet: 63, 24 and CD. RGB value is (99,36,205). Sum of RGB (Red+Green+Blue) = 99+36+205=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #6324CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6324CD is #9CDB32. Grayscale: #494949. Windows color (decimal): -10279731 or 13444195. OLE color: 13444195.
HSL color Cylindrical-coordinate representation of color #6324CD: hue angle of 262.37º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6324CD is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 36 | 205 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.20 |
| HSL | 262.37º | 0.7% | 0.47% | - |
| HSV(B) | 262.37º | 0.82% | 0.8% | - |
| XYZ | 16.8 | 8.32 | 58.48 | - |
| YUV | 74.1 | 201.87 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 205 | 0.52 | 0.82 | 0 | 0.20 | 262.37 | 0.7 | 0.47 |
| Hex | 63 | 24 | CD | 34 | 52 | 0 | 14 | 106 | 46 | 2F |
| Octal | 143 | 44 | 315 | 64 | 122 | 0 | 24 | 406 | 106 | 57 |
| Binary | 1100011 | 100100 | 11001101 | 110100 | 1010010 | 0 | 10100 | 100000110 | 1000110 | 101111 |
Color Harmonies of #6324CD
Complementary color
Monochromatic Colors of #6324CD
Black with #6324CD
Text Example
Text Example
White with #6324CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6324CD; }
p { color: rgb(99,36,205); }
H1.HeaderClassName
{
color: #6324CD;
}
.AnyTagClassName
{
color: #6324CD;
}
</style>
background-color css
<style>
a { background-color: #6324CD; }
a { background-color: rgb(99,36,205); }
div.DivClassName
{
background-color: #6324CD;
}
.BgClassName
{
background-color: #6324CD;
}
</style>
border-color css
<style>
span { border-color: #6324CD; }
span { border-color: rgb(99,36,205); }
td.TdClassName
{
border-color: #6324CD;
}
.TagClassName
{
border-color: #6324CD;
}
</style>