Shades of Purple Heart #6C2BAF
Tints of Purple Heart #6C2BAF
RGB
CMYK
RGB Variations
Color information
#6C2BAF (or 0x6C2BAF) is known color: Purple Heart. HEX triplet: 6C, 2B and AF. RGB value is (108,43,175). Sum of RGB (Red+Green+Blue) = 108+43+175=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C2BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2BAF is #93D450. Grayscale: #4D4D4D. Windows color (decimal): -9688145 or 11479916. OLE color: 11479916.
HSL color Cylindrical-coordinate representation of color #6C2BAF: hue angle of 269.55º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C2BAF is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 43 | 175 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.31 |
| HSL | 269.55º | 0.61% | 0.43% | - |
| HSV(B) | 269.55º | 0.75% | 0.69% | - |
| XYZ | 14.79 | 8.01 | 41.32 | - |
| YUV | 77.48 | 183.03 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 175 | 0.38 | 0.75 | 0 | 0.31 | 269.55 | 0.61 | 0.43 |
| Hex | 6C | 2B | AF | 26 | 4B | 0 | 1F | 10E | 3D | 2B |
| Octal | 154 | 53 | 257 | 46 | 113 | 0 | 37 | 416 | 75 | 53 |
| Binary | 1101100 | 101011 | 10101111 | 100110 | 1001011 | 0 | 11111 | 100001110 | 111101 | 101011 |
Color Harmonies of #6C2BAF
Complementary color
Monochromatic Colors of #6C2BAF
Black with #6C2BAF
Text Example
Text Example
White with #6C2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2BAF; }
p { color: rgb(108,43,175); }
H1.HeaderClassName
{
color: #6C2BAF;
}
.AnyTagClassName
{
color: #6C2BAF;
}
</style>
background-color css
<style>
a { background-color: #6C2BAF; }
a { background-color: rgb(108,43,175); }
div.DivClassName
{
background-color: #6C2BAF;
}
.BgClassName
{
background-color: #6C2BAF;
}
</style>
border-color css
<style>
span { border-color: #6C2BAF; }
span { border-color: rgb(108,43,175); }
td.TdClassName
{
border-color: #6C2BAF;
}
.TagClassName
{
border-color: #6C2BAF;
}
</style>