Shades of Purple Heart #6431CD
Tints of Purple Heart #6431CD
RGB
CMYK
RGB Variations
Color information
#6431CD (or 0x6431CD) is known color: Purple Heart. HEX triplet: 64, 31 and CD. RGB value is (100,49,205). Sum of RGB (Red+Green+Blue) = 100+49+205=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #6431CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6431CD is #9BCE32. Grayscale: #515151. Windows color (decimal): -10210867 or 13447524. OLE color: 13447524.
HSL color Cylindrical-coordinate representation of color #6431CD: hue angle of 259.62º 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 #6431CD is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 49 | 205 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.20 |
| HSL | 259.62º | 0.61% | 0.5% | - |
| HSV(B) | 259.62º | 0.76% | 0.8% | - |
| XYZ | 17.37 | 9.31 | 58.64 | - |
| YUV | 82.03 | 197.4 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 205 | 0.51 | 0.76 | 0 | 0.20 | 259.62 | 0.61 | 0.5 |
| Hex | 64 | 31 | CD | 33 | 4C | 0 | 14 | 104 | 3D | 32 |
| Octal | 144 | 61 | 315 | 63 | 114 | 0 | 24 | 404 | 75 | 62 |
| Binary | 1100100 | 110001 | 11001101 | 110011 | 1001100 | 0 | 10100 | 100000100 | 111101 | 110010 |
Color Harmonies of #6431CD
Complementary color
Monochromatic Colors of #6431CD
Black with #6431CD
Text Example
Text Example
White with #6431CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6431CD; }
p { color: rgb(100,49,205); }
H1.HeaderClassName
{
color: #6431CD;
}
.AnyTagClassName
{
color: #6431CD;
}
</style>
background-color css
<style>
a { background-color: #6431CD; }
a { background-color: rgb(100,49,205); }
div.DivClassName
{
background-color: #6431CD;
}
.BgClassName
{
background-color: #6431CD;
}
</style>
border-color css
<style>
span { border-color: #6431CD; }
span { border-color: rgb(100,49,205); }
td.TdClassName
{
border-color: #6431CD;
}
.TagClassName
{
border-color: #6431CD;
}
</style>