Shades of Purple Heart #6931CE
Tints of Purple Heart #6931CE
RGB
CMYK
RGB Variations
Color information
#6931CE (or 0x6931CE) is known color: Purple Heart. HEX triplet: 69, 31 and CE. RGB value is (105,49,206). Sum of RGB (Red+Green+Blue) = 105+49+206=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #6931CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6931CE is #96CE31. Grayscale: #535353. Windows color (decimal): -9883186 or 13513065. OLE color: 13513065.
HSL color Cylindrical-coordinate representation of color #6931CE: hue angle of 261.4º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6931CE is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 49 | 206 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.19 |
| HSL | 261.4º | 0.62% | 0.5% | - |
| HSV(B) | 261.4º | 0.76% | 0.81% | - |
| XYZ | 18.06 | 9.66 | 59.3 | - |
| YUV | 83.64 | 197.05 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 206 | 0.49 | 0.76 | 0 | 0.19 | 261.4 | 0.62 | 0.5 |
| Hex | 69 | 31 | CE | 31 | 4C | 0 | 13 | 105 | 3E | 32 |
| Octal | 151 | 61 | 316 | 61 | 114 | 0 | 23 | 405 | 76 | 62 |
| Binary | 1101001 | 110001 | 11001110 | 110001 | 1001100 | 0 | 10011 | 100000101 | 111110 | 110010 |
Color Harmonies of #6931CE
Complementary color
Monochromatic Colors of #6931CE
Black with #6931CE
Text Example
Text Example
White with #6931CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931CE; }
p { color: rgb(105,49,206); }
H1.HeaderClassName
{
color: #6931CE;
}
.AnyTagClassName
{
color: #6931CE;
}
</style>
background-color css
<style>
a { background-color: #6931CE; }
a { background-color: rgb(105,49,206); }
div.DivClassName
{
background-color: #6931CE;
}
.BgClassName
{
background-color: #6931CE;
}
</style>
border-color css
<style>
span { border-color: #6931CE; }
span { border-color: rgb(105,49,206); }
td.TdClassName
{
border-color: #6931CE;
}
.TagClassName
{
border-color: #6931CE;
}
</style>