Shades of Purple Heart #6A32B6
Tints of Purple Heart #6A32B6
RGB
CMYK
RGB Variations
Color information
#6A32B6 (or 0x6A32B6) is known color: Purple Heart. HEX triplet: 6A, 32 and B6. RGB value is (106,50,182). Sum of RGB (Red+Green+Blue) = 106+50+182=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #6A32B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A32B6 is #95CD49. Grayscale: #515151. Windows color (decimal): -9817418 or 11940458. OLE color: 11940458.
HSL color Cylindrical-coordinate representation of color #6A32B6: hue angle of 265.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A32B6 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 50 | 182 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.29 |
| HSL | 265.45º | 0.57% | 0.45% | - |
| HSV(B) | 265.45º | 0.73% | 0.71% | - |
| XYZ | 15.53 | 8.72 | 45.12 | - |
| YUV | 81.79 | 184.55 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 50 | 182 | 0.42 | 0.73 | 0 | 0.29 | 265.45 | 0.57 | 0.45 |
| Hex | 6A | 32 | B6 | 2A | 49 | 0 | 1D | 109 | 39 | 2D |
| Octal | 152 | 62 | 266 | 52 | 111 | 0 | 35 | 411 | 71 | 55 |
| Binary | 1101010 | 110010 | 10110110 | 101010 | 1001001 | 0 | 11101 | 100001001 | 111001 | 101101 |
Color Harmonies of #6A32B6
Complementary color
Monochromatic Colors of #6A32B6
Black with #6A32B6
Text Example
Text Example
White with #6A32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A32B6; }
p { color: rgb(106,50,182); }
H1.HeaderClassName
{
color: #6A32B6;
}
.AnyTagClassName
{
color: #6A32B6;
}
</style>
background-color css
<style>
a { background-color: #6A32B6; }
a { background-color: rgb(106,50,182); }
div.DivClassName
{
background-color: #6A32B6;
}
.BgClassName
{
background-color: #6A32B6;
}
</style>
border-color css
<style>
span { border-color: #6A32B6; }
span { border-color: rgb(106,50,182); }
td.TdClassName
{
border-color: #6A32B6;
}
.TagClassName
{
border-color: #6A32B6;
}
</style>