Shades of Purple Heart #6908BB
Tints of Purple Heart #6908BB
RGB
CMYK
RGB Variations
Color information
#6908BB (or 0x6908BB) is known color: Purple Heart. HEX triplet: 69, 08 and BB. RGB value is (105,8,187). Sum of RGB (Red+Green+Blue) = 105+8+187=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #6908BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908BB is #96F744. Grayscale: #383838. Windows color (decimal): -9893701 or 12257385. OLE color: 12257385.
HSL color Cylindrical-coordinate representation of color #6908BB: hue angle of 272.51º 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 #6908BB is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 8 | 187 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.27 |
| HSL | 272.51º | 0.92% | 0.38% | - |
| HSV(B) | 272.51º | 0.96% | 0.73% | - |
| XYZ | 14.88 | 6.76 | 47.54 | - |
| YUV | 57.41 | 201.14 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 187 | 0.44 | 0.96 | 0 | 0.27 | 272.51 | 0.92 | 0.38 |
| Hex | 69 | 8 | BB | 2C | 60 | 0 | 1B | 111 | 5C | 26 |
| Octal | 151 | 10 | 273 | 54 | 140 | 0 | 33 | 421 | 134 | 46 |
| Binary | 1101001 | 1000 | 10111011 | 101100 | 1100000 | 0 | 11011 | 100010001 | 1011100 | 100110 |
Color Harmonies of #6908BB
Complementary color
Monochromatic Colors of #6908BB
Black with #6908BB
Text Example
Text Example
White with #6908BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908BB; }
p { color: rgb(105,8,187); }
H1.HeaderClassName
{
color: #6908BB;
}
.AnyTagClassName
{
color: #6908BB;
}
</style>
background-color css
<style>
a { background-color: #6908BB; }
a { background-color: rgb(105,8,187); }
div.DivClassName
{
background-color: #6908BB;
}
.BgClassName
{
background-color: #6908BB;
}
</style>
border-color css
<style>
span { border-color: #6908BB; }
span { border-color: rgb(105,8,187); }
td.TdClassName
{
border-color: #6908BB;
}
.TagClassName
{
border-color: #6908BB;
}
</style>