Shades of Purple Heart #6908BC
Tints of Purple Heart #6908BC
RGB
CMYK
RGB Variations
Color information
#6908BC (or 0x6908BC) is known color: Purple Heart. HEX triplet: 69, 08 and BC. RGB value is (105,8,188). Sum of RGB (Red+Green+Blue) = 105+8+188=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #6908BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908BC is #96F743. Grayscale: #383838. Windows color (decimal): -9893700 or 12322921. OLE color: 12322921.
HSL color Cylindrical-coordinate representation of color #6908BC: hue angle of 272.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6908BC is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 8 | 188 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.26 |
| HSL | 272.33º | 0.92% | 0.38% | - |
| HSV(B) | 272.33º | 0.96% | 0.74% | - |
| XYZ | 14.99 | 6.81 | 48.1 | - |
| YUV | 57.52 | 201.64 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 188 | 0.44 | 0.96 | 0 | 0.26 | 272.33 | 0.92 | 0.38 |
| Hex | 69 | 8 | BC | 2C | 60 | 0 | 1A | 110 | 5C | 26 |
| Octal | 151 | 10 | 274 | 54 | 140 | 0 | 32 | 420 | 134 | 46 |
| Binary | 1101001 | 1000 | 10111100 | 101100 | 1100000 | 0 | 11010 | 100010000 | 1011100 | 100110 |
Color Harmonies of #6908BC
Complementary color
Monochromatic Colors of #6908BC
Black with #6908BC
Text Example
Text Example
White with #6908BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908BC; }
p { color: rgb(105,8,188); }
H1.HeaderClassName
{
color: #6908BC;
}
.AnyTagClassName
{
color: #6908BC;
}
</style>
background-color css
<style>
a { background-color: #6908BC; }
a { background-color: rgb(105,8,188); }
div.DivClassName
{
background-color: #6908BC;
}
.BgClassName
{
background-color: #6908BC;
}
</style>
border-color css
<style>
span { border-color: #6908BC; }
span { border-color: rgb(105,8,188); }
td.TdClassName
{
border-color: #6908BC;
}
.TagClassName
{
border-color: #6908BC;
}
</style>