Shades of Purple Heart #6931CF
Tints of Purple Heart #6931CF
RGB
CMYK
RGB Variations
Color information
#6931CF (or 0x6931CF) is known color: Purple Heart. HEX triplet: 69, 31 and CF. RGB value is (105,49,207). Sum of RGB (Red+Green+Blue) = 105+49+207=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #6931CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6931CF is #96CE30. Grayscale: #535353. Windows color (decimal): -9883185 or 13578601. OLE color: 13578601.
HSL color Cylindrical-coordinate representation of color #6931CF: hue angle of 261.27º 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 #6931CF is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 49 | 207 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.19 |
| HSL | 261.27º | 0.62% | 0.5% | - |
| HSV(B) | 261.27º | 0.76% | 0.81% | - |
| XYZ | 18.19 | 9.7 | 59.95 | - |
| YUV | 83.76 | 197.55 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 207 | 0.49 | 0.76 | 0 | 0.19 | 261.27 | 0.62 | 0.5 |
| Hex | 69 | 31 | CF | 31 | 4C | 0 | 13 | 105 | 3E | 32 |
| Octal | 151 | 61 | 317 | 61 | 114 | 0 | 23 | 405 | 76 | 62 |
| Binary | 1101001 | 110001 | 11001111 | 110001 | 1001100 | 0 | 10011 | 100000101 | 111110 | 110010 |
Color Harmonies of #6931CF
Complementary color
Monochromatic Colors of #6931CF
Black with #6931CF
Text Example
Text Example
White with #6931CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931CF; }
p { color: rgb(105,49,207); }
H1.HeaderClassName
{
color: #6931CF;
}
.AnyTagClassName
{
color: #6931CF;
}
</style>
background-color css
<style>
a { background-color: #6931CF; }
a { background-color: rgb(105,49,207); }
div.DivClassName
{
background-color: #6931CF;
}
.BgClassName
{
background-color: #6931CF;
}
</style>
border-color css
<style>
span { border-color: #6931CF; }
span { border-color: rgb(105,49,207); }
td.TdClassName
{
border-color: #6931CF;
}
.TagClassName
{
border-color: #6931CF;
}
</style>