Shades of Purple Heart #6F2FCD
Tints of Purple Heart #6F2FCD
RGB
CMYK
RGB Variations
Color information
#6F2FCD (or 0x6F2FCD) is known color: Purple Heart. HEX triplet: 6F, 2F and CD. RGB value is (111,47,205). Sum of RGB (Red+Green+Blue) = 111+47+205=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F2FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2FCD is #90D032. Grayscale: #535353. Windows color (decimal): -9490483 or 13447023. OLE color: 13447023.
HSL color Cylindrical-coordinate representation of color #6F2FCD: hue angle of 264.3º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F2FCD is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 47 | 205 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.20 |
| HSL | 264.3º | 0.63% | 0.49% | - |
| HSV(B) | 264.3º | 0.77% | 0.8% | - |
| XYZ | 18.59 | 9.82 | 58.67 | - |
| YUV | 84.15 | 196.2 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 205 | 0.46 | 0.77 | 0 | 0.20 | 264.3 | 0.63 | 0.49 |
| Hex | 6F | 2F | CD | 2E | 4D | 0 | 14 | 108 | 3F | 31 |
| Octal | 157 | 57 | 315 | 56 | 115 | 0 | 24 | 410 | 77 | 61 |
| Binary | 1101111 | 101111 | 11001101 | 101110 | 1001101 | 0 | 10100 | 100001000 | 111111 | 110001 |
Color Harmonies of #6F2FCD
Complementary color
Monochromatic Colors of #6F2FCD
Black with #6F2FCD
Text Example
Text Example
White with #6F2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2FCD; }
p { color: rgb(111,47,205); }
H1.HeaderClassName
{
color: #6F2FCD;
}
.AnyTagClassName
{
color: #6F2FCD;
}
</style>
background-color css
<style>
a { background-color: #6F2FCD; }
a { background-color: rgb(111,47,205); }
div.DivClassName
{
background-color: #6F2FCD;
}
.BgClassName
{
background-color: #6F2FCD;
}
</style>
border-color css
<style>
span { border-color: #6F2FCD; }
span { border-color: rgb(111,47,205); }
td.TdClassName
{
border-color: #6F2FCD;
}
.TagClassName
{
border-color: #6F2FCD;
}
</style>