Shades of Purple Heart #6421BD
Tints of Purple Heart #6421BD
RGB
CMYK
RGB Variations
Color information
#6421BD (or 0x6421BD) is known color: Purple Heart. HEX triplet: 64, 21 and BD. RGB value is (100,33,189). Sum of RGB (Red+Green+Blue) = 100+33+189=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #6421BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6421BD is #9BDE42. Grayscale: #464646. Windows color (decimal): -10214979 or 12394852. OLE color: 12394852.
HSL color Cylindrical-coordinate representation of color #6421BD: hue angle of 265.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6421BD is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 33 | 189 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.26 |
| HSL | 265.77º | 0.7% | 0.44% | - |
| HSV(B) | 265.77º | 0.83% | 0.74% | - |
| XYZ | 14.98 | 7.47 | 48.8 | - |
| YUV | 70.82 | 194.7 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 189 | 0.47 | 0.83 | 0 | 0.26 | 265.77 | 0.7 | 0.44 |
| Hex | 64 | 21 | BD | 2F | 53 | 0 | 1A | 10A | 46 | 2C |
| Octal | 144 | 41 | 275 | 57 | 123 | 0 | 32 | 412 | 106 | 54 |
| Binary | 1100100 | 100001 | 10111101 | 101111 | 1010011 | 0 | 11010 | 100001010 | 1000110 | 101100 |
Color Harmonies of #6421BD
Complementary color
Monochromatic Colors of #6421BD
Black with #6421BD
Text Example
Text Example
White with #6421BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6421BD; }
p { color: rgb(100,33,189); }
H1.HeaderClassName
{
color: #6421BD;
}
.AnyTagClassName
{
color: #6421BD;
}
</style>
background-color css
<style>
a { background-color: #6421BD; }
a { background-color: rgb(100,33,189); }
div.DivClassName
{
background-color: #6421BD;
}
.BgClassName
{
background-color: #6421BD;
}
</style>
border-color css
<style>
span { border-color: #6421BD; }
span { border-color: rgb(100,33,189); }
td.TdClassName
{
border-color: #6421BD;
}
.TagClassName
{
border-color: #6421BD;
}
</style>