Shades of Purple Heart #6C34B3
Tints of Purple Heart #6C34B3
RGB
CMYK
RGB Variations
Color information
#6C34B3 (or 0x6C34B3) is known color: Purple Heart. HEX triplet: 6C, 34 and B3. RGB value is (108,52,179). Sum of RGB (Red+Green+Blue) = 108+52+179=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C34B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C34B3 is #93CB4C. Grayscale: #525252. Windows color (decimal): -9685837 or 11744364. OLE color: 11744364.
HSL color Cylindrical-coordinate representation of color #6C34B3: hue angle of 266.46º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C34B3 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 52 | 179 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.30 |
| HSL | 266.46º | 0.55% | 0.45% | - |
| HSV(B) | 266.46º | 0.71% | 0.7% | - |
| XYZ | 15.55 | 8.9 | 43.55 | - |
| YUV | 83.22 | 182.05 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 179 | 0.40 | 0.71 | 0 | 0.30 | 266.46 | 0.55 | 0.45 |
| Hex | 6C | 34 | B3 | 28 | 47 | 0 | 1E | 10A | 37 | 2D |
| Octal | 154 | 64 | 263 | 50 | 107 | 0 | 36 | 412 | 67 | 55 |
| Binary | 1101100 | 110100 | 10110011 | 101000 | 1000111 | 0 | 11110 | 100001010 | 110111 | 101101 |
Color Harmonies of #6C34B3
Complementary color
Monochromatic Colors of #6C34B3
Black with #6C34B3
Text Example
Text Example
White with #6C34B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C34B3; }
p { color: rgb(108,52,179); }
H1.HeaderClassName
{
color: #6C34B3;
}
.AnyTagClassName
{
color: #6C34B3;
}
</style>
background-color css
<style>
a { background-color: #6C34B3; }
a { background-color: rgb(108,52,179); }
div.DivClassName
{
background-color: #6C34B3;
}
.BgClassName
{
background-color: #6C34B3;
}
</style>
border-color css
<style>
span { border-color: #6C34B3; }
span { border-color: rgb(108,52,179); }
td.TdClassName
{
border-color: #6C34B3;
}
.TagClassName
{
border-color: #6C34B3;
}
</style>