Shades of Purple Heart #6C04BB
Tints of Purple Heart #6C04BB
RGB
CMYK
RGB Variations
Color information
#6C04BB (or 0x6C04BB) is known color: Purple Heart. HEX triplet: 6C, 04 and BB. RGB value is (108,4,187). Sum of RGB (Red+Green+Blue) = 108+4+187=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C04BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C04BB is #93FB44. Grayscale: #373737. Windows color (decimal): -9698117 or 12256364. OLE color: 12256364.
HSL color Cylindrical-coordinate representation of color #6C04BB: hue angle of 274.1º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C04BB is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 4 | 187 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.27 |
| HSL | 274.1º | 0.96% | 0.37% | - |
| HSV(B) | 274.1º | 0.98% | 0.73% | - |
| XYZ | 15.2 | 6.86 | 47.54 | - |
| YUV | 55.96 | 201.96 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 187 | 0.42 | 0.98 | 0 | 0.27 | 274.1 | 0.96 | 0.37 |
| Hex | 6C | 4 | BB | 2A | 62 | 0 | 1B | 112 | 60 | 25 |
| Octal | 154 | 4 | 273 | 52 | 142 | 0 | 33 | 422 | 140 | 45 |
| Binary | 1101100 | 100 | 10111011 | 101010 | 1100010 | 0 | 11011 | 100010010 | 1100000 | 100101 |
Color Harmonies of #6C04BB
Complementary color
Monochromatic Colors of #6C04BB
Black with #6C04BB
Text Example
Text Example
White with #6C04BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C04BB; }
p { color: rgb(108,4,187); }
H1.HeaderClassName
{
color: #6C04BB;
}
.AnyTagClassName
{
color: #6C04BB;
}
</style>
background-color css
<style>
a { background-color: #6C04BB; }
a { background-color: rgb(108,4,187); }
div.DivClassName
{
background-color: #6C04BB;
}
.BgClassName
{
background-color: #6C04BB;
}
</style>
border-color css
<style>
span { border-color: #6C04BB; }
span { border-color: rgb(108,4,187); }
td.TdClassName
{
border-color: #6C04BB;
}
.TagClassName
{
border-color: #6C04BB;
}
</style>