Shades of Purple Heart #6C11CA
Tints of Purple Heart #6C11CA
RGB
CMYK
RGB Variations
Color information
#6C11CA (or 0x6C11CA) is known color: Purple Heart. HEX triplet: 6C, 11 and CA. RGB value is (108,17,202). Sum of RGB (Red+Green+Blue) = 108+17+202=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C11CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C11CA is #93EE35. Grayscale: #404040. Windows color (decimal): -9694774 or 13242732. OLE color: 13242732.
HSL color Cylindrical-coordinate representation of color #6C11CA: hue angle of 269.51º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C11CA is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 17 | 202 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.21 |
| HSL | 269.51º | 0.84% | 0.43% | - |
| HSV(B) | 269.51º | 0.92% | 0.79% | - |
| XYZ | 17.05 | 7.85 | 56.49 | - |
| YUV | 65.3 | 205.15 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 202 | 0.47 | 0.92 | 0 | 0.21 | 269.51 | 0.84 | 0.43 |
| Hex | 6C | 11 | CA | 2F | 5C | 0 | 15 | 10E | 54 | 2B |
| Octal | 154 | 21 | 312 | 57 | 134 | 0 | 25 | 416 | 124 | 53 |
| Binary | 1101100 | 10001 | 11001010 | 101111 | 1011100 | 0 | 10101 | 100001110 | 1010100 | 101011 |
Color Harmonies of #6C11CA
Complementary color
Monochromatic Colors of #6C11CA
Black with #6C11CA
Text Example
Text Example
White with #6C11CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C11CA; }
p { color: rgb(108,17,202); }
H1.HeaderClassName
{
color: #6C11CA;
}
.AnyTagClassName
{
color: #6C11CA;
}
</style>
background-color css
<style>
a { background-color: #6C11CA; }
a { background-color: rgb(108,17,202); }
div.DivClassName
{
background-color: #6C11CA;
}
.BgClassName
{
background-color: #6C11CA;
}
</style>
border-color css
<style>
span { border-color: #6C11CA; }
span { border-color: rgb(108,17,202); }
td.TdClassName
{
border-color: #6C11CA;
}
.TagClassName
{
border-color: #6C11CA;
}
</style>