Shades of Purple Heart #6827B5
Tints of Purple Heart #6827B5
RGB
CMYK
RGB Variations
Color information
#6827B5 (or 0x6827B5) is known color: Purple Heart. HEX triplet: 68, 27 and B5. RGB value is (104,39,181). Sum of RGB (Red+Green+Blue) = 104+39+181=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 181 (71.09% from 255 or 55.86% from 324); Max value from RGB is 181 - color contains mainly: blue. Hex color #6827B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6827B5 is #97D84A. Grayscale: #4A4A4A. Windows color (decimal): -9951307 or 11872104. OLE color: 11872104.
HSL color Cylindrical-coordinate representation of color #6827B5: hue angle of 267.46º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6827B5 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 39 | 181 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.29 |
| HSL | 267.46º | 0.65% | 0.43% | - |
| HSV(B) | 267.46º | 0.78% | 0.71% | - |
| XYZ | 14.77 | 7.73 | 44.43 | - |
| YUV | 74.62 | 188.03 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 181 | 0.43 | 0.78 | 0 | 0.29 | 267.46 | 0.65 | 0.43 |
| Hex | 68 | 27 | B5 | 2B | 4E | 0 | 1D | 10B | 41 | 2B |
| Octal | 150 | 47 | 265 | 53 | 116 | 0 | 35 | 413 | 101 | 53 |
| Binary | 1101000 | 100111 | 10110101 | 101011 | 1001110 | 0 | 11101 | 100001011 | 1000001 | 101011 |
Color Harmonies of #6827B5
Complementary color
Monochromatic Colors of #6827B5
Black with #6827B5
Text Example
Text Example
White with #6827B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6827B5; }
p { color: rgb(104,39,181); }
H1.HeaderClassName
{
color: #6827B5;
}
.AnyTagClassName
{
color: #6827B5;
}
</style>
background-color css
<style>
a { background-color: #6827B5; }
a { background-color: rgb(104,39,181); }
div.DivClassName
{
background-color: #6827B5;
}
.BgClassName
{
background-color: #6827B5;
}
</style>
border-color css
<style>
span { border-color: #6827B5; }
span { border-color: rgb(104,39,181); }
td.TdClassName
{
border-color: #6827B5;
}
.TagClassName
{
border-color: #6827B5;
}
</style>