Shades of Purple Heart #6C37CB
Tints of Purple Heart #6C37CB
RGB
CMYK
RGB Variations
Color information
#6C37CB (or 0x6C37CB) is known color: Purple Heart. HEX triplet: 6C, 37 and CB. RGB value is (108,55,203). Sum of RGB (Red+Green+Blue) = 108+55+203=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C37CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C37CB is #93C834. Grayscale: #575757. Windows color (decimal): -9685045 or 13317996. OLE color: 13317996.
HSL color Cylindrical-coordinate representation of color #6C37CB: hue angle of 261.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C37CB is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 55 | 203 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.20 |
| HSL | 261.49º | 0.59% | 0.51% | - |
| HSV(B) | 261.49º | 0.73% | 0.8% | - |
| XYZ | 18.33 | 10.23 | 57.51 | - |
| YUV | 87.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 55 | 203 | 0.47 | 0.73 | 0 | 0.20 | 261.49 | 0.59 | 0.51 |
| Hex | 6C | 37 | CB | 2F | 49 | 0 | 14 | 105 | 3B | 33 |
| Octal | 154 | 67 | 313 | 57 | 111 | 0 | 24 | 405 | 73 | 63 |
| Binary | 1101100 | 110111 | 11001011 | 101111 | 1001001 | 0 | 10100 | 100000101 | 111011 | 110011 |
Color Harmonies of #6C37CB
Complementary color
Monochromatic Colors of #6C37CB
Black with #6C37CB
Text Example
Text Example
White with #6C37CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C37CB; }
p { color: rgb(108,55,203); }
H1.HeaderClassName
{
color: #6C37CB;
}
.AnyTagClassName
{
color: #6C37CB;
}
</style>
background-color css
<style>
a { background-color: #6C37CB; }
a { background-color: rgb(108,55,203); }
div.DivClassName
{
background-color: #6C37CB;
}
.BgClassName
{
background-color: #6C37CB;
}
</style>
border-color css
<style>
span { border-color: #6C37CB; }
span { border-color: rgb(108,55,203); }
td.TdClassName
{
border-color: #6C37CB;
}
.TagClassName
{
border-color: #6C37CB;
}
</style>