Shades of Purple Heart #6432AF
Tints of Purple Heart #6432AF
RGB
CMYK
RGB Variations
Color information
#6432AF (or 0x6432AF) is known color: Purple Heart. HEX triplet: 64, 32 and AF. RGB value is (100,50,175). Sum of RGB (Red+Green+Blue) = 100+50+175=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #6432AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6432AF is #9BCD50. Grayscale: #4E4E4E. Windows color (decimal): -10210641 or 11481700. OLE color: 11481700.
HSL color Cylindrical-coordinate representation of color #6432AF: hue angle of 264º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6432AF is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 50 | 175 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.31 |
| HSL | 264º | 0.56% | 0.44% | - |
| HSV(B) | 264º | 0.71% | 0.69% | - |
| XYZ | 14.13 | 8.09 | 41.37 | - |
| YUV | 79.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 175 | 0.43 | 0.71 | 0 | 0.31 | 264 | 0.56 | 0.44 |
| Hex | 64 | 32 | AF | 2B | 47 | 0 | 1F | 108 | 38 | 2C |
| Octal | 144 | 62 | 257 | 53 | 107 | 0 | 37 | 410 | 70 | 54 |
| Binary | 1100100 | 110010 | 10101111 | 101011 | 1000111 | 0 | 11111 | 100001000 | 111000 | 101100 |
Color Harmonies of #6432AF
Complementary color
Monochromatic Colors of #6432AF
Black with #6432AF
Text Example
Text Example
White with #6432AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432AF; }
p { color: rgb(100,50,175); }
H1.HeaderClassName
{
color: #6432AF;
}
.AnyTagClassName
{
color: #6432AF;
}
</style>
background-color css
<style>
a { background-color: #6432AF; }
a { background-color: rgb(100,50,175); }
div.DivClassName
{
background-color: #6432AF;
}
.BgClassName
{
background-color: #6432AF;
}
</style>
border-color css
<style>
span { border-color: #6432AF; }
span { border-color: rgb(100,50,175); }
td.TdClassName
{
border-color: #6432AF;
}
.TagClassName
{
border-color: #6432AF;
}
</style>