Shades of Purple Heart #6427AC
Tints of Purple Heart #6427AC
RGB
CMYK
RGB Variations
Color information
#6427AC (or 0x6427AC) is known color: Purple Heart. HEX triplet: 64, 27 and AC. RGB value is (100,39,172). Sum of RGB (Red+Green+Blue) = 100+39+172=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #6427AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6427AC is #9BD853. Grayscale: #474747. Windows color (decimal): -10213460 or 11282276. OLE color: 11282276.
HSL color Cylindrical-coordinate representation of color #6427AC: hue angle of 267.52º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6427AC is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 39 | 172 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.33 |
| HSL | 267.52º | 0.63% | 0.41% | - |
| HSV(B) | 267.52º | 0.77% | 0.67% | - |
| XYZ | 13.43 | 7.14 | 39.7 | - |
| YUV | 72.4 | 184.21 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 172 | 0.42 | 0.77 | 0 | 0.33 | 267.52 | 0.63 | 0.41 |
| Hex | 64 | 27 | AC | 2A | 4D | 0 | 21 | 10C | 3F | 29 |
| Octal | 144 | 47 | 254 | 52 | 115 | 0 | 41 | 414 | 77 | 51 |
| Binary | 1100100 | 100111 | 10101100 | 101010 | 1001101 | 0 | 100001 | 100001100 | 111111 | 101001 |
Color Harmonies of #6427AC
Complementary color
Monochromatic Colors of #6427AC
Black with #6427AC
Text Example
Text Example
White with #6427AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6427AC; }
p { color: rgb(100,39,172); }
H1.HeaderClassName
{
color: #6427AC;
}
.AnyTagClassName
{
color: #6427AC;
}
</style>
background-color css
<style>
a { background-color: #6427AC; }
a { background-color: rgb(100,39,172); }
div.DivClassName
{
background-color: #6427AC;
}
.BgClassName
{
background-color: #6427AC;
}
</style>
border-color css
<style>
span { border-color: #6427AC; }
span { border-color: rgb(100,39,172); }
td.TdClassName
{
border-color: #6427AC;
}
.TagClassName
{
border-color: #6427AC;
}
</style>