Shades of Purple Heart #6834CF
Tints of Purple Heart #6834CF
RGB
CMYK
RGB Variations
Color information
#6834CF (or 0x6834CF) is known color: Purple Heart. HEX triplet: 68, 34 and CF. RGB value is (104,52,207). Sum of RGB (Red+Green+Blue) = 104+52+207=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #6834CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6834CF is #97CB30. Grayscale: #545454. Windows color (decimal): -9947953 or 13579368. OLE color: 13579368.
HSL color Cylindrical-coordinate representation of color #6834CF: hue angle of 260.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6834CF is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 52 | 207 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.19 |
| HSL | 260.13º | 0.62% | 0.51% | - |
| HSV(B) | 260.13º | 0.75% | 0.81% | - |
| XYZ | 18.2 | 9.9 | 59.98 | - |
| YUV | 85.22 | 196.73 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 207 | 0.50 | 0.75 | 0 | 0.19 | 260.13 | 0.62 | 0.51 |
| Hex | 68 | 34 | CF | 32 | 4B | 0 | 13 | 104 | 3E | 33 |
| Octal | 150 | 64 | 317 | 62 | 113 | 0 | 23 | 404 | 76 | 63 |
| Binary | 1101000 | 110100 | 11001111 | 110010 | 1001011 | 0 | 10011 | 100000100 | 111110 | 110011 |
Color Harmonies of #6834CF
Complementary color
Monochromatic Colors of #6834CF
Black with #6834CF
Text Example
Text Example
White with #6834CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6834CF; }
p { color: rgb(104,52,207); }
H1.HeaderClassName
{
color: #6834CF;
}
.AnyTagClassName
{
color: #6834CF;
}
</style>
background-color css
<style>
a { background-color: #6834CF; }
a { background-color: rgb(104,52,207); }
div.DivClassName
{
background-color: #6834CF;
}
.BgClassName
{
background-color: #6834CF;
}
</style>
border-color css
<style>
span { border-color: #6834CF; }
span { border-color: rgb(104,52,207); }
td.TdClassName
{
border-color: #6834CF;
}
.TagClassName
{
border-color: #6834CF;
}
</style>