Shades of Purple Heart #6423AE
Tints of Purple Heart #6423AE
RGB
CMYK
RGB Variations
Color information
#6423AE (or 0x6423AE) is known color: Purple Heart. HEX triplet: 64, 23 and AE. RGB value is (100,35,174). Sum of RGB (Red+Green+Blue) = 100+35+174=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #6423AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6423AE is #9BDC51. Grayscale: #454545. Windows color (decimal): -10214482 or 11412324. OLE color: 11412324.
HSL color Cylindrical-coordinate representation of color #6423AE: hue angle of 268.06º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6423AE is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 35 | 174 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.32 |
| HSL | 268.06º | 0.67% | 0.41% | - |
| HSV(B) | 268.06º | 0.8% | 0.68% | - |
| XYZ | 13.5 | 6.97 | 40.68 | - |
| YUV | 70.28 | 186.53 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 174 | 0.43 | 0.80 | 0 | 0.32 | 268.06 | 0.67 | 0.41 |
| Hex | 64 | 23 | AE | 2B | 50 | 0 | 20 | 10C | 43 | 29 |
| Octal | 144 | 43 | 256 | 53 | 120 | 0 | 40 | 414 | 103 | 51 |
| Binary | 1100100 | 100011 | 10101110 | 101011 | 1010000 | 0 | 100000 | 100001100 | 1000011 | 101001 |
Color Harmonies of #6423AE
Complementary color
Monochromatic Colors of #6423AE
Black with #6423AE
Text Example
Text Example
White with #6423AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6423AE; }
p { color: rgb(100,35,174); }
H1.HeaderClassName
{
color: #6423AE;
}
.AnyTagClassName
{
color: #6423AE;
}
</style>
background-color css
<style>
a { background-color: #6423AE; }
a { background-color: rgb(100,35,174); }
div.DivClassName
{
background-color: #6423AE;
}
.BgClassName
{
background-color: #6423AE;
}
</style>
border-color css
<style>
span { border-color: #6423AE; }
span { border-color: rgb(100,35,174); }
td.TdClassName
{
border-color: #6423AE;
}
.TagClassName
{
border-color: #6423AE;
}
</style>