Shades of Purple Heart #6324CB
Tints of Purple Heart #6324CB
RGB
CMYK
RGB Variations
Color information
#6324CB (or 0x6324CB) is known color: Purple Heart. HEX triplet: 63, 24 and CB. RGB value is (99,36,203). Sum of RGB (Red+Green+Blue) = 99+36+203=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #6324CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6324CB is #9CDB34. Grayscale: #494949. Windows color (decimal): -10279733 or 13313123. OLE color: 13313123.
HSL color Cylindrical-coordinate representation of color #6324CB: hue angle of 262.63º 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 #6324CB is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 36 | 203 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.20 |
| HSL | 262.63º | 0.7% | 0.47% | - |
| HSV(B) | 262.63º | 0.82% | 0.8% | - |
| XYZ | 16.56 | 8.23 | 57.22 | - |
| YUV | 73.88 | 200.87 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 203 | 0.51 | 0.82 | 0 | 0.20 | 262.63 | 0.7 | 0.47 |
| Hex | 63 | 24 | CB | 33 | 52 | 0 | 14 | 107 | 46 | 2F |
| Octal | 143 | 44 | 313 | 63 | 122 | 0 | 24 | 407 | 106 | 57 |
| Binary | 1100011 | 100100 | 11001011 | 110011 | 1010010 | 0 | 10100 | 100000111 | 1000110 | 101111 |
Color Harmonies of #6324CB
Complementary color
Monochromatic Colors of #6324CB
Black with #6324CB
Text Example
Text Example
White with #6324CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6324CB; }
p { color: rgb(99,36,203); }
H1.HeaderClassName
{
color: #6324CB;
}
.AnyTagClassName
{
color: #6324CB;
}
</style>
background-color css
<style>
a { background-color: #6324CB; }
a { background-color: rgb(99,36,203); }
div.DivClassName
{
background-color: #6324CB;
}
.BgClassName
{
background-color: #6324CB;
}
</style>
border-color css
<style>
span { border-color: #6324CB; }
span { border-color: rgb(99,36,203); }
td.TdClassName
{
border-color: #6324CB;
}
.TagClassName
{
border-color: #6324CB;
}
</style>