Shades of Purple Heart #6921B5
Tints of Purple Heart #6921B5
RGB
CMYK
RGB Variations
Color information
#6921B5 (or 0x6921B5) is known color: Purple Heart. HEX triplet: 69, 21 and B5. RGB value is (105,33,181). Sum of RGB (Red+Green+Blue) = 105+33+181=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 181 (71.09% from 255 or 56.74% from 319); Max value from RGB is 181 - color contains mainly: blue. Hex color #6921B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6921B5 is #96DE4A. Grayscale: #464646. Windows color (decimal): -9887307 or 11870569. OLE color: 11870569.
HSL color Cylindrical-coordinate representation of color #6921B5: hue angle of 269.19º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6921B5 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 33 | 181 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.29 |
| HSL | 269.19º | 0.69% | 0.42% | - |
| HSV(B) | 269.19º | 0.82% | 0.71% | - |
| XYZ | 14.71 | 7.43 | 44.37 | - |
| YUV | 71.4 | 189.85 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 181 | 0.42 | 0.82 | 0 | 0.29 | 269.19 | 0.69 | 0.42 |
| Hex | 69 | 21 | B5 | 2A | 52 | 0 | 1D | 10D | 45 | 2A |
| Octal | 151 | 41 | 265 | 52 | 122 | 0 | 35 | 415 | 105 | 52 |
| Binary | 1101001 | 100001 | 10110101 | 101010 | 1010010 | 0 | 11101 | 100001101 | 1000101 | 101010 |
Color Harmonies of #6921B5
Complementary color
Monochromatic Colors of #6921B5
Black with #6921B5
Text Example
Text Example
White with #6921B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6921B5; }
p { color: rgb(105,33,181); }
H1.HeaderClassName
{
color: #6921B5;
}
.AnyTagClassName
{
color: #6921B5;
}
</style>
background-color css
<style>
a { background-color: #6921B5; }
a { background-color: rgb(105,33,181); }
div.DivClassName
{
background-color: #6921B5;
}
.BgClassName
{
background-color: #6921B5;
}
</style>
border-color css
<style>
span { border-color: #6921B5; }
span { border-color: rgb(105,33,181); }
td.TdClassName
{
border-color: #6921B5;
}
.TagClassName
{
border-color: #6921B5;
}
</style>