Shades of Purple Heart #6403AD
Tints of Purple Heart #6403AD
RGB
CMYK
RGB Variations
Color information
#6403AD (or 0x6403AD) is known color: Purple Heart. HEX triplet: 64, 03 and AD. RGB value is (100,3,173). Sum of RGB (Red+Green+Blue) = 100+3+173=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #6403AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6403AD is #9BFC52. Grayscale: #323232. Windows color (decimal): -10222675 or 11338596. OLE color: 11338596.
HSL color Cylindrical-coordinate representation of color #6403AD: hue angle of 274.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6403AD is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 3 | 173 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.32 |
| HSL | 274.24º | 0.97% | 0.35% | - |
| HSV(B) | 274.24º | 0.98% | 0.68% | - |
| XYZ | 12.83 | 5.79 | 39.98 | - |
| YUV | 51.38 | 196.64 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 173 | 0.42 | 0.98 | 0 | 0.32 | 274.24 | 0.97 | 0.35 |
| Hex | 64 | 3 | AD | 2A | 62 | 0 | 20 | 112 | 61 | 23 |
| Octal | 144 | 3 | 255 | 52 | 142 | 0 | 40 | 422 | 141 | 43 |
| Binary | 1100100 | 11 | 10101101 | 101010 | 1100010 | 0 | 100000 | 100010010 | 1100001 | 100011 |
Color Harmonies of #6403AD
Complementary color
Monochromatic Colors of #6403AD
Black with #6403AD
Text Example
Text Example
White with #6403AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6403AD; }
p { color: rgb(100,3,173); }
H1.HeaderClassName
{
color: #6403AD;
}
.AnyTagClassName
{
color: #6403AD;
}
</style>
background-color css
<style>
a { background-color: #6403AD; }
a { background-color: rgb(100,3,173); }
div.DivClassName
{
background-color: #6403AD;
}
.BgClassName
{
background-color: #6403AD;
}
</style>
border-color css
<style>
span { border-color: #6403AD; }
span { border-color: rgb(100,3,173); }
td.TdClassName
{
border-color: #6403AD;
}
.TagClassName
{
border-color: #6403AD;
}
</style>