Shades of Purple Heart #6A2CBC
Tints of Purple Heart #6A2CBC
RGB
CMYK
RGB Variations
Color information
#6A2CBC (or 0x6A2CBC) is known color: Purple Heart. HEX triplet: 6A, 2C and BC. RGB value is (106,44,188). Sum of RGB (Red+Green+Blue) = 106+44+188=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A2CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2CBC is #95D343. Grayscale: #4E4E4E. Windows color (decimal): -9818948 or 12332138. OLE color: 12332138.
HSL color Cylindrical-coordinate representation of color #6A2CBC: hue angle of 265.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A2CBC is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 44 | 188 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.26 |
| HSL | 265.83º | 0.62% | 0.45% | - |
| HSV(B) | 265.83º | 0.77% | 0.74% | - |
| XYZ | 15.92 | 8.5 | 48.38 | - |
| YUV | 78.95 | 189.54 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 44 | 188 | 0.44 | 0.77 | 0 | 0.26 | 265.83 | 0.62 | 0.45 |
| Hex | 6A | 2C | BC | 2C | 4D | 0 | 1A | 10A | 3E | 2D |
| Octal | 152 | 54 | 274 | 54 | 115 | 0 | 32 | 412 | 76 | 55 |
| Binary | 1101010 | 101100 | 10111100 | 101100 | 1001101 | 0 | 11010 | 100001010 | 111110 | 101101 |
Color Harmonies of #6A2CBC
Complementary color
Monochromatic Colors of #6A2CBC
Black with #6A2CBC
Text Example
Text Example
White with #6A2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2CBC; }
p { color: rgb(106,44,188); }
H1.HeaderClassName
{
color: #6A2CBC;
}
.AnyTagClassName
{
color: #6A2CBC;
}
</style>
background-color css
<style>
a { background-color: #6A2CBC; }
a { background-color: rgb(106,44,188); }
div.DivClassName
{
background-color: #6A2CBC;
}
.BgClassName
{
background-color: #6A2CBC;
}
</style>
border-color css
<style>
span { border-color: #6A2CBC; }
span { border-color: rgb(106,44,188); }
td.TdClassName
{
border-color: #6A2CBC;
}
.TagClassName
{
border-color: #6A2CBC;
}
</style>