Shades of Purple Heart #6912D1
Tints of Purple Heart #6912D1
RGB
CMYK
RGB Variations
Color information
#6912D1 (or 0x6912D1) is known color: Purple Heart. HEX triplet: 69, 12 and D1. RGB value is (105,18,209). Sum of RGB (Red+Green+Blue) = 105+18+209=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 209 (82.03% from 255 or 62.95% from 332); Max value from RGB is 209 - color contains mainly: blue. Hex color #6912D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6912D1 is #96ED2E. Grayscale: #414141. Windows color (decimal): -9891119 or 13701737. OLE color: 13701737.
HSL color Cylindrical-coordinate representation of color #6912D1: hue angle of 267.33º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6912D1 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 18 | 209 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.18 |
| HSL | 267.33º | 0.84% | 0.45% | - |
| HSV(B) | 267.33º | 0.91% | 0.82% | - |
| XYZ | 17.55 | 8.04 | 60.95 | - |
| YUV | 65.79 | 208.82 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 209 | 0.50 | 0.91 | 0 | 0.18 | 267.33 | 0.84 | 0.45 |
| Hex | 69 | 12 | D1 | 32 | 5B | 0 | 12 | 10B | 54 | 2D |
| Octal | 151 | 22 | 321 | 62 | 133 | 0 | 22 | 413 | 124 | 55 |
| Binary | 1101001 | 10010 | 11010001 | 110010 | 1011011 | 0 | 10010 | 100001011 | 1010100 | 101101 |
Color Harmonies of #6912D1
Complementary color
Monochromatic Colors of #6912D1
Black with #6912D1
Text Example
Text Example
White with #6912D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6912D1; }
p { color: rgb(105,18,209); }
H1.HeaderClassName
{
color: #6912D1;
}
.AnyTagClassName
{
color: #6912D1;
}
</style>
background-color css
<style>
a { background-color: #6912D1; }
a { background-color: rgb(105,18,209); }
div.DivClassName
{
background-color: #6912D1;
}
.BgClassName
{
background-color: #6912D1;
}
</style>
border-color css
<style>
span { border-color: #6912D1; }
span { border-color: rgb(105,18,209); }
td.TdClassName
{
border-color: #6912D1;
}
.TagClassName
{
border-color: #6912D1;
}
</style>