Shades of Purple Heart #6423AB
Tints of Purple Heart #6423AB
RGB
CMYK
RGB Variations
Color information
#6423AB (or 0x6423AB) is known color: Purple Heart. HEX triplet: 64, 23 and AB. RGB value is (100,35,171). Sum of RGB (Red+Green+Blue) = 100+35+171=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #6423AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6423AB is #9BDC54. Grayscale: #454545. Windows color (decimal): -10214485 or 11215716. OLE color: 11215716.
HSL color Cylindrical-coordinate representation of color #6423AB: hue angle of 268.68º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6423AB is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 35 | 171 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.33 |
| HSL | 268.68º | 0.66% | 0.4% | - |
| HSV(B) | 268.68º | 0.8% | 0.67% | - |
| XYZ | 13.21 | 6.85 | 39.15 | - |
| YUV | 69.94 | 185.03 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 171 | 0.42 | 0.80 | 0 | 0.33 | 268.68 | 0.66 | 0.4 |
| Hex | 64 | 23 | AB | 2A | 50 | 0 | 21 | 10D | 42 | 28 |
| Octal | 144 | 43 | 253 | 52 | 120 | 0 | 41 | 415 | 102 | 50 |
| Binary | 1100100 | 100011 | 10101011 | 101010 | 1010000 | 0 | 100001 | 100001101 | 1000010 | 101000 |
Color Harmonies of #6423AB
Complementary color
Monochromatic Colors of #6423AB
Black with #6423AB
Text Example
Text Example
White with #6423AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6423AB; }
p { color: rgb(100,35,171); }
H1.HeaderClassName
{
color: #6423AB;
}
.AnyTagClassName
{
color: #6423AB;
}
</style>
background-color css
<style>
a { background-color: #6423AB; }
a { background-color: rgb(100,35,171); }
div.DivClassName
{
background-color: #6423AB;
}
.BgClassName
{
background-color: #6423AB;
}
</style>
border-color css
<style>
span { border-color: #6423AB; }
span { border-color: rgb(100,35,171); }
td.TdClassName
{
border-color: #6423AB;
}
.TagClassName
{
border-color: #6423AB;
}
</style>