Shades of Purple Heart #6321CA
Tints of Purple Heart #6321CA
RGB
CMYK
RGB Variations
Color information
#6321CA (or 0x6321CA) is known color: Purple Heart. HEX triplet: 63, 21 and CA. RGB value is (99,33,202). Sum of RGB (Red+Green+Blue) = 99+33+202=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #6321CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6321CA is #9CDE35. Grayscale: #474747. Windows color (decimal): -10280502 or 13246819. OLE color: 13246819.
HSL color Cylindrical-coordinate representation of color #6321CA: hue angle of 263.43º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6321CA is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 33 | 202 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.21 |
| HSL | 263.43º | 0.72% | 0.46% | - |
| HSV(B) | 263.43º | 0.84% | 0.79% | - |
| XYZ | 16.35 | 8 | 56.56 | - |
| YUV | 72 | 201.37 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 202 | 0.51 | 0.84 | 0 | 0.21 | 263.43 | 0.72 | 0.46 |
| Hex | 63 | 21 | CA | 33 | 54 | 0 | 15 | 107 | 48 | 2E |
| Octal | 143 | 41 | 312 | 63 | 124 | 0 | 25 | 407 | 110 | 56 |
| Binary | 1100011 | 100001 | 11001010 | 110011 | 1010100 | 0 | 10101 | 100000111 | 1001000 | 101110 |
Color Harmonies of #6321CA
Complementary color
Monochromatic Colors of #6321CA
Black with #6321CA
Text Example
Text Example
White with #6321CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6321CA; }
p { color: rgb(99,33,202); }
H1.HeaderClassName
{
color: #6321CA;
}
.AnyTagClassName
{
color: #6321CA;
}
</style>
background-color css
<style>
a { background-color: #6321CA; }
a { background-color: rgb(99,33,202); }
div.DivClassName
{
background-color: #6321CA;
}
.BgClassName
{
background-color: #6321CA;
}
</style>
border-color css
<style>
span { border-color: #6321CA; }
span { border-color: rgb(99,33,202); }
td.TdClassName
{
border-color: #6321CA;
}
.TagClassName
{
border-color: #6321CA;
}
</style>