Shades of Purple Heart #6F34BE
Tints of Purple Heart #6F34BE
RGB
CMYK
RGB Variations
Color information
#6F34BE (or 0x6F34BE) is known color: Purple Heart. HEX triplet: 6F, 34 and BE. RGB value is (111,52,190). Sum of RGB (Red+Green+Blue) = 111+52+190=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F34BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F34BE is #90CB41. Grayscale: #545454. Windows color (decimal): -9489218 or 12465263. OLE color: 12465263.
HSL color Cylindrical-coordinate representation of color #6F34BE: hue angle of 265.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F34BE is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 52 | 190 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.25 |
| HSL | 265.65º | 0.57% | 0.47% | - |
| HSV(B) | 265.65º | 0.73% | 0.75% | - |
| XYZ | 17.08 | 9.55 | 49.66 | - |
| YUV | 85.37 | 187.05 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 190 | 0.42 | 0.73 | 0 | 0.25 | 265.65 | 0.57 | 0.47 |
| Hex | 6F | 34 | BE | 2A | 49 | 0 | 19 | 10A | 39 | 2F |
| Octal | 157 | 64 | 276 | 52 | 111 | 0 | 31 | 412 | 71 | 57 |
| Binary | 1101111 | 110100 | 10111110 | 101010 | 1001001 | 0 | 11001 | 100001010 | 111001 | 101111 |
Color Harmonies of #6F34BE
Complementary color
Monochromatic Colors of #6F34BE
Black with #6F34BE
Text Example
Text Example
White with #6F34BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F34BE; }
p { color: rgb(111,52,190); }
H1.HeaderClassName
{
color: #6F34BE;
}
.AnyTagClassName
{
color: #6F34BE;
}
</style>
background-color css
<style>
a { background-color: #6F34BE; }
a { background-color: rgb(111,52,190); }
div.DivClassName
{
background-color: #6F34BE;
}
.BgClassName
{
background-color: #6F34BE;
}
</style>
border-color css
<style>
span { border-color: #6F34BE; }
span { border-color: rgb(111,52,190); }
td.TdClassName
{
border-color: #6F34BE;
}
.TagClassName
{
border-color: #6F34BE;
}
</style>