Shades of Purple Heart #6C2BDD
Tints of Purple Heart #6C2BDD
RGB
CMYK
RGB Variations
Color information
#6C2BDD (or 0x6C2BDD) is known color: Purple Heart. HEX triplet: 6C, 2B and DD. RGB value is (108,43,221). Sum of RGB (Red+Green+Blue) = 108+43+221=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C2BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2BDD is #93D422. Grayscale: #525252. Windows color (decimal): -9688099 or 14494572. OLE color: 14494572.
HSL color Cylindrical-coordinate representation of color #6C2BDD: hue angle of 261.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C2BDD is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 43 | 221 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.13 |
| HSL | 261.91º | 0.72% | 0.52% | - |
| HSV(B) | 261.91º | 0.81% | 0.87% | - |
| XYZ | 20.1 | 10.14 | 69.3 | - |
| YUV | 82.73 | 206.03 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 221 | 0.51 | 0.81 | 0 | 0.13 | 261.91 | 0.72 | 0.52 |
| Hex | 6C | 2B | DD | 33 | 51 | 0 | D | 106 | 48 | 34 |
| Octal | 154 | 53 | 335 | 63 | 121 | 0 | 15 | 406 | 110 | 64 |
| Binary | 1101100 | 101011 | 11011101 | 110011 | 1010001 | 0 | 1101 | 100000110 | 1001000 | 110100 |
Color Harmonies of #6C2BDD
Complementary color
Monochromatic Colors of #6C2BDD
Black with #6C2BDD
Text Example
Text Example
White with #6C2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2BDD; }
p { color: rgb(108,43,221); }
H1.HeaderClassName
{
color: #6C2BDD;
}
.AnyTagClassName
{
color: #6C2BDD;
}
</style>
background-color css
<style>
a { background-color: #6C2BDD; }
a { background-color: rgb(108,43,221); }
div.DivClassName
{
background-color: #6C2BDD;
}
.BgClassName
{
background-color: #6C2BDD;
}
</style>
border-color css
<style>
span { border-color: #6C2BDD; }
span { border-color: rgb(108,43,221); }
td.TdClassName
{
border-color: #6C2BDD;
}
.TagClassName
{
border-color: #6C2BDD;
}
</style>