Shades of Purple Heart #6833DF
Tints of Purple Heart #6833DF
RGB
CMYK
RGB Variations
Color information
#6833DF (or 0x6833DF) is known color: Purple Heart. HEX triplet: 68, 33 and DF. RGB value is (104,51,223). Sum of RGB (Red+Green+Blue) = 104+51+223=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #6833DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6833DF is #97CC20. Grayscale: #555555. Windows color (decimal): -9948193 or 14627688. OLE color: 14627688.
HSL color Cylindrical-coordinate representation of color #6833DF: hue angle of 258.49º degrees, saturation: 0.73, 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 #6833DF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 51 | 223 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.13 |
| HSL | 258.49º | 0.73% | 0.54% | - |
| HSV(B) | 258.49º | 0.77% | 0.87% | - |
| XYZ | 20.21 | 10.64 | 70.8 | - |
| YUV | 86.46 | 205.06 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 223 | 0.53 | 0.77 | 0 | 0.13 | 258.49 | 0.73 | 0.54 |
| Hex | 68 | 33 | DF | 35 | 4D | 0 | D | 102 | 49 | 36 |
| Octal | 150 | 63 | 337 | 65 | 115 | 0 | 15 | 402 | 111 | 66 |
| Binary | 1101000 | 110011 | 11011111 | 110101 | 1001101 | 0 | 1101 | 100000010 | 1001001 | 110110 |
Color Harmonies of #6833DF
Complementary color
Monochromatic Colors of #6833DF
Black with #6833DF
Text Example
Text Example
White with #6833DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6833DF; }
p { color: rgb(104,51,223); }
H1.HeaderClassName
{
color: #6833DF;
}
.AnyTagClassName
{
color: #6833DF;
}
</style>
background-color css
<style>
a { background-color: #6833DF; }
a { background-color: rgb(104,51,223); }
div.DivClassName
{
background-color: #6833DF;
}
.BgClassName
{
background-color: #6833DF;
}
</style>
border-color css
<style>
span { border-color: #6833DF; }
span { border-color: rgb(104,51,223); }
td.TdClassName
{
border-color: #6833DF;
}
.TagClassName
{
border-color: #6833DF;
}
</style>