Shades of Purple Heart #6932B5
Tints of Purple Heart #6932B5
RGB
CMYK
RGB Variations
Color information
#6932B5 (or 0x6932B5) is known color: Purple Heart. HEX triplet: 69, 32 and B5. RGB value is (105,50,181). Sum of RGB (Red+Green+Blue) = 105+50+181=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 181 (71.09% from 255 or 53.87% from 336); Max value from RGB is 181 - color contains mainly: blue. Hex color #6932B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6932B5 is #96CD4A. Grayscale: #505050. Windows color (decimal): -9882955 or 11874921. OLE color: 11874921.
HSL color Cylindrical-coordinate representation of color #6932B5: hue angle of 265.19º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6932B5 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 50 | 181 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.29 |
| HSL | 265.19º | 0.57% | 0.45% | - |
| HSV(B) | 265.19º | 0.72% | 0.71% | - |
| XYZ | 15.31 | 8.62 | 44.57 | - |
| YUV | 81.38 | 184.22 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 181 | 0.42 | 0.72 | 0 | 0.29 | 265.19 | 0.57 | 0.45 |
| Hex | 69 | 32 | B5 | 2A | 48 | 0 | 1D | 109 | 39 | 2D |
| Octal | 151 | 62 | 265 | 52 | 110 | 0 | 35 | 411 | 71 | 55 |
| Binary | 1101001 | 110010 | 10110101 | 101010 | 1001000 | 0 | 11101 | 100001001 | 111001 | 101101 |
Color Harmonies of #6932B5
Complementary color
Monochromatic Colors of #6932B5
Black with #6932B5
Text Example
Text Example
White with #6932B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6932B5; }
p { color: rgb(105,50,181); }
H1.HeaderClassName
{
color: #6932B5;
}
.AnyTagClassName
{
color: #6932B5;
}
</style>
background-color css
<style>
a { background-color: #6932B5; }
a { background-color: rgb(105,50,181); }
div.DivClassName
{
background-color: #6932B5;
}
.BgClassName
{
background-color: #6932B5;
}
</style>
border-color css
<style>
span { border-color: #6932B5; }
span { border-color: rgb(105,50,181); }
td.TdClassName
{
border-color: #6932B5;
}
.TagClassName
{
border-color: #6932B5;
}
</style>