Shades of Purple Heart #6A1FC9
Tints of Purple Heart #6A1FC9
RGB
CMYK
RGB Variations
Color information
#6A1FC9 (or 0x6A1FC9) is known color: Purple Heart. HEX triplet: 6A, 1F and C9. RGB value is (106,31,201). Sum of RGB (Red+Green+Blue) = 106+31+201=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 201 (78.91% from 255 or 59.47% from 338); Max value from RGB is 201 - color contains mainly: blue. Hex color #6A1FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1FC9 is #95E036. Grayscale: #484848. Windows color (decimal): -9822263 or 13180778. OLE color: 13180778.
HSL color Cylindrical-coordinate representation of color #6A1FC9: hue angle of 266.47º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A1FC9 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 31 | 201 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.21 |
| HSL | 266.47º | 0.73% | 0.45% | - |
| HSV(B) | 266.47º | 0.85% | 0.79% | - |
| XYZ | 16.98 | 8.26 | 55.96 | - |
| YUV | 72.81 | 200.35 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 201 | 0.47 | 0.85 | 0 | 0.21 | 266.47 | 0.73 | 0.45 |
| Hex | 6A | 1F | C9 | 2F | 55 | 0 | 15 | 10A | 49 | 2D |
| Octal | 152 | 37 | 311 | 57 | 125 | 0 | 25 | 412 | 111 | 55 |
| Binary | 1101010 | 11111 | 11001001 | 101111 | 1010101 | 0 | 10101 | 100001010 | 1001001 | 101101 |
Color Harmonies of #6A1FC9
Complementary color
Monochromatic Colors of #6A1FC9
Black with #6A1FC9
Text Example
Text Example
White with #6A1FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1FC9; }
p { color: rgb(106,31,201); }
H1.HeaderClassName
{
color: #6A1FC9;
}
.AnyTagClassName
{
color: #6A1FC9;
}
</style>
background-color css
<style>
a { background-color: #6A1FC9; }
a { background-color: rgb(106,31,201); }
div.DivClassName
{
background-color: #6A1FC9;
}
.BgClassName
{
background-color: #6A1FC9;
}
</style>
border-color css
<style>
span { border-color: #6A1FC9; }
span { border-color: rgb(106,31,201); }
td.TdClassName
{
border-color: #6A1FC9;
}
.TagClassName
{
border-color: #6A1FC9;
}
</style>