Shades of Purple Heart #6828B4
Tints of Purple Heart #6828B4
RGB
CMYK
RGB Variations
Color information
#6828B4 (or 0x6828B4) is known color: Purple Heart. HEX triplet: 68, 28 and B4. RGB value is (104,40,180). Sum of RGB (Red+Green+Blue) = 104+40+180=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #6828B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6828B4 is #97D74B. Grayscale: #4A4A4A. Windows color (decimal): -9951052 or 11806824. OLE color: 11806824.
HSL color Cylindrical-coordinate representation of color #6828B4: hue angle of 267.43º degrees, saturation: 0.64, 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 #6828B4 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 40 | 180 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.29 |
| HSL | 267.43º | 0.64% | 0.43% | - |
| HSV(B) | 267.43º | 0.78% | 0.71% | - |
| XYZ | 14.71 | 7.76 | 43.9 | - |
| YUV | 75.1 | 187.2 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 180 | 0.42 | 0.78 | 0 | 0.29 | 267.43 | 0.64 | 0.43 |
| Hex | 68 | 28 | B4 | 2A | 4E | 0 | 1D | 10B | 40 | 2B |
| Octal | 150 | 50 | 264 | 52 | 116 | 0 | 35 | 413 | 100 | 53 |
| Binary | 1101000 | 101000 | 10110100 | 101010 | 1001110 | 0 | 11101 | 100001011 | 1000000 | 101011 |
Color Harmonies of #6828B4
Complementary color
Monochromatic Colors of #6828B4
Black with #6828B4
Text Example
Text Example
White with #6828B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6828B4; }
p { color: rgb(104,40,180); }
H1.HeaderClassName
{
color: #6828B4;
}
.AnyTagClassName
{
color: #6828B4;
}
</style>
background-color css
<style>
a { background-color: #6828B4; }
a { background-color: rgb(104,40,180); }
div.DivClassName
{
background-color: #6828B4;
}
.BgClassName
{
background-color: #6828B4;
}
</style>
border-color css
<style>
span { border-color: #6828B4; }
span { border-color: rgb(104,40,180); }
td.TdClassName
{
border-color: #6828B4;
}
.TagClassName
{
border-color: #6828B4;
}
</style>