Shades of Purple Heart #6F1DAC
Tints of Purple Heart #6F1DAC
RGB
CMYK
RGB Variations
Color information
#6F1DAC (or 0x6F1DAC) is known color: Purple Heart. HEX triplet: 6F, 1D and AC. RGB value is (111,29,172). Sum of RGB (Red+Green+Blue) = 111+29+172=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F1DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1DAC is #90E253. Grayscale: #454545. Windows color (decimal): -9495124 or 11279727. OLE color: 11279727.
HSL color Cylindrical-coordinate representation of color #6F1DAC: hue angle of 274.41º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1DAC is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 29 | 172 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.33 |
| HSL | 274.41º | 0.71% | 0.39% | - |
| HSV(B) | 274.41º | 0.83% | 0.67% | - |
| XYZ | 14.44 | 7.24 | 39.67 | - |
| YUV | 69.82 | 185.67 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 29 | 172 | 0.35 | 0.83 | 0 | 0.33 | 274.41 | 0.71 | 0.39 |
| Hex | 6F | 1D | AC | 23 | 53 | 0 | 21 | 112 | 47 | 27 |
| Octal | 157 | 35 | 254 | 43 | 123 | 0 | 41 | 422 | 107 | 47 |
| Binary | 1101111 | 11101 | 10101100 | 100011 | 1010011 | 0 | 100001 | 100010010 | 1000111 | 100111 |
Color Harmonies of #6F1DAC
Complementary color
Monochromatic Colors of #6F1DAC
Black with #6F1DAC
Text Example
Text Example
White with #6F1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1DAC; }
p { color: rgb(111,29,172); }
H1.HeaderClassName
{
color: #6F1DAC;
}
.AnyTagClassName
{
color: #6F1DAC;
}
</style>
background-color css
<style>
a { background-color: #6F1DAC; }
a { background-color: rgb(111,29,172); }
div.DivClassName
{
background-color: #6F1DAC;
}
.BgClassName
{
background-color: #6F1DAC;
}
</style>
border-color css
<style>
span { border-color: #6F1DAC; }
span { border-color: rgb(111,29,172); }
td.TdClassName
{
border-color: #6F1DAC;
}
.TagClassName
{
border-color: #6F1DAC;
}
</style>