Shades of Purple Heart #6912C1
Tints of Purple Heart #6912C1
RGB
CMYK
RGB Variations
Color information
#6912C1 (or 0x6912C1) is known color: Purple Heart. HEX triplet: 69, 12 and C1. RGB value is (105,18,193). Sum of RGB (Red+Green+Blue) = 105+18+193=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #6912C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6912C1 is #96ED3E. Grayscale: #3F3F3F. Windows color (decimal): -9891135 or 12653161. OLE color: 12653161.
HSL color Cylindrical-coordinate representation of color #6912C1: hue angle of 269.83º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6912C1 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 18 | 193 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.24 |
| HSL | 269.83º | 0.83% | 0.41% | - |
| HSV(B) | 269.83º | 0.91% | 0.76% | - |
| XYZ | 15.67 | 7.29 | 51.03 | - |
| YUV | 63.96 | 200.82 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 193 | 0.46 | 0.91 | 0 | 0.24 | 269.83 | 0.83 | 0.41 |
| Hex | 69 | 12 | C1 | 2E | 5B | 0 | 18 | 10E | 53 | 29 |
| Octal | 151 | 22 | 301 | 56 | 133 | 0 | 30 | 416 | 123 | 51 |
| Binary | 1101001 | 10010 | 11000001 | 101110 | 1011011 | 0 | 11000 | 100001110 | 1010011 | 101001 |
Color Harmonies of #6912C1
Complementary color
Monochromatic Colors of #6912C1
Black with #6912C1
Text Example
Text Example
White with #6912C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6912C1; }
p { color: rgb(105,18,193); }
H1.HeaderClassName
{
color: #6912C1;
}
.AnyTagClassName
{
color: #6912C1;
}
</style>
background-color css
<style>
a { background-color: #6912C1; }
a { background-color: rgb(105,18,193); }
div.DivClassName
{
background-color: #6912C1;
}
.BgClassName
{
background-color: #6912C1;
}
</style>
border-color css
<style>
span { border-color: #6912C1; }
span { border-color: rgb(105,18,193); }
td.TdClassName
{
border-color: #6912C1;
}
.TagClassName
{
border-color: #6912C1;
}
</style>