Shades of Purple Heart #6425C8
Tints of Purple Heart #6425C8
RGB
CMYK
RGB Variations
Color information
#6425C8 (or 0x6425C8) is known color: Purple Heart. HEX triplet: 64, 25 and C8. RGB value is (100,37,200). Sum of RGB (Red+Green+Blue) = 100+37+200=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 200 (78.52% from 255 or 59.35% from 337); Max value from RGB is 200 - color contains mainly: blue. Hex color #6425C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6425C8 is #9BDA37. Grayscale: #494949. Windows color (decimal): -10213944 or 13116772. OLE color: 13116772.
HSL color Cylindrical-coordinate representation of color #6425C8: hue angle of 263.19º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6425C8 is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 37 | 200 | - |
| CMYK | 0.5 | 0.82 | 0 | 0.22 |
| HSL | 263.19º | 0.69% | 0.46% | - |
| HSV(B) | 263.19º | 0.82% | 0.78% | - |
| XYZ | 16.34 | 8.2 | 55.37 | - |
| YUV | 74.42 | 198.87 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 200 | 0.5 | 0.82 | 0 | 0.22 | 263.19 | 0.69 | 0.46 |
| Hex | 64 | 25 | C8 | 32 | 52 | 0 | 16 | 107 | 45 | 2E |
| Octal | 144 | 45 | 310 | 62 | 122 | 0 | 26 | 407 | 105 | 56 |
| Binary | 1100100 | 100101 | 11001000 | 110010 | 1010010 | 0 | 10110 | 100000111 | 1000101 | 101110 |
Color Harmonies of #6425C8
Complementary color
Monochromatic Colors of #6425C8
Black with #6425C8
Text Example
Text Example
White with #6425C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6425C8; }
p { color: rgb(100,37,200); }
H1.HeaderClassName
{
color: #6425C8;
}
.AnyTagClassName
{
color: #6425C8;
}
</style>
background-color css
<style>
a { background-color: #6425C8; }
a { background-color: rgb(100,37,200); }
div.DivClassName
{
background-color: #6425C8;
}
.BgClassName
{
background-color: #6425C8;
}
</style>
border-color css
<style>
span { border-color: #6425C8; }
span { border-color: rgb(100,37,200); }
td.TdClassName
{
border-color: #6425C8;
}
.TagClassName
{
border-color: #6425C8;
}
</style>