Shades of Purple Heart #6F38CF
Tints of Purple Heart #6F38CF
RGB
CMYK
RGB Variations
Color information
#6F38CF (or 0x6F38CF) is known color: Purple Heart. HEX triplet: 6F, 38 and CF. RGB value is (111,56,207). Sum of RGB (Red+Green+Blue) = 111+56+207=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F38CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F38CF is #90C730. Grayscale: #595959. Windows color (decimal): -9488177 or 13580399. OLE color: 13580399.
HSL color Cylindrical-coordinate representation of color #6F38CF: hue angle of 261.85º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F38CF is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 56 | 207 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.19 |
| HSL | 261.85º | 0.61% | 0.52% | - |
| HSV(B) | 261.85º | 0.73% | 0.81% | - |
| XYZ | 19.23 | 10.71 | 60.09 | - |
| YUV | 89.66 | 194.22 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 207 | 0.46 | 0.73 | 0 | 0.19 | 261.85 | 0.61 | 0.52 |
| Hex | 6F | 38 | CF | 2E | 49 | 0 | 13 | 106 | 3D | 34 |
| Octal | 157 | 70 | 317 | 56 | 111 | 0 | 23 | 406 | 75 | 64 |
| Binary | 1101111 | 111000 | 11001111 | 101110 | 1001001 | 0 | 10011 | 100000110 | 111101 | 110100 |
Color Harmonies of #6F38CF
Complementary color
Monochromatic Colors of #6F38CF
Black with #6F38CF
Text Example
Text Example
White with #6F38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F38CF; }
p { color: rgb(111,56,207); }
H1.HeaderClassName
{
color: #6F38CF;
}
.AnyTagClassName
{
color: #6F38CF;
}
</style>
background-color css
<style>
a { background-color: #6F38CF; }
a { background-color: rgb(111,56,207); }
div.DivClassName
{
background-color: #6F38CF;
}
.BgClassName
{
background-color: #6F38CF;
}
</style>
border-color css
<style>
span { border-color: #6F38CF; }
span { border-color: rgb(111,56,207); }
td.TdClassName
{
border-color: #6F38CF;
}
.TagClassName
{
border-color: #6F38CF;
}
</style>