Shades of Purple Heart #6936CE
Tints of Purple Heart #6936CE
RGB
CMYK
RGB Variations
Color information
#6936CE (or 0x6936CE) is known color: Purple Heart. HEX triplet: 69, 36 and CE. RGB value is (105,54,206). Sum of RGB (Red+Green+Blue) = 105+54+206=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #6936CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6936CE is #96C931. Grayscale: #565656. Windows color (decimal): -9881906 or 13514345. OLE color: 13514345.
HSL color Cylindrical-coordinate representation of color #6936CE: hue angle of 260.13º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6936CE is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 54 | 206 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.19 |
| HSL | 260.13º | 0.61% | 0.51% | - |
| HSV(B) | 260.13º | 0.74% | 0.81% | - |
| XYZ | 18.29 | 10.1 | 59.38 | - |
| YUV | 86.58 | 195.4 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 206 | 0.49 | 0.74 | 0 | 0.19 | 260.13 | 0.61 | 0.51 |
| Hex | 69 | 36 | CE | 31 | 4A | 0 | 13 | 104 | 3D | 33 |
| Octal | 151 | 66 | 316 | 61 | 112 | 0 | 23 | 404 | 75 | 63 |
| Binary | 1101001 | 110110 | 11001110 | 110001 | 1001010 | 0 | 10011 | 100000100 | 111101 | 110011 |
Color Harmonies of #6936CE
Complementary color
Monochromatic Colors of #6936CE
Black with #6936CE
Text Example
Text Example
White with #6936CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6936CE; }
p { color: rgb(105,54,206); }
H1.HeaderClassName
{
color: #6936CE;
}
.AnyTagClassName
{
color: #6936CE;
}
</style>
background-color css
<style>
a { background-color: #6936CE; }
a { background-color: rgb(105,54,206); }
div.DivClassName
{
background-color: #6936CE;
}
.BgClassName
{
background-color: #6936CE;
}
</style>
border-color css
<style>
span { border-color: #6936CE; }
span { border-color: rgb(105,54,206); }
td.TdClassName
{
border-color: #6936CE;
}
.TagClassName
{
border-color: #6936CE;
}
</style>