Shades of Purple Heart #6C43C4
Tints of Purple Heart #6C43C4
RGB
CMYK
RGB Variations
Color information
#6C43C4 (or 0x6C43C4) is known color: Purple Heart. HEX triplet: 6C, 43 and C4. RGB value is (108,67,196). Sum of RGB (Red+Green+Blue) = 108+67+196=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #6C43C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C43C4 is #93BC3B. Grayscale: #5D5D5D. Windows color (decimal): -9681980 or 12862316. OLE color: 12862316.
HSL color Cylindrical-coordinate representation of color #6C43C4: hue angle of 259.07º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C43C4 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 67 | 196 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.23 |
| HSL | 259.07º | 0.52% | 0.52% | - |
| HSV(B) | 259.07º | 0.66% | 0.77% | - |
| XYZ | 18.16 | 11.19 | 53.43 | - |
| YUV | 93.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 67 | 196 | 0.45 | 0.66 | 0 | 0.23 | 259.07 | 0.52 | 0.52 |
| Hex | 6C | 43 | C4 | 2D | 42 | 0 | 17 | 103 | 34 | 34 |
| Octal | 154 | 103 | 304 | 55 | 102 | 0 | 27 | 403 | 64 | 64 |
| Binary | 1101100 | 1000011 | 11000100 | 101101 | 1000010 | 0 | 10111 | 100000011 | 110100 | 110100 |
Color Harmonies of #6C43C4
Complementary color
Monochromatic Colors of #6C43C4
Black with #6C43C4
Text Example
Text Example
White with #6C43C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C43C4; }
p { color: rgb(108,67,196); }
H1.HeaderClassName
{
color: #6C43C4;
}
.AnyTagClassName
{
color: #6C43C4;
}
</style>
background-color css
<style>
a { background-color: #6C43C4; }
a { background-color: rgb(108,67,196); }
div.DivClassName
{
background-color: #6C43C4;
}
.BgClassName
{
background-color: #6C43C4;
}
</style>
border-color css
<style>
span { border-color: #6C43C4; }
span { border-color: rgb(108,67,196); }
td.TdClassName
{
border-color: #6C43C4;
}
.TagClassName
{
border-color: #6C43C4;
}
</style>