Shades of Purple Heart #6D40CB
Tints of Purple Heart #6D40CB
RGB
CMYK
RGB Variations
Color information
#6D40CB (or 0x6D40CB) is known color: Purple Heart. HEX triplet: 6D, 40 and CB. RGB value is (109,64,203). Sum of RGB (Red+Green+Blue) = 109+64+203=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 64 (25.39% from 255 or 17.02% 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 #6D40CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D40CB is #92BF34. Grayscale: #5C5C5C. Windows color (decimal): -9617205 or 13320301. OLE color: 13320301.
HSL color Cylindrical-coordinate representation of color #6D40CB: hue angle of 259.42º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D40CB is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 64 | 203 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.20 |
| HSL | 259.42º | 0.57% | 0.52% | - |
| HSV(B) | 259.42º | 0.68% | 0.8% | - |
| XYZ | 18.92 | 11.23 | 57.67 | - |
| YUV | 93.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 203 | 0.46 | 0.68 | 0 | 0.20 | 259.42 | 0.57 | 0.52 |
| Hex | 6D | 40 | CB | 2E | 44 | 0 | 14 | 103 | 39 | 34 |
| Octal | 155 | 100 | 313 | 56 | 104 | 0 | 24 | 403 | 71 | 64 |
| Binary | 1101101 | 1000000 | 11001011 | 101110 | 1000100 | 0 | 10100 | 100000011 | 111001 | 110100 |
Color Harmonies of #6D40CB
Complementary color
Monochromatic Colors of #6D40CB
Black with #6D40CB
Text Example
Text Example
White with #6D40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D40CB; }
p { color: rgb(109,64,203); }
H1.HeaderClassName
{
color: #6D40CB;
}
.AnyTagClassName
{
color: #6D40CB;
}
</style>
background-color css
<style>
a { background-color: #6D40CB; }
a { background-color: rgb(109,64,203); }
div.DivClassName
{
background-color: #6D40CB;
}
.BgClassName
{
background-color: #6D40CB;
}
</style>
border-color css
<style>
span { border-color: #6D40CB; }
span { border-color: rgb(109,64,203); }
td.TdClassName
{
border-color: #6D40CB;
}
.TagClassName
{
border-color: #6D40CB;
}
</style>