Shades of Purple Heart #6431AD
Tints of Purple Heart #6431AD
RGB
CMYK
RGB Variations
Color information
#6431AD (or 0x6431AD) is known color: Purple Heart. HEX triplet: 64, 31 and AD. RGB value is (100,49,173). Sum of RGB (Red+Green+Blue) = 100+49+173=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #6431AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6431AD is #9BCE52. Grayscale: #4D4D4D. Windows color (decimal): -10210899 or 11350372. OLE color: 11350372.
HSL color Cylindrical-coordinate representation of color #6431AD: hue angle of 264.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6431AD is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 49 | 173 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.32 |
| HSL | 264.68º | 0.56% | 0.44% | - |
| HSV(B) | 264.68º | 0.72% | 0.68% | - |
| XYZ | 13.9 | 7.92 | 40.33 | - |
| YUV | 78.39 | 181.4 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 173 | 0.42 | 0.72 | 0 | 0.32 | 264.68 | 0.56 | 0.44 |
| Hex | 64 | 31 | AD | 2A | 48 | 0 | 20 | 109 | 38 | 2C |
| Octal | 144 | 61 | 255 | 52 | 110 | 0 | 40 | 411 | 70 | 54 |
| Binary | 1100100 | 110001 | 10101101 | 101010 | 1001000 | 0 | 100000 | 100001001 | 111000 | 101100 |
Color Harmonies of #6431AD
Complementary color
Monochromatic Colors of #6431AD
Black with #6431AD
Text Example
Text Example
White with #6431AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6431AD; }
p { color: rgb(100,49,173); }
H1.HeaderClassName
{
color: #6431AD;
}
.AnyTagClassName
{
color: #6431AD;
}
</style>
background-color css
<style>
a { background-color: #6431AD; }
a { background-color: rgb(100,49,173); }
div.DivClassName
{
background-color: #6431AD;
}
.BgClassName
{
background-color: #6431AD;
}
</style>
border-color css
<style>
span { border-color: #6431AD; }
span { border-color: rgb(100,49,173); }
td.TdClassName
{
border-color: #6431AD;
}
.TagClassName
{
border-color: #6431AD;
}
</style>