Shades of Purple Heart #6423BA
Tints of Purple Heart #6423BA
RGB
CMYK
RGB Variations
Color information
#6423BA (or 0x6423BA) is known color: Purple Heart. HEX triplet: 64, 23 and BA. RGB value is (100,35,186). Sum of RGB (Red+Green+Blue) = 100+35+186=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #6423BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6423BA is #9BDC45. Grayscale: #474747. Windows color (decimal): -10214470 or 12198756. OLE color: 12198756.
HSL color Cylindrical-coordinate representation of color #6423BA: hue angle of 265.83º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6423BA is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 35 | 186 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.27 |
| HSL | 265.83º | 0.68% | 0.43% | - |
| HSV(B) | 265.83º | 0.81% | 0.73% | - |
| XYZ | 14.72 | 7.46 | 47.12 | - |
| YUV | 71.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 186 | 0.46 | 0.81 | 0 | 0.27 | 265.83 | 0.68 | 0.43 |
| Hex | 64 | 23 | BA | 2E | 51 | 0 | 1B | 10A | 44 | 2B |
| Octal | 144 | 43 | 272 | 56 | 121 | 0 | 33 | 412 | 104 | 53 |
| Binary | 1100100 | 100011 | 10111010 | 101110 | 1010001 | 0 | 11011 | 100001010 | 1000100 | 101011 |
Color Harmonies of #6423BA
Complementary color
Monochromatic Colors of #6423BA
Black with #6423BA
Text Example
Text Example
White with #6423BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6423BA; }
p { color: rgb(100,35,186); }
H1.HeaderClassName
{
color: #6423BA;
}
.AnyTagClassName
{
color: #6423BA;
}
</style>
background-color css
<style>
a { background-color: #6423BA; }
a { background-color: rgb(100,35,186); }
div.DivClassName
{
background-color: #6423BA;
}
.BgClassName
{
background-color: #6423BA;
}
</style>
border-color css
<style>
span { border-color: #6423BA; }
span { border-color: rgb(100,35,186); }
td.TdClassName
{
border-color: #6423BA;
}
.TagClassName
{
border-color: #6423BA;
}
</style>