Shades of Purple Heart #6423BC
Tints of Purple Heart #6423BC
RGB
CMYK
RGB Variations
Color information
#6423BC (or 0x6423BC) is known color: Purple Heart. HEX triplet: 64, 23 and BC. RGB value is (100,35,188). Sum of RGB (Red+Green+Blue) = 100+35+188=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #6423BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6423BC is #9BDC43. Grayscale: #474747. Windows color (decimal): -10214468 or 12329828. OLE color: 12329828.
HSL color Cylindrical-coordinate representation of color #6423BC: hue angle of 265.49º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6423BC is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 35 | 188 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.26 |
| HSL | 265.49º | 0.69% | 0.44% | - |
| HSV(B) | 265.49º | 0.81% | 0.74% | - |
| XYZ | 14.93 | 7.54 | 48.25 | - |
| YUV | 71.88 | 193.53 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 188 | 0.47 | 0.81 | 0 | 0.26 | 265.49 | 0.69 | 0.44 |
| Hex | 64 | 23 | BC | 2F | 51 | 0 | 1A | 109 | 45 | 2C |
| Octal | 144 | 43 | 274 | 57 | 121 | 0 | 32 | 411 | 105 | 54 |
| Binary | 1100100 | 100011 | 10111100 | 101111 | 1010001 | 0 | 11010 | 100001001 | 1000101 | 101100 |
Color Harmonies of #6423BC
Complementary color
Monochromatic Colors of #6423BC
Black with #6423BC
Text Example
Text Example
White with #6423BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6423BC; }
p { color: rgb(100,35,188); }
H1.HeaderClassName
{
color: #6423BC;
}
.AnyTagClassName
{
color: #6423BC;
}
</style>
background-color css
<style>
a { background-color: #6423BC; }
a { background-color: rgb(100,35,188); }
div.DivClassName
{
background-color: #6423BC;
}
.BgClassName
{
background-color: #6423BC;
}
</style>
border-color css
<style>
span { border-color: #6423BC; }
span { border-color: rgb(100,35,188); }
td.TdClassName
{
border-color: #6423BC;
}
.TagClassName
{
border-color: #6423BC;
}
</style>