Shades of Purple Heart #6F40CA
Tints of Purple Heart #6F40CA
RGB
CMYK
RGB Variations
Color information
#6F40CA (or 0x6F40CA) is known color: Purple Heart. HEX triplet: 6F, 40 and CA. RGB value is (111,64,202). Sum of RGB (Red+Green+Blue) = 111+64+202=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F40CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F40CA is #90BF35. Grayscale: #5D5D5D. Windows color (decimal): -9486134 or 13254767. OLE color: 13254767.
HSL color Cylindrical-coordinate representation of color #6F40CA: hue angle of 260.43º degrees, saturation: 0.57, 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 #6F40CA is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 64 | 202 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.21 |
| HSL | 260.43º | 0.57% | 0.52% | - |
| HSV(B) | 260.43º | 0.68% | 0.79% | - |
| XYZ | 19.05 | 11.31 | 57.06 | - |
| YUV | 93.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 202 | 0.45 | 0.68 | 0 | 0.21 | 260.43 | 0.57 | 0.52 |
| Hex | 6F | 40 | CA | 2D | 44 | 0 | 15 | 104 | 39 | 34 |
| Octal | 157 | 100 | 312 | 55 | 104 | 0 | 25 | 404 | 71 | 64 |
| Binary | 1101111 | 1000000 | 11001010 | 101101 | 1000100 | 0 | 10101 | 100000100 | 111001 | 110100 |
Color Harmonies of #6F40CA
Complementary color
Monochromatic Colors of #6F40CA
Black with #6F40CA
Text Example
Text Example
White with #6F40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F40CA; }
p { color: rgb(111,64,202); }
H1.HeaderClassName
{
color: #6F40CA;
}
.AnyTagClassName
{
color: #6F40CA;
}
</style>
background-color css
<style>
a { background-color: #6F40CA; }
a { background-color: rgb(111,64,202); }
div.DivClassName
{
background-color: #6F40CA;
}
.BgClassName
{
background-color: #6F40CA;
}
</style>
border-color css
<style>
span { border-color: #6F40CA; }
span { border-color: rgb(111,64,202); }
td.TdClassName
{
border-color: #6F40CA;
}
.TagClassName
{
border-color: #6F40CA;
}
</style>