Shades of Purple Heart #6423C8
Tints of Purple Heart #6423C8
RGB
CMYK
RGB Variations
Color information
#6423C8 (or 0x6423C8) is known color: Purple Heart. HEX triplet: 64, 23 and C8. RGB value is (100,35,200). Sum of RGB (Red+Green+Blue) = 100+35+200=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 200 (78.52% from 255 or 59.70% from 335); Max value from RGB is 200 - color contains mainly: blue. Hex color #6423C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6423C8 is #9BDC37. Grayscale: #484848. Windows color (decimal): -10214456 or 13116260. OLE color: 13116260.
HSL color Cylindrical-coordinate representation of color #6423C8: hue angle of 263.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6423C8 is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 35 | 200 | - |
| CMYK | 0.5 | 0.82 | 0 | 0.22 |
| HSL | 263.64º | 0.7% | 0.46% | - |
| HSV(B) | 263.64º | 0.83% | 0.78% | - |
| XYZ | 16.28 | 8.08 | 55.35 | - |
| YUV | 73.25 | 199.53 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 200 | 0.5 | 0.82 | 0 | 0.22 | 263.64 | 0.7 | 0.46 |
| Hex | 64 | 23 | C8 | 32 | 52 | 0 | 16 | 108 | 46 | 2E |
| Octal | 144 | 43 | 310 | 62 | 122 | 0 | 26 | 410 | 106 | 56 |
| Binary | 1100100 | 100011 | 11001000 | 110010 | 1010010 | 0 | 10110 | 100001000 | 1000110 | 101110 |
Color Harmonies of #6423C8
Complementary color
Monochromatic Colors of #6423C8
Black with #6423C8
Text Example
Text Example
White with #6423C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6423C8; }
p { color: rgb(100,35,200); }
H1.HeaderClassName
{
color: #6423C8;
}
.AnyTagClassName
{
color: #6423C8;
}
</style>
background-color css
<style>
a { background-color: #6423C8; }
a { background-color: rgb(100,35,200); }
div.DivClassName
{
background-color: #6423C8;
}
.BgClassName
{
background-color: #6423C8;
}
</style>
border-color css
<style>
span { border-color: #6423C8; }
span { border-color: rgb(100,35,200); }
td.TdClassName
{
border-color: #6423C8;
}
.TagClassName
{
border-color: #6423C8;
}
</style>