Shades of Purple Heart #6833DE
Tints of Purple Heart #6833DE
RGB
CMYK
RGB Variations
Color information
#6833DE (or 0x6833DE) is known color: Purple Heart. HEX triplet: 68, 33 and DE. RGB value is (104,51,222). Sum of RGB (Red+Green+Blue) = 104+51+222=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #6833DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6833DE is #97CC21. Grayscale: #555555. Windows color (decimal): -9948194 or 14562152. OLE color: 14562152.
HSL color Cylindrical-coordinate representation of color #6833DE: hue angle of 258.6º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6833DE is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 51 | 222 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.13 |
| HSL | 258.6º | 0.72% | 0.54% | - |
| HSV(B) | 258.6º | 0.77% | 0.87% | - |
| XYZ | 20.08 | 10.58 | 70.09 | - |
| YUV | 86.34 | 204.56 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 222 | 0.53 | 0.77 | 0 | 0.13 | 258.6 | 0.72 | 0.54 |
| Hex | 68 | 33 | DE | 35 | 4D | 0 | D | 103 | 48 | 36 |
| Octal | 150 | 63 | 336 | 65 | 115 | 0 | 15 | 403 | 110 | 66 |
| Binary | 1101000 | 110011 | 11011110 | 110101 | 1001101 | 0 | 1101 | 100000011 | 1001000 | 110110 |
Color Harmonies of #6833DE
Complementary color
Monochromatic Colors of #6833DE
Black with #6833DE
Text Example
Text Example
White with #6833DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6833DE; }
p { color: rgb(104,51,222); }
H1.HeaderClassName
{
color: #6833DE;
}
.AnyTagClassName
{
color: #6833DE;
}
</style>
background-color css
<style>
a { background-color: #6833DE; }
a { background-color: rgb(104,51,222); }
div.DivClassName
{
background-color: #6833DE;
}
.BgClassName
{
background-color: #6833DE;
}
</style>
border-color css
<style>
span { border-color: #6833DE; }
span { border-color: rgb(104,51,222); }
td.TdClassName
{
border-color: #6833DE;
}
.TagClassName
{
border-color: #6833DE;
}
</style>