Shades of Purple Heart #6931C2
Tints of Purple Heart #6931C2
RGB
CMYK
RGB Variations
Color information
#6931C2 (or 0x6931C2) is known color: Purple Heart. HEX triplet: 69, 31 and C2. RGB value is (105,49,194). Sum of RGB (Red+Green+Blue) = 105+49+194=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 194 (76.17% from 255 or 55.75% from 348); Max value from RGB is 194 - color contains mainly: blue. Hex color #6931C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6931C2 is #96CE3D. Grayscale: #515151. Windows color (decimal): -9883198 or 12726633. OLE color: 12726633.
HSL color Cylindrical-coordinate representation of color #6931C2: hue angle of 263.17º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6931C2 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 49 | 194 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.24 |
| HSL | 263.17º | 0.6% | 0.48% | - |
| HSV(B) | 263.17º | 0.75% | 0.76% | - |
| XYZ | 16.66 | 9.09 | 51.92 | - |
| YUV | 82.27 | 191.05 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 194 | 0.46 | 0.75 | 0 | 0.24 | 263.17 | 0.6 | 0.48 |
| Hex | 69 | 31 | C2 | 2E | 4B | 0 | 18 | 107 | 3C | 30 |
| Octal | 151 | 61 | 302 | 56 | 113 | 0 | 30 | 407 | 74 | 60 |
| Binary | 1101001 | 110001 | 11000010 | 101110 | 1001011 | 0 | 11000 | 100000111 | 111100 | 110000 |
Color Harmonies of #6931C2
Complementary color
Monochromatic Colors of #6931C2
Black with #6931C2
Text Example
Text Example
White with #6931C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931C2; }
p { color: rgb(105,49,194); }
H1.HeaderClassName
{
color: #6931C2;
}
.AnyTagClassName
{
color: #6931C2;
}
</style>
background-color css
<style>
a { background-color: #6931C2; }
a { background-color: rgb(105,49,194); }
div.DivClassName
{
background-color: #6931C2;
}
.BgClassName
{
background-color: #6931C2;
}
</style>
border-color css
<style>
span { border-color: #6931C2; }
span { border-color: rgb(105,49,194); }
td.TdClassName
{
border-color: #6931C2;
}
.TagClassName
{
border-color: #6931C2;
}
</style>