Shades of Purple Heart #6421B3
Tints of Purple Heart #6421B3
RGB
CMYK
RGB Variations
Color information
#6421B3 (or 0x6421B3) is known color: Purple Heart. HEX triplet: 64, 21 and B3. RGB value is (100,33,179). Sum of RGB (Red+Green+Blue) = 100+33+179=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 179 (70.31% from 255 or 57.37% from 312); Max value from RGB is 179 - color contains mainly: blue. Hex color #6421B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6421B3 is #9BDE4C. Grayscale: #454545. Windows color (decimal): -10214989 or 11739492. OLE color: 11739492.
HSL color Cylindrical-coordinate representation of color #6421B3: hue angle of 267.53º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6421B3 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 33 | 179 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.30 |
| HSL | 267.53º | 0.69% | 0.42% | - |
| HSV(B) | 267.53º | 0.82% | 0.7% | - |
| XYZ | 13.94 | 7.05 | 43.27 | - |
| YUV | 69.68 | 189.7 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 179 | 0.44 | 0.82 | 0 | 0.30 | 267.53 | 0.69 | 0.42 |
| Hex | 64 | 21 | B3 | 2C | 52 | 0 | 1E | 10C | 45 | 2A |
| Octal | 144 | 41 | 263 | 54 | 122 | 0 | 36 | 414 | 105 | 52 |
| Binary | 1100100 | 100001 | 10110011 | 101100 | 1010010 | 0 | 11110 | 100001100 | 1000101 | 101010 |
Color Harmonies of #6421B3
Complementary color
Monochromatic Colors of #6421B3
Black with #6421B3
Text Example
Text Example
White with #6421B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6421B3; }
p { color: rgb(100,33,179); }
H1.HeaderClassName
{
color: #6421B3;
}
.AnyTagClassName
{
color: #6421B3;
}
</style>
background-color css
<style>
a { background-color: #6421B3; }
a { background-color: rgb(100,33,179); }
div.DivClassName
{
background-color: #6421B3;
}
.BgClassName
{
background-color: #6421B3;
}
</style>
border-color css
<style>
span { border-color: #6421B3; }
span { border-color: rgb(100,33,179); }
td.TdClassName
{
border-color: #6421B3;
}
.TagClassName
{
border-color: #6421B3;
}
</style>