Shades of Purple Heart #6C41CB
Tints of Purple Heart #6C41CB
RGB
CMYK
RGB Variations
Color information
#6C41CB (or 0x6C41CB) is known color: Purple Heart. HEX triplet: 6C, 41 and CB. RGB value is (108,65,203). Sum of RGB (Red+Green+Blue) = 108+65+203=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C41CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C41CB is #93BE34. Grayscale: #5D5D5D. Windows color (decimal): -9682485 or 13320556. OLE color: 13320556.
HSL color Cylindrical-coordinate representation of color #6C41CB: hue angle of 258.7º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C41CB is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 65 | 203 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.20 |
| HSL | 258.7º | 0.57% | 0.53% | - |
| HSV(B) | 258.7º | 0.68% | 0.8% | - |
| XYZ | 18.85 | 11.28 | 57.68 | - |
| YUV | 93.59 | 189.75 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 65 | 203 | 0.47 | 0.68 | 0 | 0.20 | 258.7 | 0.57 | 0.53 |
| Hex | 6C | 41 | CB | 2F | 44 | 0 | 14 | 103 | 39 | 35 |
| Octal | 154 | 101 | 313 | 57 | 104 | 0 | 24 | 403 | 71 | 65 |
| Binary | 1101100 | 1000001 | 11001011 | 101111 | 1000100 | 0 | 10100 | 100000011 | 111001 | 110101 |
Color Harmonies of #6C41CB
Complementary color
Monochromatic Colors of #6C41CB
Black with #6C41CB
Text Example
Text Example
White with #6C41CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C41CB; }
p { color: rgb(108,65,203); }
H1.HeaderClassName
{
color: #6C41CB;
}
.AnyTagClassName
{
color: #6C41CB;
}
</style>
background-color css
<style>
a { background-color: #6C41CB; }
a { background-color: rgb(108,65,203); }
div.DivClassName
{
background-color: #6C41CB;
}
.BgClassName
{
background-color: #6C41CB;
}
</style>
border-color css
<style>
span { border-color: #6C41CB; }
span { border-color: rgb(108,65,203); }
td.TdClassName
{
border-color: #6C41CB;
}
.TagClassName
{
border-color: #6C41CB;
}
</style>