Shades of Purple Heart #6933BD
Tints of Purple Heart #6933BD
RGB
CMYK
RGB Variations
Color information
#6933BD (or 0x6933BD) is known color: Purple Heart. HEX triplet: 69, 33 and BD. RGB value is (105,51,189). Sum of RGB (Red+Green+Blue) = 105+51+189=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #6933BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6933BD is #96CC42. Grayscale: #525252. Windows color (decimal): -9882691 or 12399465. OLE color: 12399465.
HSL color Cylindrical-coordinate representation of color #6933BD: hue angle of 263.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6933BD is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 51 | 189 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.26 |
| HSL | 263.48º | 0.58% | 0.47% | - |
| HSV(B) | 263.48º | 0.73% | 0.74% | - |
| XYZ | 16.19 | 9.05 | 49.04 | - |
| YUV | 82.88 | 187.89 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 189 | 0.44 | 0.73 | 0 | 0.26 | 263.48 | 0.58 | 0.47 |
| Hex | 69 | 33 | BD | 2C | 49 | 0 | 1A | 107 | 3A | 2F |
| Octal | 151 | 63 | 275 | 54 | 111 | 0 | 32 | 407 | 72 | 57 |
| Binary | 1101001 | 110011 | 10111101 | 101100 | 1001001 | 0 | 11010 | 100000111 | 111010 | 101111 |
Color Harmonies of #6933BD
Complementary color
Monochromatic Colors of #6933BD
Black with #6933BD
Text Example
Text Example
White with #6933BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6933BD; }
p { color: rgb(105,51,189); }
H1.HeaderClassName
{
color: #6933BD;
}
.AnyTagClassName
{
color: #6933BD;
}
</style>
background-color css
<style>
a { background-color: #6933BD; }
a { background-color: rgb(105,51,189); }
div.DivClassName
{
background-color: #6933BD;
}
.BgClassName
{
background-color: #6933BD;
}
</style>
border-color css
<style>
span { border-color: #6933BD; }
span { border-color: rgb(105,51,189); }
td.TdClassName
{
border-color: #6933BD;
}
.TagClassName
{
border-color: #6933BD;
}
</style>