Shades of Purple Heart #6425C1
Tints of Purple Heart #6425C1
RGB
CMYK
RGB Variations
Color information
#6425C1 (or 0x6425C1) is known color: Purple Heart. HEX triplet: 64, 25 and C1. RGB value is (100,37,193). Sum of RGB (Red+Green+Blue) = 100+37+193=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #6425C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6425C1 is #9BDA3E. Grayscale: #494949. Windows color (decimal): -10213951 or 12658020. OLE color: 12658020.
HSL color Cylindrical-coordinate representation of color #6425C1: hue angle of 264.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6425C1 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 37 | 193 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.24 |
| HSL | 264.23º | 0.68% | 0.45% | - |
| HSV(B) | 264.23º | 0.81% | 0.76% | - |
| XYZ | 15.54 | 7.88 | 51.15 | - |
| YUV | 73.62 | 195.37 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 193 | 0.48 | 0.81 | 0 | 0.24 | 264.23 | 0.68 | 0.45 |
| Hex | 64 | 25 | C1 | 30 | 51 | 0 | 18 | 108 | 44 | 2D |
| Octal | 144 | 45 | 301 | 60 | 121 | 0 | 30 | 410 | 104 | 55 |
| Binary | 1100100 | 100101 | 11000001 | 110000 | 1010001 | 0 | 11000 | 100001000 | 1000100 | 101101 |
Color Harmonies of #6425C1
Complementary color
Monochromatic Colors of #6425C1
Black with #6425C1
Text Example
Text Example
White with #6425C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6425C1; }
p { color: rgb(100,37,193); }
H1.HeaderClassName
{
color: #6425C1;
}
.AnyTagClassName
{
color: #6425C1;
}
</style>
background-color css
<style>
a { background-color: #6425C1; }
a { background-color: rgb(100,37,193); }
div.DivClassName
{
background-color: #6425C1;
}
.BgClassName
{
background-color: #6425C1;
}
</style>
border-color css
<style>
span { border-color: #6425C1; }
span { border-color: rgb(100,37,193); }
td.TdClassName
{
border-color: #6425C1;
}
.TagClassName
{
border-color: #6425C1;
}
</style>