Shades of Purple Heart #6C12C4
Tints of Purple Heart #6C12C4
RGB
CMYK
RGB Variations
Color information
#6C12C4 (or 0x6C12C4) is known color: Purple Heart. HEX triplet: 6C, 12 and C4. RGB value is (108,18,196). Sum of RGB (Red+Green+Blue) = 108+18+196=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #6C12C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C12C4 is #93ED3B. Grayscale: #404040. Windows color (decimal): -9694524 or 12849772. OLE color: 12849772.
HSL color Cylindrical-coordinate representation of color #6C12C4: hue angle of 270.34º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C12C4 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 18 | 196 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.23 |
| HSL | 270.34º | 0.83% | 0.42% | - |
| HSV(B) | 270.34º | 0.91% | 0.77% | - |
| XYZ | 16.36 | 7.61 | 52.83 | - |
| YUV | 65.2 | 201.82 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 18 | 196 | 0.45 | 0.91 | 0 | 0.23 | 270.34 | 0.83 | 0.42 |
| Hex | 6C | 12 | C4 | 2D | 5B | 0 | 17 | 10E | 53 | 2A |
| Octal | 154 | 22 | 304 | 55 | 133 | 0 | 27 | 416 | 123 | 52 |
| Binary | 1101100 | 10010 | 11000100 | 101101 | 1011011 | 0 | 10111 | 100001110 | 1010011 | 101010 |
Color Harmonies of #6C12C4
Complementary color
Monochromatic Colors of #6C12C4
Black with #6C12C4
Text Example
Text Example
White with #6C12C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C12C4; }
p { color: rgb(108,18,196); }
H1.HeaderClassName
{
color: #6C12C4;
}
.AnyTagClassName
{
color: #6C12C4;
}
</style>
background-color css
<style>
a { background-color: #6C12C4; }
a { background-color: rgb(108,18,196); }
div.DivClassName
{
background-color: #6C12C4;
}
.BgClassName
{
background-color: #6C12C4;
}
</style>
border-color css
<style>
span { border-color: #6C12C4; }
span { border-color: rgb(108,18,196); }
td.TdClassName
{
border-color: #6C12C4;
}
.TagClassName
{
border-color: #6C12C4;
}
</style>