Shades of Purple Heart #6826DE
Tints of Purple Heart #6826DE
RGB
CMYK
RGB Variations
Color information
#6826DE (or 0x6826DE) is known color: Purple Heart. HEX triplet: 68, 26 and DE. RGB value is (104,38,222). Sum of RGB (Red+Green+Blue) = 104+38+222=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #6826DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6826DE is #97D921. Grayscale: #4E4E4E. Windows color (decimal): -9951522 or 14558824. OLE color: 14558824.
HSL color Cylindrical-coordinate representation of color #6826DE: hue angle of 261.52º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6826DE is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 38 | 222 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.13 |
| HSL | 261.52º | 0.74% | 0.51% | - |
| HSV(B) | 261.52º | 0.83% | 0.87% | - |
| XYZ | 19.59 | 9.6 | 69.93 | - |
| YUV | 78.71 | 208.87 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 222 | 0.53 | 0.83 | 0 | 0.13 | 261.52 | 0.74 | 0.51 |
| Hex | 68 | 26 | DE | 35 | 53 | 0 | D | 106 | 4A | 33 |
| Octal | 150 | 46 | 336 | 65 | 123 | 0 | 15 | 406 | 112 | 63 |
| Binary | 1101000 | 100110 | 11011110 | 110101 | 1010011 | 0 | 1101 | 100000110 | 1001010 | 110011 |
Color Harmonies of #6826DE
Complementary color
Monochromatic Colors of #6826DE
Black with #6826DE
Text Example
Text Example
White with #6826DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6826DE; }
p { color: rgb(104,38,222); }
H1.HeaderClassName
{
color: #6826DE;
}
.AnyTagClassName
{
color: #6826DE;
}
</style>
background-color css
<style>
a { background-color: #6826DE; }
a { background-color: rgb(104,38,222); }
div.DivClassName
{
background-color: #6826DE;
}
.BgClassName
{
background-color: #6826DE;
}
</style>
border-color css
<style>
span { border-color: #6826DE; }
span { border-color: rgb(104,38,222); }
td.TdClassName
{
border-color: #6826DE;
}
.TagClassName
{
border-color: #6826DE;
}
</style>