Shades of Purple Heart #6810B8
Tints of Purple Heart #6810B8
RGB
CMYK
RGB Variations
Color information
#6810B8 (or 0x6810B8) is known color: Purple Heart. HEX triplet: 68, 10 and B8. RGB value is (104,16,184). Sum of RGB (Red+Green+Blue) = 104+16+184=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 184 (72.27% from 255 or 60.53% from 304); Max value from RGB is 184 - color contains mainly: blue. Hex color #6810B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6810B8 is #97EF47. Grayscale: #3C3C3C. Windows color (decimal): -9957192 or 12062824. OLE color: 12062824.
HSL color Cylindrical-coordinate representation of color #6810B8: hue angle of 271.43º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6810B8 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 16 | 184 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.28 |
| HSL | 271.43º | 0.84% | 0.39% | - |
| HSV(B) | 271.43º | 0.91% | 0.72% | - |
| XYZ | 14.55 | 6.77 | 45.89 | - |
| YUV | 61.46 | 197.15 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 184 | 0.43 | 0.91 | 0 | 0.28 | 271.43 | 0.84 | 0.39 |
| Hex | 68 | 10 | B8 | 2B | 5B | 0 | 1C | 10F | 54 | 27 |
| Octal | 150 | 20 | 270 | 53 | 133 | 0 | 34 | 417 | 124 | 47 |
| Binary | 1101000 | 10000 | 10111000 | 101011 | 1011011 | 0 | 11100 | 100001111 | 1010100 | 100111 |
Color Harmonies of #6810B8
Complementary color
Monochromatic Colors of #6810B8
Black with #6810B8
Text Example
Text Example
White with #6810B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6810B8; }
p { color: rgb(104,16,184); }
H1.HeaderClassName
{
color: #6810B8;
}
.AnyTagClassName
{
color: #6810B8;
}
</style>
background-color css
<style>
a { background-color: #6810B8; }
a { background-color: rgb(104,16,184); }
div.DivClassName
{
background-color: #6810B8;
}
.BgClassName
{
background-color: #6810B8;
}
</style>
border-color css
<style>
span { border-color: #6810B8; }
span { border-color: rgb(104,16,184); }
td.TdClassName
{
border-color: #6810B8;
}
.TagClassName
{
border-color: #6810B8;
}
</style>