Shades of Purple Heart #6F1BDA
Tints of Purple Heart #6F1BDA
RGB
CMYK
RGB Variations
Color information
#6F1BDA (or 0x6F1BDA) is known color: Purple Heart. HEX triplet: 6F, 1B and DA. RGB value is (111,27,218). Sum of RGB (Red+Green+Blue) = 111+27+218=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F1BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1BDA is #90E425. Grayscale: #494949. Windows color (decimal): -9495590 or 14293871. OLE color: 14293871.
HSL color Cylindrical-coordinate representation of color #6F1BDA: hue angle of 266.39º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1BDA is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 27 | 218 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.15 |
| HSL | 266.39º | 0.78% | 0.48% | - |
| HSV(B) | 266.39º | 0.88% | 0.85% | - |
| XYZ | 19.6 | 9.23 | 67.08 | - |
| YUV | 73.89 | 209.33 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 218 | 0.49 | 0.88 | 0 | 0.15 | 266.39 | 0.78 | 0.48 |
| Hex | 6F | 1B | DA | 31 | 58 | 0 | F | 10A | 4E | 30 |
| Octal | 157 | 33 | 332 | 61 | 130 | 0 | 17 | 412 | 116 | 60 |
| Binary | 1101111 | 11011 | 11011010 | 110001 | 1011000 | 0 | 1111 | 100001010 | 1001110 | 110000 |
Color Harmonies of #6F1BDA
Complementary color
Monochromatic Colors of #6F1BDA
Black with #6F1BDA
Text Example
Text Example
White with #6F1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1BDA; }
p { color: rgb(111,27,218); }
H1.HeaderClassName
{
color: #6F1BDA;
}
.AnyTagClassName
{
color: #6F1BDA;
}
</style>
background-color css
<style>
a { background-color: #6F1BDA; }
a { background-color: rgb(111,27,218); }
div.DivClassName
{
background-color: #6F1BDA;
}
.BgClassName
{
background-color: #6F1BDA;
}
</style>
border-color css
<style>
span { border-color: #6F1BDA; }
span { border-color: rgb(111,27,218); }
td.TdClassName
{
border-color: #6F1BDA;
}
.TagClassName
{
border-color: #6F1BDA;
}
</style>