Shades of Purple Heart #6423BD
Tints of Purple Heart #6423BD
RGB
CMYK
RGB Variations
Color information
#6423BD (or 0x6423BD) is known color: Purple Heart. HEX triplet: 64, 23 and BD. RGB value is (100,35,189). Sum of RGB (Red+Green+Blue) = 100+35+189=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #6423BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6423BD is #9BDC42. Grayscale: #474747. Windows color (decimal): -10214467 or 12395364. OLE color: 12395364.
HSL color Cylindrical-coordinate representation of color #6423BD: hue angle of 265.32º 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 #6423BD is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 35 | 189 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.26 |
| HSL | 265.32º | 0.69% | 0.44% | - |
| HSV(B) | 265.32º | 0.81% | 0.74% | - |
| XYZ | 15.04 | 7.59 | 48.82 | - |
| YUV | 71.99 | 194.03 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 189 | 0.47 | 0.81 | 0 | 0.26 | 265.32 | 0.69 | 0.44 |
| Hex | 64 | 23 | BD | 2F | 51 | 0 | 1A | 109 | 45 | 2C |
| Octal | 144 | 43 | 275 | 57 | 121 | 0 | 32 | 411 | 105 | 54 |
| Binary | 1100100 | 100011 | 10111101 | 101111 | 1010001 | 0 | 11010 | 100001001 | 1000101 | 101100 |
Color Harmonies of #6423BD
Complementary color
Monochromatic Colors of #6423BD
Black with #6423BD
Text Example
Text Example
White with #6423BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6423BD; }
p { color: rgb(100,35,189); }
H1.HeaderClassName
{
color: #6423BD;
}
.AnyTagClassName
{
color: #6423BD;
}
</style>
background-color css
<style>
a { background-color: #6423BD; }
a { background-color: rgb(100,35,189); }
div.DivClassName
{
background-color: #6423BD;
}
.BgClassName
{
background-color: #6423BD;
}
</style>
border-color css
<style>
span { border-color: #6423BD; }
span { border-color: rgb(100,35,189); }
td.TdClassName
{
border-color: #6423BD;
}
.TagClassName
{
border-color: #6423BD;
}
</style>