Shades of Purple Heart #6F34BA
Tints of Purple Heart #6F34BA
RGB
CMYK
RGB Variations
Color information
#6F34BA (or 0x6F34BA) is known color: Purple Heart. HEX triplet: 6F, 34 and BA. RGB value is (111,52,186). Sum of RGB (Red+Green+Blue) = 111+52+186=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F34BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F34BA is #90CB45. Grayscale: #545454. Windows color (decimal): -9489222 or 12203119. OLE color: 12203119.
HSL color Cylindrical-coordinate representation of color #6F34BA: hue angle of 266.42º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F34BA is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 52 | 186 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.27 |
| HSL | 266.42º | 0.56% | 0.47% | - |
| HSV(B) | 266.42º | 0.72% | 0.73% | - |
| XYZ | 16.65 | 9.38 | 47.39 | - |
| YUV | 84.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 186 | 0.40 | 0.72 | 0 | 0.27 | 266.42 | 0.56 | 0.47 |
| Hex | 6F | 34 | BA | 28 | 48 | 0 | 1B | 10A | 38 | 2F |
| Octal | 157 | 64 | 272 | 50 | 110 | 0 | 33 | 412 | 70 | 57 |
| Binary | 1101111 | 110100 | 10111010 | 101000 | 1001000 | 0 | 11011 | 100001010 | 111000 | 101111 |
Color Harmonies of #6F34BA
Complementary color
Monochromatic Colors of #6F34BA
Black with #6F34BA
Text Example
Text Example
White with #6F34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F34BA; }
p { color: rgb(111,52,186); }
H1.HeaderClassName
{
color: #6F34BA;
}
.AnyTagClassName
{
color: #6F34BA;
}
</style>
background-color css
<style>
a { background-color: #6F34BA; }
a { background-color: rgb(111,52,186); }
div.DivClassName
{
background-color: #6F34BA;
}
.BgClassName
{
background-color: #6F34BA;
}
</style>
border-color css
<style>
span { border-color: #6F34BA; }
span { border-color: rgb(111,52,186); }
td.TdClassName
{
border-color: #6F34BA;
}
.TagClassName
{
border-color: #6F34BA;
}
</style>