Shades of Purple Heart #6425CB
Tints of Purple Heart #6425CB
RGB
CMYK
RGB Variations
Color information
#6425CB (or 0x6425CB) is known color: Purple Heart. HEX triplet: 64, 25 and CB. RGB value is (100,37,203). Sum of RGB (Red+Green+Blue) = 100+37+203=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #6425CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6425CB is #9BDA34. Grayscale: #4A4A4A. Windows color (decimal): -10213941 or 13313380. OLE color: 13313380.
HSL color Cylindrical-coordinate representation of color #6425CB: hue angle of 262.77º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6425CB is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 37 | 203 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.20 |
| HSL | 262.77º | 0.69% | 0.47% | - |
| HSV(B) | 262.77º | 0.82% | 0.8% | - |
| XYZ | 16.7 | 8.34 | 57.23 | - |
| YUV | 74.76 | 200.37 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 203 | 0.51 | 0.82 | 0 | 0.20 | 262.77 | 0.69 | 0.47 |
| Hex | 64 | 25 | CB | 33 | 52 | 0 | 14 | 107 | 45 | 2F |
| Octal | 144 | 45 | 313 | 63 | 122 | 0 | 24 | 407 | 105 | 57 |
| Binary | 1100100 | 100101 | 11001011 | 110011 | 1010010 | 0 | 10100 | 100000111 | 1000101 | 101111 |
Color Harmonies of #6425CB
Complementary color
Monochromatic Colors of #6425CB
Black with #6425CB
Text Example
Text Example
White with #6425CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6425CB; }
p { color: rgb(100,37,203); }
H1.HeaderClassName
{
color: #6425CB;
}
.AnyTagClassName
{
color: #6425CB;
}
</style>
background-color css
<style>
a { background-color: #6425CB; }
a { background-color: rgb(100,37,203); }
div.DivClassName
{
background-color: #6425CB;
}
.BgClassName
{
background-color: #6425CB;
}
</style>
border-color css
<style>
span { border-color: #6425CB; }
span { border-color: rgb(100,37,203); }
td.TdClassName
{
border-color: #6425CB;
}
.TagClassName
{
border-color: #6425CB;
}
</style>