Shades of Purple Heart #6A1FBD
Tints of Purple Heart #6A1FBD
RGB
CMYK
RGB Variations
Color information
#6A1FBD (or 0x6A1FBD) is known color: Purple Heart. HEX triplet: 6A, 1F and BD. RGB value is (106,31,189). Sum of RGB (Red+Green+Blue) = 106+31+189=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A1FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1FBD is #95E042. Grayscale: #464646. Windows color (decimal): -9822275 or 12394346. OLE color: 12394346.
HSL color Cylindrical-coordinate representation of color #6A1FBD: hue angle of 268.48º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1FBD is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 31 | 189 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.26 |
| HSL | 268.48º | 0.72% | 0.43% | - |
| HSV(B) | 268.48º | 0.84% | 0.74% | - |
| XYZ | 15.62 | 7.72 | 48.81 | - |
| YUV | 71.44 | 194.35 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 189 | 0.44 | 0.84 | 0 | 0.26 | 268.48 | 0.72 | 0.43 |
| Hex | 6A | 1F | BD | 2C | 54 | 0 | 1A | 10C | 48 | 2B |
| Octal | 152 | 37 | 275 | 54 | 124 | 0 | 32 | 414 | 110 | 53 |
| Binary | 1101010 | 11111 | 10111101 | 101100 | 1010100 | 0 | 11010 | 100001100 | 1001000 | 101011 |
Color Harmonies of #6A1FBD
Complementary color
Monochromatic Colors of #6A1FBD
Black with #6A1FBD
Text Example
Text Example
White with #6A1FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1FBD; }
p { color: rgb(106,31,189); }
H1.HeaderClassName
{
color: #6A1FBD;
}
.AnyTagClassName
{
color: #6A1FBD;
}
</style>
background-color css
<style>
a { background-color: #6A1FBD; }
a { background-color: rgb(106,31,189); }
div.DivClassName
{
background-color: #6A1FBD;
}
.BgClassName
{
background-color: #6A1FBD;
}
</style>
border-color css
<style>
span { border-color: #6A1FBD; }
span { border-color: rgb(106,31,189); }
td.TdClassName
{
border-color: #6A1FBD;
}
.TagClassName
{
border-color: #6A1FBD;
}
</style>