Shades of Purple Heart #6915AC
Tints of Purple Heart #6915AC
RGB
CMYK
RGB Variations
Color information
#6915AC (or 0x6915AC) is known color: Purple Heart. HEX triplet: 69, 15 and AC. RGB value is (105,21,172). Sum of RGB (Red+Green+Blue) = 105+21+172=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #6915AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6915AC is #96EA53. Grayscale: #3E3E3E. Windows color (decimal): -9890388 or 11277673. OLE color: 11277673.
HSL color Cylindrical-coordinate representation of color #6915AC: hue angle of 273.38º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6915AC is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 21 | 172 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.33 |
| HSL | 273.38º | 0.78% | 0.38% | - |
| HSV(B) | 273.38º | 0.88% | 0.67% | - |
| XYZ | 13.54 | 6.52 | 39.57 | - |
| YUV | 63.33 | 189.33 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 21 | 172 | 0.39 | 0.88 | 0 | 0.33 | 273.38 | 0.78 | 0.38 |
| Hex | 69 | 15 | AC | 27 | 58 | 0 | 21 | 111 | 4E | 26 |
| Octal | 151 | 25 | 254 | 47 | 130 | 0 | 41 | 421 | 116 | 46 |
| Binary | 1101001 | 10101 | 10101100 | 100111 | 1011000 | 0 | 100001 | 100010001 | 1001110 | 100110 |
Color Harmonies of #6915AC
Complementary color
Monochromatic Colors of #6915AC
Black with #6915AC
Text Example
Text Example
White with #6915AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6915AC; }
p { color: rgb(105,21,172); }
H1.HeaderClassName
{
color: #6915AC;
}
.AnyTagClassName
{
color: #6915AC;
}
</style>
background-color css
<style>
a { background-color: #6915AC; }
a { background-color: rgb(105,21,172); }
div.DivClassName
{
background-color: #6915AC;
}
.BgClassName
{
background-color: #6915AC;
}
</style>
border-color css
<style>
span { border-color: #6915AC; }
span { border-color: rgb(105,21,172); }
td.TdClassName
{
border-color: #6915AC;
}
.TagClassName
{
border-color: #6915AC;
}
</style>