Shades of Purple Heart #6428C3
Tints of Purple Heart #6428C3
RGB
CMYK
RGB Variations
Color information
#6428C3 (or 0x6428C3) is known color: Purple Heart. HEX triplet: 64, 28 and C3. RGB value is (100,40,195). Sum of RGB (Red+Green+Blue) = 100+40+195=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 195 (76.56% from 255 or 58.21% from 335); Max value from RGB is 195 - color contains mainly: blue. Hex color #6428C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6428C3 is #9BD73C. Grayscale: #4B4B4B. Windows color (decimal): -10213181 or 12789860. OLE color: 12789860.
HSL color Cylindrical-coordinate representation of color #6428C3: hue angle of 263.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6428C3 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 40 | 195 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.24 |
| HSL | 263.23º | 0.66% | 0.46% | - |
| HSV(B) | 263.23º | 0.79% | 0.76% | - |
| XYZ | 15.86 | 8.17 | 52.37 | - |
| YUV | 75.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 195 | 0.49 | 0.79 | 0 | 0.24 | 263.23 | 0.66 | 0.46 |
| Hex | 64 | 28 | C3 | 31 | 4F | 0 | 18 | 107 | 42 | 2E |
| Octal | 144 | 50 | 303 | 61 | 117 | 0 | 30 | 407 | 102 | 56 |
| Binary | 1100100 | 101000 | 11000011 | 110001 | 1001111 | 0 | 11000 | 100000111 | 1000010 | 101110 |
Color Harmonies of #6428C3
Complementary color
Monochromatic Colors of #6428C3
Black with #6428C3
Text Example
Text Example
White with #6428C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6428C3; }
p { color: rgb(100,40,195); }
H1.HeaderClassName
{
color: #6428C3;
}
.AnyTagClassName
{
color: #6428C3;
}
</style>
background-color css
<style>
a { background-color: #6428C3; }
a { background-color: rgb(100,40,195); }
div.DivClassName
{
background-color: #6428C3;
}
.BgClassName
{
background-color: #6428C3;
}
</style>
border-color css
<style>
span { border-color: #6428C3; }
span { border-color: rgb(100,40,195); }
td.TdClassName
{
border-color: #6428C3;
}
.TagClassName
{
border-color: #6428C3;
}
</style>