Shades of Purple Heart #6A1EB6
Tints of Purple Heart #6A1EB6
RGB
CMYK
RGB Variations
Color information
#6A1EB6 (or 0x6A1EB6) is known color: Purple Heart. HEX triplet: 6A, 1E and B6. RGB value is (106,30,182). Sum of RGB (Red+Green+Blue) = 106+30+182=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 182 (71.48% from 255 or 57.23% from 318); Max value from RGB is 182 - color contains mainly: blue. Hex color #6A1EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1EB6 is #95E149. Grayscale: #454545. Windows color (decimal): -9822538 or 11935338. OLE color: 11935338.
HSL color Cylindrical-coordinate representation of color #6A1EB6: hue angle of 270º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1EB6 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 30 | 182 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.29 |
| HSL | 270º | 0.72% | 0.42% | - |
| HSV(B) | 270º | 0.84% | 0.71% | - |
| XYZ | 14.85 | 7.37 | 44.9 | - |
| YUV | 70.05 | 191.18 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 30 | 182 | 0.42 | 0.84 | 0 | 0.29 | 270 | 0.72 | 0.42 |
| Hex | 6A | 1E | B6 | 2A | 54 | 0 | 1D | 10E | 48 | 2A |
| Octal | 152 | 36 | 266 | 52 | 124 | 0 | 35 | 416 | 110 | 52 |
| Binary | 1101010 | 11110 | 10110110 | 101010 | 1010100 | 0 | 11101 | 100001110 | 1001000 | 101010 |
Color Harmonies of #6A1EB6
Complementary color
Monochromatic Colors of #6A1EB6
Black with #6A1EB6
Text Example
Text Example
White with #6A1EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1EB6; }
p { color: rgb(106,30,182); }
H1.HeaderClassName
{
color: #6A1EB6;
}
.AnyTagClassName
{
color: #6A1EB6;
}
</style>
background-color css
<style>
a { background-color: #6A1EB6; }
a { background-color: rgb(106,30,182); }
div.DivClassName
{
background-color: #6A1EB6;
}
.BgClassName
{
background-color: #6A1EB6;
}
</style>
border-color css
<style>
span { border-color: #6A1EB6; }
span { border-color: rgb(106,30,182); }
td.TdClassName
{
border-color: #6A1EB6;
}
.TagClassName
{
border-color: #6A1EB6;
}
</style>