Shades of Purple Heart #6F42C4
Tints of Purple Heart #6F42C4
RGB
CMYK
RGB Variations
Color information
#6F42C4 (or 0x6F42C4) is known color: Purple Heart. HEX triplet: 6F, 42 and C4. RGB value is (111,66,196). Sum of RGB (Red+Green+Blue) = 111+66+196=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #6F42C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F42C4 is #90BD3B. Grayscale: #5D5D5D. Windows color (decimal): -9485628 or 12862063. OLE color: 12862063.
HSL color Cylindrical-coordinate representation of color #6F42C4: hue angle of 260.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F42C4 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 66 | 196 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.23 |
| HSL | 260.77º | 0.52% | 0.51% | - |
| HSV(B) | 260.77º | 0.66% | 0.77% | - |
| XYZ | 18.47 | 11.26 | 53.42 | - |
| YUV | 94.28 | 185.41 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 196 | 0.43 | 0.66 | 0 | 0.23 | 260.77 | 0.52 | 0.51 |
| Hex | 6F | 42 | C4 | 2B | 42 | 0 | 17 | 105 | 34 | 33 |
| Octal | 157 | 102 | 304 | 53 | 102 | 0 | 27 | 405 | 64 | 63 |
| Binary | 1101111 | 1000010 | 11000100 | 101011 | 1000010 | 0 | 10111 | 100000101 | 110100 | 110011 |
Color Harmonies of #6F42C4
Complementary color
Monochromatic Colors of #6F42C4
Black with #6F42C4
Text Example
Text Example
White with #6F42C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F42C4; }
p { color: rgb(111,66,196); }
H1.HeaderClassName
{
color: #6F42C4;
}
.AnyTagClassName
{
color: #6F42C4;
}
</style>
background-color css
<style>
a { background-color: #6F42C4; }
a { background-color: rgb(111,66,196); }
div.DivClassName
{
background-color: #6F42C4;
}
.BgClassName
{
background-color: #6F42C4;
}
</style>
border-color css
<style>
span { border-color: #6F42C4; }
span { border-color: rgb(111,66,196); }
td.TdClassName
{
border-color: #6F42C4;
}
.TagClassName
{
border-color: #6F42C4;
}
</style>