Shades of Purple Heart #6F40CD
Tints of Purple Heart #6F40CD
RGB
CMYK
RGB Variations
Color information
#6F40CD (or 0x6F40CD) is known color: Purple Heart. HEX triplet: 6F, 40 and CD. RGB value is (111,64,205). Sum of RGB (Red+Green+Blue) = 111+64+205=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F40CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F40CD is #90BF32. Grayscale: #5D5D5D. Windows color (decimal): -9486131 or 13451375. OLE color: 13451375.
HSL color Cylindrical-coordinate representation of color #6F40CD: hue angle of 260º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F40CD is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 64 | 205 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.20 |
| HSL | 260º | 0.59% | 0.53% | - |
| HSV(B) | 260º | 0.69% | 0.8% | - |
| XYZ | 19.41 | 11.45 | 58.95 | - |
| YUV | 94.13 | 190.57 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 205 | 0.46 | 0.69 | 0 | 0.20 | 260 | 0.59 | 0.53 |
| Hex | 6F | 40 | CD | 2E | 45 | 0 | 14 | 104 | 3B | 35 |
| Octal | 157 | 100 | 315 | 56 | 105 | 0 | 24 | 404 | 73 | 65 |
| Binary | 1101111 | 1000000 | 11001101 | 101110 | 1000101 | 0 | 10100 | 100000100 | 111011 | 110101 |
Color Harmonies of #6F40CD
Complementary color
Monochromatic Colors of #6F40CD
Black with #6F40CD
Text Example
Text Example
White with #6F40CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F40CD; }
p { color: rgb(111,64,205); }
H1.HeaderClassName
{
color: #6F40CD;
}
.AnyTagClassName
{
color: #6F40CD;
}
</style>
background-color css
<style>
a { background-color: #6F40CD; }
a { background-color: rgb(111,64,205); }
div.DivClassName
{
background-color: #6F40CD;
}
.BgClassName
{
background-color: #6F40CD;
}
</style>
border-color css
<style>
span { border-color: #6F40CD; }
span { border-color: rgb(111,64,205); }
td.TdClassName
{
border-color: #6F40CD;
}
.TagClassName
{
border-color: #6F40CD;
}
</style>