Shades of Purple Heart #6835B0
Tints of Purple Heart #6835B0
RGB
CMYK
RGB Variations
Color information
#6835B0 (or 0x6835B0) is known color: Purple Heart. HEX triplet: 68, 35 and B0. RGB value is (104,53,176). Sum of RGB (Red+Green+Blue) = 104+53+176=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #6835B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6835B0 is #97CA4F. Grayscale: #515151. Windows color (decimal): -9947728 or 11548008. OLE color: 11548008.
HSL color Cylindrical-coordinate representation of color #6835B0: hue angle of 264.88º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6835B0 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 53 | 176 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.31 |
| HSL | 264.88º | 0.54% | 0.45% | - |
| HSV(B) | 264.88º | 0.7% | 0.69% | - |
| XYZ | 14.82 | 8.62 | 41.96 | - |
| YUV | 82.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 176 | 0.41 | 0.70 | 0 | 0.31 | 264.88 | 0.54 | 0.45 |
| Hex | 68 | 35 | B0 | 29 | 46 | 0 | 1F | 109 | 36 | 2D |
| Octal | 150 | 65 | 260 | 51 | 106 | 0 | 37 | 411 | 66 | 55 |
| Binary | 1101000 | 110101 | 10110000 | 101001 | 1000110 | 0 | 11111 | 100001001 | 110110 | 101101 |
Color Harmonies of #6835B0
Complementary color
Monochromatic Colors of #6835B0
Black with #6835B0
Text Example
Text Example
White with #6835B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6835B0; }
p { color: rgb(104,53,176); }
H1.HeaderClassName
{
color: #6835B0;
}
.AnyTagClassName
{
color: #6835B0;
}
</style>
background-color css
<style>
a { background-color: #6835B0; }
a { background-color: rgb(104,53,176); }
div.DivClassName
{
background-color: #6835B0;
}
.BgClassName
{
background-color: #6835B0;
}
</style>
border-color css
<style>
span { border-color: #6835B0; }
span { border-color: rgb(104,53,176); }
td.TdClassName
{
border-color: #6835B0;
}
.TagClassName
{
border-color: #6835B0;
}
</style>