Shades of Purple Heart #6937CE
Tints of Purple Heart #6937CE
RGB
CMYK
RGB Variations
Color information
#6937CE (or 0x6937CE) is known color: Purple Heart. HEX triplet: 69, 37 and CE. RGB value is (105,55,206). Sum of RGB (Red+Green+Blue) = 105+55+206=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #6937CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6937CE is #96C831. Grayscale: #565656. Windows color (decimal): -9881650 or 13514601. OLE color: 13514601.
HSL color Cylindrical-coordinate representation of color #6937CE: hue angle of 259.87º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6937CE is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 55 | 206 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.19 |
| HSL | 259.87º | 0.61% | 0.51% | - |
| HSV(B) | 259.87º | 0.73% | 0.81% | - |
| XYZ | 18.33 | 10.19 | 59.39 | - |
| YUV | 87.16 | 195.07 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 206 | 0.49 | 0.73 | 0 | 0.19 | 259.87 | 0.61 | 0.51 |
| Hex | 69 | 37 | CE | 31 | 49 | 0 | 13 | 104 | 3D | 33 |
| Octal | 151 | 67 | 316 | 61 | 111 | 0 | 23 | 404 | 75 | 63 |
| Binary | 1101001 | 110111 | 11001110 | 110001 | 1001001 | 0 | 10011 | 100000100 | 111101 | 110011 |
Color Harmonies of #6937CE
Complementary color
Monochromatic Colors of #6937CE
Black with #6937CE
Text Example
Text Example
White with #6937CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6937CE; }
p { color: rgb(105,55,206); }
H1.HeaderClassName
{
color: #6937CE;
}
.AnyTagClassName
{
color: #6937CE;
}
</style>
background-color css
<style>
a { background-color: #6937CE; }
a { background-color: rgb(105,55,206); }
div.DivClassName
{
background-color: #6937CE;
}
.BgClassName
{
background-color: #6937CE;
}
</style>
border-color css
<style>
span { border-color: #6937CE; }
span { border-color: rgb(105,55,206); }
td.TdClassName
{
border-color: #6937CE;
}
.TagClassName
{
border-color: #6937CE;
}
</style>