Shades of Purple Heart #6906C9
Tints of Purple Heart #6906C9
RGB
CMYK
RGB Variations
Color information
#6906C9 (or 0x6906C9) is known color: Purple Heart. HEX triplet: 69, 06 and C9. RGB value is (105,6,201). Sum of RGB (Red+Green+Blue) = 105+6+201=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 201 (78.91% from 255 or 64.42% from 312); Max value from RGB is 201 - color contains mainly: blue. Hex color #6906C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6906C9 is #96F936. Grayscale: #393939. Windows color (decimal): -9894199 or 13174377. OLE color: 13174377.
HSL color Cylindrical-coordinate representation of color #6906C9: hue angle of 270.46º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6906C9 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 6 | 201 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.21 |
| HSL | 270.46º | 0.94% | 0.41% | - |
| HSV(B) | 270.46º | 0.97% | 0.79% | - |
| XYZ | 16.43 | 7.35 | 55.81 | - |
| YUV | 57.83 | 208.8 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 201 | 0.48 | 0.97 | 0 | 0.21 | 270.46 | 0.94 | 0.41 |
| Hex | 69 | 6 | C9 | 30 | 61 | 0 | 15 | 10E | 5E | 29 |
| Octal | 151 | 6 | 311 | 60 | 141 | 0 | 25 | 416 | 136 | 51 |
| Binary | 1101001 | 110 | 11001001 | 110000 | 1100001 | 0 | 10101 | 100001110 | 1011110 | 101001 |
Color Harmonies of #6906C9
Complementary color
Monochromatic Colors of #6906C9
Black with #6906C9
Text Example
Text Example
White with #6906C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6906C9; }
p { color: rgb(105,6,201); }
H1.HeaderClassName
{
color: #6906C9;
}
.AnyTagClassName
{
color: #6906C9;
}
</style>
background-color css
<style>
a { background-color: #6906C9; }
a { background-color: rgb(105,6,201); }
div.DivClassName
{
background-color: #6906C9;
}
.BgClassName
{
background-color: #6906C9;
}
</style>
border-color css
<style>
span { border-color: #6906C9; }
span { border-color: rgb(105,6,201); }
td.TdClassName
{
border-color: #6906C9;
}
.TagClassName
{
border-color: #6906C9;
}
</style>