Shades of Purple Heart #6403AE
Tints of Purple Heart #6403AE
RGB
CMYK
RGB Variations
Color information
#6403AE (or 0x6403AE) is known color: Purple Heart. HEX triplet: 64, 03 and AE. RGB value is (100,3,174). Sum of RGB (Red+Green+Blue) = 100+3+174=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #6403AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6403AE is #9BFC51. Grayscale: #323232. Windows color (decimal): -10222674 or 11404132. OLE color: 11404132.
HSL color Cylindrical-coordinate representation of color #6403AE: hue angle of 274.04º 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 #6403AE is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 3 | 174 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.32 |
| HSL | 274.04º | 0.97% | 0.35% | - |
| HSV(B) | 274.04º | 0.98% | 0.68% | - |
| XYZ | 12.93 | 5.83 | 40.49 | - |
| YUV | 51.5 | 197.14 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 174 | 0.43 | 0.98 | 0 | 0.32 | 274.04 | 0.97 | 0.35 |
| Hex | 64 | 3 | AE | 2B | 62 | 0 | 20 | 112 | 61 | 23 |
| Octal | 144 | 3 | 256 | 53 | 142 | 0 | 40 | 422 | 141 | 43 |
| Binary | 1100100 | 11 | 10101110 | 101011 | 1100010 | 0 | 100000 | 100010010 | 1100001 | 100011 |
Color Harmonies of #6403AE
Complementary color
Monochromatic Colors of #6403AE
Black with #6403AE
Text Example
Text Example
White with #6403AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6403AE; }
p { color: rgb(100,3,174); }
H1.HeaderClassName
{
color: #6403AE;
}
.AnyTagClassName
{
color: #6403AE;
}
</style>
background-color css
<style>
a { background-color: #6403AE; }
a { background-color: rgb(100,3,174); }
div.DivClassName
{
background-color: #6403AE;
}
.BgClassName
{
background-color: #6403AE;
}
</style>
border-color css
<style>
span { border-color: #6403AE; }
span { border-color: rgb(100,3,174); }
td.TdClassName
{
border-color: #6403AE;
}
.TagClassName
{
border-color: #6403AE;
}
</style>