Shades of Purple Heart #6827BB
Tints of Purple Heart #6827BB
RGB
CMYK
RGB Variations
Color information
#6827BB (or 0x6827BB) is known color: Purple Heart. HEX triplet: 68, 27 and BB. RGB value is (104,39,187). Sum of RGB (Red+Green+Blue) = 104+39+187=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #6827BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6827BB is #97D844. Grayscale: #4A4A4A. Windows color (decimal): -9951301 or 12265320. OLE color: 12265320.
HSL color Cylindrical-coordinate representation of color #6827BB: hue angle of 266.35º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6827BB is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 39 | 187 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.27 |
| HSL | 266.35º | 0.65% | 0.44% | - |
| HSV(B) | 266.35º | 0.79% | 0.73% | - |
| XYZ | 15.4 | 7.98 | 47.74 | - |
| YUV | 75.31 | 191.03 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 187 | 0.44 | 0.79 | 0 | 0.27 | 266.35 | 0.65 | 0.44 |
| Hex | 68 | 27 | BB | 2C | 4F | 0 | 1B | 10A | 41 | 2C |
| Octal | 150 | 47 | 273 | 54 | 117 | 0 | 33 | 412 | 101 | 54 |
| Binary | 1101000 | 100111 | 10111011 | 101100 | 1001111 | 0 | 11011 | 100001010 | 1000001 | 101100 |
Color Harmonies of #6827BB
Complementary color
Monochromatic Colors of #6827BB
Black with #6827BB
Text Example
Text Example
White with #6827BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6827BB; }
p { color: rgb(104,39,187); }
H1.HeaderClassName
{
color: #6827BB;
}
.AnyTagClassName
{
color: #6827BB;
}
</style>
background-color css
<style>
a { background-color: #6827BB; }
a { background-color: rgb(104,39,187); }
div.DivClassName
{
background-color: #6827BB;
}
.BgClassName
{
background-color: #6827BB;
}
</style>
border-color css
<style>
span { border-color: #6827BB; }
span { border-color: rgb(104,39,187); }
td.TdClassName
{
border-color: #6827BB;
}
.TagClassName
{
border-color: #6827BB;
}
</style>