Shades of Purple Heart #6414B4
Tints of Purple Heart #6414B4
RGB
CMYK
RGB Variations
Color information
#6414B4 (or 0x6414B4) is known color: Purple Heart. HEX triplet: 64, 14 and B4. RGB value is (100,20,180). Sum of RGB (Red+Green+Blue) = 100+20+180=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #6414B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6414B4 is #9BEB4B. Grayscale: #3D3D3D. Windows color (decimal): -10218316 or 11801700. OLE color: 11801700.
HSL color Cylindrical-coordinate representation of color #6414B4: hue angle of 270º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6414B4 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 20 | 180 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.29 |
| HSL | 270º | 0.8% | 0.39% | - |
| HSV(B) | 270º | 0.89% | 0.71% | - |
| XYZ | 13.74 | 6.5 | 43.71 | - |
| YUV | 62.16 | 194.5 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 180 | 0.44 | 0.89 | 0 | 0.29 | 270 | 0.8 | 0.39 |
| Hex | 64 | 14 | B4 | 2C | 59 | 0 | 1D | 10E | 50 | 27 |
| Octal | 144 | 24 | 264 | 54 | 131 | 0 | 35 | 416 | 120 | 47 |
| Binary | 1100100 | 10100 | 10110100 | 101100 | 1011001 | 0 | 11101 | 100001110 | 1010000 | 100111 |
Color Harmonies of #6414B4
Complementary color
Monochromatic Colors of #6414B4
Black with #6414B4
Text Example
Text Example
White with #6414B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6414B4; }
p { color: rgb(100,20,180); }
H1.HeaderClassName
{
color: #6414B4;
}
.AnyTagClassName
{
color: #6414B4;
}
</style>
background-color css
<style>
a { background-color: #6414B4; }
a { background-color: rgb(100,20,180); }
div.DivClassName
{
background-color: #6414B4;
}
.BgClassName
{
background-color: #6414B4;
}
</style>
border-color css
<style>
span { border-color: #6414B4; }
span { border-color: rgb(100,20,180); }
td.TdClassName
{
border-color: #6414B4;
}
.TagClassName
{
border-color: #6414B4;
}
</style>