Shades of Purple Heart #6F41CA
Tints of Purple Heart #6F41CA
RGB
CMYK
RGB Variations
Color information
#6F41CA (or 0x6F41CA) is known color: Purple Heart. HEX triplet: 6F, 41 and CA. RGB value is (111,65,202). Sum of RGB (Red+Green+Blue) = 111+65+202=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F41CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F41CA is #90BE35. Grayscale: #5D5D5D. Windows color (decimal): -9485878 or 13255023. OLE color: 13255023.
HSL color Cylindrical-coordinate representation of color #6F41CA: hue angle of 260.15º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F41CA is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 65 | 202 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.21 |
| HSL | 260.15º | 0.56% | 0.52% | - |
| HSV(B) | 260.15º | 0.68% | 0.79% | - |
| XYZ | 19.11 | 11.42 | 57.08 | - |
| YUV | 94.37 | 188.74 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 202 | 0.45 | 0.68 | 0 | 0.21 | 260.15 | 0.56 | 0.52 |
| Hex | 6F | 41 | CA | 2D | 44 | 0 | 15 | 104 | 38 | 34 |
| Octal | 157 | 101 | 312 | 55 | 104 | 0 | 25 | 404 | 70 | 64 |
| Binary | 1101111 | 1000001 | 11001010 | 101101 | 1000100 | 0 | 10101 | 100000100 | 111000 | 110100 |
Color Harmonies of #6F41CA
Complementary color
Monochromatic Colors of #6F41CA
Black with #6F41CA
Text Example
Text Example
White with #6F41CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F41CA; }
p { color: rgb(111,65,202); }
H1.HeaderClassName
{
color: #6F41CA;
}
.AnyTagClassName
{
color: #6F41CA;
}
</style>
background-color css
<style>
a { background-color: #6F41CA; }
a { background-color: rgb(111,65,202); }
div.DivClassName
{
background-color: #6F41CA;
}
.BgClassName
{
background-color: #6F41CA;
}
</style>
border-color css
<style>
span { border-color: #6F41CA; }
span { border-color: rgb(111,65,202); }
td.TdClassName
{
border-color: #6F41CA;
}
.TagClassName
{
border-color: #6F41CA;
}
</style>