Shades of Purple Heart #6321CD
Tints of Purple Heart #6321CD
RGB
CMYK
RGB Variations
Color information
#6321CD (or 0x6321CD) is known color: Purple Heart. HEX triplet: 63, 21 and CD. RGB value is (99,33,205). Sum of RGB (Red+Green+Blue) = 99+33+205=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #6321CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6321CD is #9CDE32. Grayscale: #474747. Windows color (decimal): -10280499 or 13443427. OLE color: 13443427.
HSL color Cylindrical-coordinate representation of color #6321CD: hue angle of 263.02º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6321CD is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 33 | 205 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.20 |
| HSL | 263.02º | 0.72% | 0.47% | - |
| HSV(B) | 263.02º | 0.84% | 0.8% | - |
| XYZ | 16.71 | 8.15 | 58.45 | - |
| YUV | 72.34 | 202.87 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 205 | 0.52 | 0.84 | 0 | 0.20 | 263.02 | 0.72 | 0.47 |
| Hex | 63 | 21 | CD | 34 | 54 | 0 | 14 | 107 | 48 | 2F |
| Octal | 143 | 41 | 315 | 64 | 124 | 0 | 24 | 407 | 110 | 57 |
| Binary | 1100011 | 100001 | 11001101 | 110100 | 1010100 | 0 | 10100 | 100000111 | 1001000 | 101111 |
Color Harmonies of #6321CD
Complementary color
Monochromatic Colors of #6321CD
Black with #6321CD
Text Example
Text Example
White with #6321CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6321CD; }
p { color: rgb(99,33,205); }
H1.HeaderClassName
{
color: #6321CD;
}
.AnyTagClassName
{
color: #6321CD;
}
</style>
background-color css
<style>
a { background-color: #6321CD; }
a { background-color: rgb(99,33,205); }
div.DivClassName
{
background-color: #6321CD;
}
.BgClassName
{
background-color: #6321CD;
}
</style>
border-color css
<style>
span { border-color: #6321CD; }
span { border-color: rgb(99,33,205); }
td.TdClassName
{
border-color: #6321CD;
}
.TagClassName
{
border-color: #6321CD;
}
</style>