Shades of Purple Heart #6431CC
Tints of Purple Heart #6431CC
RGB
CMYK
RGB Variations
Color information
#6431CC (or 0x6431CC) is known color: Purple Heart. HEX triplet: 64, 31 and CC. RGB value is (100,49,204). Sum of RGB (Red+Green+Blue) = 100+49+204=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #6431CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6431CC is #9BCE33. Grayscale: #515151. Windows color (decimal): -10210868 or 13381988. OLE color: 13381988.
HSL color Cylindrical-coordinate representation of color #6431CC: hue angle of 259.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6431CC is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 49 | 204 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.2 |
| HSL | 259.74º | 0.61% | 0.5% | - |
| HSV(B) | 259.74º | 0.76% | 0.8% | - |
| XYZ | 17.25 | 9.27 | 58.01 | - |
| YUV | 81.92 | 196.9 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 204 | 0.51 | 0.76 | 0 | 0.2 | 259.74 | 0.61 | 0.5 |
| Hex | 64 | 31 | CC | 33 | 4C | 0 | 14 | 104 | 3D | 32 |
| Octal | 144 | 61 | 314 | 63 | 114 | 0 | 24 | 404 | 75 | 62 |
| Binary | 1100100 | 110001 | 11001100 | 110011 | 1001100 | 0 | 10100 | 100000100 | 111101 | 110010 |
Color Harmonies of #6431CC
Complementary color
Monochromatic Colors of #6431CC
Black with #6431CC
Text Example
Text Example
White with #6431CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6431CC; }
p { color: rgb(100,49,204); }
H1.HeaderClassName
{
color: #6431CC;
}
.AnyTagClassName
{
color: #6431CC;
}
</style>
background-color css
<style>
a { background-color: #6431CC; }
a { background-color: rgb(100,49,204); }
div.DivClassName
{
background-color: #6431CC;
}
.BgClassName
{
background-color: #6431CC;
}
</style>
border-color css
<style>
span { border-color: #6431CC; }
span { border-color: rgb(100,49,204); }
td.TdClassName
{
border-color: #6431CC;
}
.TagClassName
{
border-color: #6431CC;
}
</style>