Shades of Purple Heart #6A05B4
Tints of Purple Heart #6A05B4
RGB
CMYK
RGB Variations
Color information
#6A05B4 (or 0x6A05B4) is known color: Purple Heart. HEX triplet: 6A, 05 and B4. RGB value is (106,5,180). Sum of RGB (Red+Green+Blue) = 106+5+180=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 180 (70.70% from 255 or 61.86% from 291); Max value from RGB is 180 - color contains mainly: blue. Hex color #6A05B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A05B4 is #95FA4B. Grayscale: #363636. Windows color (decimal): -9828940 or 11797866. OLE color: 11797866.
HSL color Cylindrical-coordinate representation of color #6A05B4: hue angle of 274.63º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A05B4 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 5 | 180 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.29 |
| HSL | 274.63º | 0.95% | 0.36% | - |
| HSV(B) | 274.63º | 0.97% | 0.71% | - |
| XYZ | 14.24 | 6.47 | 43.68 | - |
| YUV | 55.15 | 198.46 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 5 | 180 | 0.41 | 0.97 | 0 | 0.29 | 274.63 | 0.95 | 0.36 |
| Hex | 6A | 5 | B4 | 29 | 61 | 0 | 1D | 113 | 5F | 24 |
| Octal | 152 | 5 | 264 | 51 | 141 | 0 | 35 | 423 | 137 | 44 |
| Binary | 1101010 | 101 | 10110100 | 101001 | 1100001 | 0 | 11101 | 100010011 | 1011111 | 100100 |
Color Harmonies of #6A05B4
Complementary color
Monochromatic Colors of #6A05B4
Black with #6A05B4
Text Example
Text Example
White with #6A05B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A05B4; }
p { color: rgb(106,5,180); }
H1.HeaderClassName
{
color: #6A05B4;
}
.AnyTagClassName
{
color: #6A05B4;
}
</style>
background-color css
<style>
a { background-color: #6A05B4; }
a { background-color: rgb(106,5,180); }
div.DivClassName
{
background-color: #6A05B4;
}
.BgClassName
{
background-color: #6A05B4;
}
</style>
border-color css
<style>
span { border-color: #6A05B4; }
span { border-color: rgb(106,5,180); }
td.TdClassName
{
border-color: #6A05B4;
}
.TagClassName
{
border-color: #6A05B4;
}
</style>