Shades of Purple Heart #6C27BB
Tints of Purple Heart #6C27BB
RGB
CMYK
RGB Variations
Color information
#6C27BB (or 0x6C27BB) is known color: Purple Heart. HEX triplet: 6C, 27 and BB. RGB value is (108,39,187). Sum of RGB (Red+Green+Blue) = 108+39+187=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C27BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C27BB is #93D844. Grayscale: #4B4B4B. Windows color (decimal): -9689157 or 12265324. OLE color: 12265324.
HSL color Cylindrical-coordinate representation of color #6C27BB: hue angle of 267.97º 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 #6C27BB is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 39 | 187 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.27 |
| HSL | 267.97º | 0.65% | 0.44% | - |
| HSV(B) | 267.97º | 0.79% | 0.73% | - |
| XYZ | 15.88 | 8.23 | 47.76 | - |
| YUV | 76.5 | 190.36 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 187 | 0.42 | 0.79 | 0 | 0.27 | 267.97 | 0.65 | 0.44 |
| Hex | 6C | 27 | BB | 2A | 4F | 0 | 1B | 10C | 41 | 2C |
| Octal | 154 | 47 | 273 | 52 | 117 | 0 | 33 | 414 | 101 | 54 |
| Binary | 1101100 | 100111 | 10111011 | 101010 | 1001111 | 0 | 11011 | 100001100 | 1000001 | 101100 |
Color Harmonies of #6C27BB
Complementary color
Monochromatic Colors of #6C27BB
Black with #6C27BB
Text Example
Text Example
White with #6C27BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C27BB; }
p { color: rgb(108,39,187); }
H1.HeaderClassName
{
color: #6C27BB;
}
.AnyTagClassName
{
color: #6C27BB;
}
</style>
background-color css
<style>
a { background-color: #6C27BB; }
a { background-color: rgb(108,39,187); }
div.DivClassName
{
background-color: #6C27BB;
}
.BgClassName
{
background-color: #6C27BB;
}
</style>
border-color css
<style>
span { border-color: #6C27BB; }
span { border-color: rgb(108,39,187); }
td.TdClassName
{
border-color: #6C27BB;
}
.TagClassName
{
border-color: #6C27BB;
}
</style>