Shades of Purple Heart #6423C5
Tints of Purple Heart #6423C5
RGB
CMYK
RGB Variations
Color information
#6423C5 (or 0x6423C5) is known color: Purple Heart. HEX triplet: 64, 23 and C5. RGB value is (100,35,197). Sum of RGB (Red+Green+Blue) = 100+35+197=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 197 (77.34% from 255 or 59.34% from 332); Max value from RGB is 197 - color contains mainly: blue. Hex color #6423C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6423C5 is #9BDC3A. Grayscale: #484848. Windows color (decimal): -10214459 or 12919652. OLE color: 12919652.
HSL color Cylindrical-coordinate representation of color #6423C5: hue angle of 264.07º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6423C5 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 35 | 197 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.23 |
| HSL | 264.07º | 0.7% | 0.45% | - |
| HSV(B) | 264.07º | 0.82% | 0.77% | - |
| XYZ | 15.93 | 7.94 | 53.52 | - |
| YUV | 72.9 | 198.03 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 197 | 0.49 | 0.82 | 0 | 0.23 | 264.07 | 0.7 | 0.45 |
| Hex | 64 | 23 | C5 | 31 | 52 | 0 | 17 | 108 | 46 | 2D |
| Octal | 144 | 43 | 305 | 61 | 122 | 0 | 27 | 410 | 106 | 55 |
| Binary | 1100100 | 100011 | 11000101 | 110001 | 1010010 | 0 | 10111 | 100001000 | 1000110 | 101101 |
Color Harmonies of #6423C5
Complementary color
Monochromatic Colors of #6423C5
Black with #6423C5
Text Example
Text Example
White with #6423C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6423C5; }
p { color: rgb(100,35,197); }
H1.HeaderClassName
{
color: #6423C5;
}
.AnyTagClassName
{
color: #6423C5;
}
</style>
background-color css
<style>
a { background-color: #6423C5; }
a { background-color: rgb(100,35,197); }
div.DivClassName
{
background-color: #6423C5;
}
.BgClassName
{
background-color: #6423C5;
}
</style>
border-color css
<style>
span { border-color: #6423C5; }
span { border-color: rgb(100,35,197); }
td.TdClassName
{
border-color: #6423C5;
}
.TagClassName
{
border-color: #6423C5;
}
</style>