Shades of Purple Heart #6F2FCE
Tints of Purple Heart #6F2FCE
RGB
CMYK
RGB Variations
Color information
#6F2FCE (or 0x6F2FCE) is known color: Purple Heart. HEX triplet: 6F, 2F and CE. RGB value is (111,47,206). Sum of RGB (Red+Green+Blue) = 111+47+206=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F2FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2FCE is #90D031. Grayscale: #535353. Windows color (decimal): -9490482 or 13512559. OLE color: 13512559.
HSL color Cylindrical-coordinate representation of color #6F2FCE: hue angle of 264.15º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F2FCE is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 47 | 206 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.19 |
| HSL | 264.15º | 0.63% | 0.5% | - |
| HSV(B) | 264.15º | 0.77% | 0.81% | - |
| XYZ | 18.71 | 9.87 | 59.31 | - |
| YUV | 84.26 | 196.7 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 206 | 0.46 | 0.77 | 0 | 0.19 | 264.15 | 0.63 | 0.5 |
| Hex | 6F | 2F | CE | 2E | 4D | 0 | 13 | 108 | 3F | 32 |
| Octal | 157 | 57 | 316 | 56 | 115 | 0 | 23 | 410 | 77 | 62 |
| Binary | 1101111 | 101111 | 11001110 | 101110 | 1001101 | 0 | 10011 | 100001000 | 111111 | 110010 |
Color Harmonies of #6F2FCE
Complementary color
Monochromatic Colors of #6F2FCE
Black with #6F2FCE
Text Example
Text Example
White with #6F2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2FCE; }
p { color: rgb(111,47,206); }
H1.HeaderClassName
{
color: #6F2FCE;
}
.AnyTagClassName
{
color: #6F2FCE;
}
</style>
background-color css
<style>
a { background-color: #6F2FCE; }
a { background-color: rgb(111,47,206); }
div.DivClassName
{
background-color: #6F2FCE;
}
.BgClassName
{
background-color: #6F2FCE;
}
</style>
border-color css
<style>
span { border-color: #6F2FCE; }
span { border-color: rgb(111,47,206); }
td.TdClassName
{
border-color: #6F2FCE;
}
.TagClassName
{
border-color: #6F2FCE;
}
</style>