Shades of Purple Heart #6908B9
Tints of Purple Heart #6908B9
RGB
CMYK
RGB Variations
Color information
#6908B9 (or 0x6908B9) is known color: Purple Heart. HEX triplet: 69, 08 and B9. RGB value is (105,8,185). Sum of RGB (Red+Green+Blue) = 105+8+185=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 185 (72.66% from 255 or 62.08% from 298); Max value from RGB is 185 - color contains mainly: blue. Hex color #6908B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908B9 is #96F746. Grayscale: #383838. Windows color (decimal): -9893703 or 12126313. OLE color: 12126313.
HSL color Cylindrical-coordinate representation of color #6908B9: hue angle of 272.88º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6908B9 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 8 | 185 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.27 |
| HSL | 272.88º | 0.92% | 0.38% | - |
| HSV(B) | 272.88º | 0.96% | 0.73% | - |
| XYZ | 14.67 | 6.68 | 46.42 | - |
| YUV | 57.18 | 200.14 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 185 | 0.43 | 0.96 | 0 | 0.27 | 272.88 | 0.92 | 0.38 |
| Hex | 69 | 8 | B9 | 2B | 60 | 0 | 1B | 111 | 5C | 26 |
| Octal | 151 | 10 | 271 | 53 | 140 | 0 | 33 | 421 | 134 | 46 |
| Binary | 1101001 | 1000 | 10111001 | 101011 | 1100000 | 0 | 11011 | 100010001 | 1011100 | 100110 |
Color Harmonies of #6908B9
Complementary color
Monochromatic Colors of #6908B9
Black with #6908B9
Text Example
Text Example
White with #6908B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908B9; }
p { color: rgb(105,8,185); }
H1.HeaderClassName
{
color: #6908B9;
}
.AnyTagClassName
{
color: #6908B9;
}
</style>
background-color css
<style>
a { background-color: #6908B9; }
a { background-color: rgb(105,8,185); }
div.DivClassName
{
background-color: #6908B9;
}
.BgClassName
{
background-color: #6908B9;
}
</style>
border-color css
<style>
span { border-color: #6908B9; }
span { border-color: rgb(105,8,185); }
td.TdClassName
{
border-color: #6908B9;
}
.TagClassName
{
border-color: #6908B9;
}
</style>