Shades of Purple Heart #6901B7
Tints of Purple Heart #6901B7
RGB
CMYK
RGB Variations
Color information
#6901B7 (or 0x6901B7) is known color: Purple Heart. HEX triplet: 69, 01 and B7. RGB value is (105,1,183). Sum of RGB (Red+Green+Blue) = 105+1+183=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 183 (71.88% from 255 or 63.32% from 289); Max value from RGB is 183 - color contains mainly: blue. Hex color #6901B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6901B7 is #96FE48. Grayscale: #343434. Windows color (decimal): -9895497 or 11993449. OLE color: 11993449.
HSL color Cylindrical-coordinate representation of color #6901B7: hue angle of 274.29º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6901B7 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 1 | 183 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.28 |
| HSL | 274.29º | 0.99% | 0.36% | - |
| HSV(B) | 274.29º | 0.99% | 0.72% | - |
| XYZ | 14.38 | 6.44 | 45.29 | - |
| YUV | 52.84 | 201.46 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 183 | 0.43 | 0.99 | 0 | 0.28 | 274.29 | 0.99 | 0.36 |
| Hex | 69 | 1 | B7 | 2B | 63 | 0 | 1C | 112 | 63 | 24 |
| Octal | 151 | 1 | 267 | 53 | 143 | 0 | 34 | 422 | 143 | 44 |
| Binary | 1101001 | 1 | 10110111 | 101011 | 1100011 | 0 | 11100 | 100010010 | 1100011 | 100100 |
Color Harmonies of #6901B7
Complementary color
Monochromatic Colors of #6901B7
Black with #6901B7
Text Example
Text Example
White with #6901B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6901B7; }
p { color: rgb(105,1,183); }
H1.HeaderClassName
{
color: #6901B7;
}
.AnyTagClassName
{
color: #6901B7;
}
</style>
background-color css
<style>
a { background-color: #6901B7; }
a { background-color: rgb(105,1,183); }
div.DivClassName
{
background-color: #6901B7;
}
.BgClassName
{
background-color: #6901B7;
}
</style>
border-color css
<style>
span { border-color: #6901B7; }
span { border-color: rgb(105,1,183); }
td.TdClassName
{
border-color: #6901B7;
}
.TagClassName
{
border-color: #6901B7;
}
</style>