Shades of Purple Heart #6C3BB5
Tints of Purple Heart #6C3BB5
RGB
CMYK
RGB Variations
Color information
#6C3BB5 (or 0x6C3BB5) is known color: Purple Heart. HEX triplet: 6C, 3B and B5. RGB value is (108,59,181). Sum of RGB (Red+Green+Blue) = 108+59+181=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 181 (71.09% from 255 or 52.01% from 348); Max value from RGB is 181 - color contains mainly: blue. Hex color #6C3BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3BB5 is #93C44A. Grayscale: #575757. Windows color (decimal): -9684043 or 11877228. OLE color: 11877228.
HSL color Cylindrical-coordinate representation of color #6C3BB5: hue angle of 264.1º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C3BB5 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 59 | 181 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.29 |
| HSL | 264.1º | 0.51% | 0.47% | - |
| HSV(B) | 264.1º | 0.67% | 0.71% | - |
| XYZ | 16.09 | 9.65 | 44.73 | - |
| YUV | 87.56 | 180.73 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 59 | 181 | 0.40 | 0.67 | 0 | 0.29 | 264.1 | 0.51 | 0.47 |
| Hex | 6C | 3B | B5 | 28 | 43 | 0 | 1D | 108 | 33 | 2F |
| Octal | 154 | 73 | 265 | 50 | 103 | 0 | 35 | 410 | 63 | 57 |
| Binary | 1101100 | 111011 | 10110101 | 101000 | 1000011 | 0 | 11101 | 100001000 | 110011 | 101111 |
Color Harmonies of #6C3BB5
Complementary color
Monochromatic Colors of #6C3BB5
Black with #6C3BB5
Text Example
Text Example
White with #6C3BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3BB5; }
p { color: rgb(108,59,181); }
H1.HeaderClassName
{
color: #6C3BB5;
}
.AnyTagClassName
{
color: #6C3BB5;
}
</style>
background-color css
<style>
a { background-color: #6C3BB5; }
a { background-color: rgb(108,59,181); }
div.DivClassName
{
background-color: #6C3BB5;
}
.BgClassName
{
background-color: #6C3BB5;
}
</style>
border-color css
<style>
span { border-color: #6C3BB5; }
span { border-color: rgb(108,59,181); }
td.TdClassName
{
border-color: #6C3BB5;
}
.TagClassName
{
border-color: #6C3BB5;
}
</style>