Shades of Purple Heart #6836CF
Tints of Purple Heart #6836CF
RGB
CMYK
RGB Variations
Color information
#6836CF (or 0x6836CF) is known color: Purple Heart. HEX triplet: 68, 36 and CF. RGB value is (104,54,207). Sum of RGB (Red+Green+Blue) = 104+54+207=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #6836CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6836CF is #97C930. Grayscale: #555555. Windows color (decimal): -9947441 or 13579880. OLE color: 13579880.
HSL color Cylindrical-coordinate representation of color #6836CF: hue angle of 259.61º 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 #6836CF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 54 | 207 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.19 |
| HSL | 259.61º | 0.61% | 0.51% | - |
| HSV(B) | 259.61º | 0.74% | 0.81% | - |
| XYZ | 18.29 | 10.09 | 60.01 | - |
| YUV | 86.39 | 196.07 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 207 | 0.50 | 0.74 | 0 | 0.19 | 259.61 | 0.61 | 0.51 |
| Hex | 68 | 36 | CF | 32 | 4A | 0 | 13 | 104 | 3D | 33 |
| Octal | 150 | 66 | 317 | 62 | 112 | 0 | 23 | 404 | 75 | 63 |
| Binary | 1101000 | 110110 | 11001111 | 110010 | 1001010 | 0 | 10011 | 100000100 | 111101 | 110011 |
Color Harmonies of #6836CF
Complementary color
Monochromatic Colors of #6836CF
Black with #6836CF
Text Example
Text Example
White with #6836CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6836CF; }
p { color: rgb(104,54,207); }
H1.HeaderClassName
{
color: #6836CF;
}
.AnyTagClassName
{
color: #6836CF;
}
</style>
background-color css
<style>
a { background-color: #6836CF; }
a { background-color: rgb(104,54,207); }
div.DivClassName
{
background-color: #6836CF;
}
.BgClassName
{
background-color: #6836CF;
}
</style>
border-color css
<style>
span { border-color: #6836CF; }
span { border-color: rgb(104,54,207); }
td.TdClassName
{
border-color: #6836CF;
}
.TagClassName
{
border-color: #6836CF;
}
</style>