Shades of Purple Heart #6914B1
Tints of Purple Heart #6914B1
RGB
CMYK
RGB Variations
Color information
#6914B1 (or 0x6914B1) is known color: Purple Heart. HEX triplet: 69, 14 and B1. RGB value is (105,20,177). Sum of RGB (Red+Green+Blue) = 105+20+177=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 177 (69.53% from 255 or 58.61% from 302); Max value from RGB is 177 - color contains mainly: blue. Hex color #6914B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6914B1 is #96EB4E. Grayscale: #3E3E3E. Windows color (decimal): -9890639 or 11605097. OLE color: 11605097.
HSL color Cylindrical-coordinate representation of color #6914B1: hue angle of 272.48º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6914B1 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 20 | 177 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.31 |
| HSL | 272.48º | 0.8% | 0.39% | - |
| HSV(B) | 272.48º | 0.89% | 0.69% | - |
| XYZ | 14.01 | 6.68 | 42.15 | - |
| YUV | 63.31 | 192.16 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 20 | 177 | 0.41 | 0.89 | 0 | 0.31 | 272.48 | 0.8 | 0.39 |
| Hex | 69 | 14 | B1 | 29 | 59 | 0 | 1F | 110 | 50 | 27 |
| Octal | 151 | 24 | 261 | 51 | 131 | 0 | 37 | 420 | 120 | 47 |
| Binary | 1101001 | 10100 | 10110001 | 101001 | 1011001 | 0 | 11111 | 100010000 | 1010000 | 100111 |
Color Harmonies of #6914B1
Complementary color
Monochromatic Colors of #6914B1
Black with #6914B1
Text Example
Text Example
White with #6914B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6914B1; }
p { color: rgb(105,20,177); }
H1.HeaderClassName
{
color: #6914B1;
}
.AnyTagClassName
{
color: #6914B1;
}
</style>
background-color css
<style>
a { background-color: #6914B1; }
a { background-color: rgb(105,20,177); }
div.DivClassName
{
background-color: #6914B1;
}
.BgClassName
{
background-color: #6914B1;
}
</style>
border-color css
<style>
span { border-color: #6914B1; }
span { border-color: rgb(105,20,177); }
td.TdClassName
{
border-color: #6914B1;
}
.TagClassName
{
border-color: #6914B1;
}
</style>