Shades of Purple Heart #6C39BB
Tints of Purple Heart #6C39BB
RGB
CMYK
RGB Variations
Color information
#6C39BB (or 0x6C39BB) is known color: Purple Heart. HEX triplet: 6C, 39 and BB. RGB value is (108,57,187). Sum of RGB (Red+Green+Blue) = 108+57+187=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C39BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C39BB is #93C644. Grayscale: #565656. Windows color (decimal): -9684549 or 12269932. OLE color: 12269932.
HSL color Cylindrical-coordinate representation of color #6C39BB: hue angle of 263.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C39BB is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 57 | 187 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.27 |
| HSL | 263.54º | 0.53% | 0.48% | - |
| HSV(B) | 263.54º | 0.7% | 0.73% | - |
| XYZ | 16.62 | 9.7 | 48.01 | - |
| YUV | 87.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 57 | 187 | 0.42 | 0.70 | 0 | 0.27 | 263.54 | 0.53 | 0.48 |
| Hex | 6C | 39 | BB | 2A | 46 | 0 | 1B | 108 | 35 | 30 |
| Octal | 154 | 71 | 273 | 52 | 106 | 0 | 33 | 410 | 65 | 60 |
| Binary | 1101100 | 111001 | 10111011 | 101010 | 1000110 | 0 | 11011 | 100001000 | 110101 | 110000 |
Color Harmonies of #6C39BB
Complementary color
Monochromatic Colors of #6C39BB
Black with #6C39BB
Text Example
Text Example
White with #6C39BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C39BB; }
p { color: rgb(108,57,187); }
H1.HeaderClassName
{
color: #6C39BB;
}
.AnyTagClassName
{
color: #6C39BB;
}
</style>
background-color css
<style>
a { background-color: #6C39BB; }
a { background-color: rgb(108,57,187); }
div.DivClassName
{
background-color: #6C39BB;
}
.BgClassName
{
background-color: #6C39BB;
}
</style>
border-color css
<style>
span { border-color: #6C39BB; }
span { border-color: rgb(108,57,187); }
td.TdClassName
{
border-color: #6C39BB;
}
.TagClassName
{
border-color: #6C39BB;
}
</style>