Shades of Purple Heart #6931CC
Tints of Purple Heart #6931CC
RGB
CMYK
RGB Variations
Color information
#6931CC (or 0x6931CC) is known color: Purple Heart. HEX triplet: 69, 31 and CC. RGB value is (105,49,204). Sum of RGB (Red+Green+Blue) = 105+49+204=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #6931CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6931CC is #96CE33. Grayscale: #525252. Windows color (decimal): -9883188 or 13381993. OLE color: 13381993.
HSL color Cylindrical-coordinate representation of color #6931CC: hue angle of 261.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6931CC is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 49 | 204 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.2 |
| HSL | 261.68º | 0.61% | 0.5% | - |
| HSV(B) | 261.68º | 0.76% | 0.8% | - |
| XYZ | 17.82 | 9.56 | 58.03 | - |
| YUV | 83.41 | 196.05 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 204 | 0.49 | 0.76 | 0 | 0.2 | 261.68 | 0.61 | 0.5 |
| Hex | 69 | 31 | CC | 31 | 4C | 0 | 14 | 106 | 3D | 32 |
| Octal | 151 | 61 | 314 | 61 | 114 | 0 | 24 | 406 | 75 | 62 |
| Binary | 1101001 | 110001 | 11001100 | 110001 | 1001100 | 0 | 10100 | 100000110 | 111101 | 110010 |
Color Harmonies of #6931CC
Complementary color
Monochromatic Colors of #6931CC
Black with #6931CC
Text Example
Text Example
White with #6931CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931CC; }
p { color: rgb(105,49,204); }
H1.HeaderClassName
{
color: #6931CC;
}
.AnyTagClassName
{
color: #6931CC;
}
</style>
background-color css
<style>
a { background-color: #6931CC; }
a { background-color: rgb(105,49,204); }
div.DivClassName
{
background-color: #6931CC;
}
.BgClassName
{
background-color: #6931CC;
}
</style>
border-color css
<style>
span { border-color: #6931CC; }
span { border-color: rgb(105,49,204); }
td.TdClassName
{
border-color: #6931CC;
}
.TagClassName
{
border-color: #6931CC;
}
</style>