Shades of Purple Heart #6F2CCD
Tints of Purple Heart #6F2CCD
RGB
CMYK
RGB Variations
Color information
#6F2CCD (or 0x6F2CCD) is known color: Purple Heart. HEX triplet: 6F, 2C and CD. RGB value is (111,44,205). Sum of RGB (Red+Green+Blue) = 111+44+205=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F2CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2CCD is #90D332. Grayscale: #515151. Windows color (decimal): -9491251 or 13446255. OLE color: 13446255.
HSL color Cylindrical-coordinate representation of color #6F2CCD: hue angle of 264.97º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F2CCD is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 44 | 205 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.20 |
| HSL | 264.97º | 0.65% | 0.49% | - |
| HSV(B) | 264.97º | 0.79% | 0.8% | - |
| XYZ | 18.48 | 9.59 | 58.63 | - |
| YUV | 82.39 | 197.2 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 205 | 0.46 | 0.79 | 0 | 0.20 | 264.97 | 0.65 | 0.49 |
| Hex | 6F | 2C | CD | 2E | 4F | 0 | 14 | 109 | 41 | 31 |
| Octal | 157 | 54 | 315 | 56 | 117 | 0 | 24 | 411 | 101 | 61 |
| Binary | 1101111 | 101100 | 11001101 | 101110 | 1001111 | 0 | 10100 | 100001001 | 1000001 | 110001 |
Color Harmonies of #6F2CCD
Complementary color
Monochromatic Colors of #6F2CCD
Black with #6F2CCD
Text Example
Text Example
White with #6F2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2CCD; }
p { color: rgb(111,44,205); }
H1.HeaderClassName
{
color: #6F2CCD;
}
.AnyTagClassName
{
color: #6F2CCD;
}
</style>
background-color css
<style>
a { background-color: #6F2CCD; }
a { background-color: rgb(111,44,205); }
div.DivClassName
{
background-color: #6F2CCD;
}
.BgClassName
{
background-color: #6F2CCD;
}
</style>
border-color css
<style>
span { border-color: #6F2CCD; }
span { border-color: rgb(111,44,205); }
td.TdClassName
{
border-color: #6F2CCD;
}
.TagClassName
{
border-color: #6F2CCD;
}
</style>