Shades of Purple Heart #6324CC
Tints of Purple Heart #6324CC
RGB
CMYK
RGB Variations
Color information
#6324CC (or 0x6324CC) is known color: Purple Heart. HEX triplet: 63, 24 and CC. RGB value is (99,36,204). Sum of RGB (Red+Green+Blue) = 99+36+204=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #6324CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6324CC is #9CDB33. Grayscale: #494949. Windows color (decimal): -10279732 or 13378659. OLE color: 13378659.
HSL color Cylindrical-coordinate representation of color #6324CC: hue angle of 262.5º 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 #6324CC is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 36 | 204 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.2 |
| HSL | 262.5º | 0.7% | 0.47% | - |
| HSV(B) | 262.5º | 0.82% | 0.8% | - |
| XYZ | 16.68 | 8.27 | 57.84 | - |
| YUV | 73.99 | 201.37 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 204 | 0.51 | 0.82 | 0 | 0.2 | 262.5 | 0.7 | 0.47 |
| Hex | 63 | 24 | CC | 33 | 52 | 0 | 14 | 106 | 46 | 2F |
| Octal | 143 | 44 | 314 | 63 | 122 | 0 | 24 | 406 | 106 | 57 |
| Binary | 1100011 | 100100 | 11001100 | 110011 | 1010010 | 0 | 10100 | 100000110 | 1000110 | 101111 |
Color Harmonies of #6324CC
Complementary color
Monochromatic Colors of #6324CC
Black with #6324CC
Text Example
Text Example
White with #6324CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6324CC; }
p { color: rgb(99,36,204); }
H1.HeaderClassName
{
color: #6324CC;
}
.AnyTagClassName
{
color: #6324CC;
}
</style>
background-color css
<style>
a { background-color: #6324CC; }
a { background-color: rgb(99,36,204); }
div.DivClassName
{
background-color: #6324CC;
}
.BgClassName
{
background-color: #6324CC;
}
</style>
border-color css
<style>
span { border-color: #6324CC; }
span { border-color: rgb(99,36,204); }
td.TdClassName
{
border-color: #6324CC;
}
.TagClassName
{
border-color: #6324CC;
}
</style>