Shades of Purple Heart #6C34BA
Tints of Purple Heart #6C34BA
RGB
CMYK
RGB Variations
Color information
#6C34BA (or 0x6C34BA) is known color: Purple Heart. HEX triplet: 6C, 34 and BA. RGB value is (108,52,186). Sum of RGB (Red+Green+Blue) = 108+52+186=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C34BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C34BA is #93CB45. Grayscale: #535353. Windows color (decimal): -9685830 or 12203116. OLE color: 12203116.
HSL color Cylindrical-coordinate representation of color #6C34BA: hue angle of 265.07º 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 #6C34BA is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 52 | 186 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.27 |
| HSL | 265.07º | 0.56% | 0.47% | - |
| HSV(B) | 265.07º | 0.72% | 0.73% | - |
| XYZ | 16.28 | 9.19 | 47.37 | - |
| YUV | 84.02 | 185.55 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 186 | 0.42 | 0.72 | 0 | 0.27 | 265.07 | 0.56 | 0.47 |
| Hex | 6C | 34 | BA | 2A | 48 | 0 | 1B | 109 | 38 | 2F |
| Octal | 154 | 64 | 272 | 52 | 110 | 0 | 33 | 411 | 70 | 57 |
| Binary | 1101100 | 110100 | 10111010 | 101010 | 1001000 | 0 | 11011 | 100001001 | 111000 | 101111 |
Color Harmonies of #6C34BA
Complementary color
Monochromatic Colors of #6C34BA
Black with #6C34BA
Text Example
Text Example
White with #6C34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C34BA; }
p { color: rgb(108,52,186); }
H1.HeaderClassName
{
color: #6C34BA;
}
.AnyTagClassName
{
color: #6C34BA;
}
</style>
background-color css
<style>
a { background-color: #6C34BA; }
a { background-color: rgb(108,52,186); }
div.DivClassName
{
background-color: #6C34BA;
}
.BgClassName
{
background-color: #6C34BA;
}
</style>
border-color css
<style>
span { border-color: #6C34BA; }
span { border-color: rgb(108,52,186); }
td.TdClassName
{
border-color: #6C34BA;
}
.TagClassName
{
border-color: #6C34BA;
}
</style>