Shades of Purple Heart #6B08BC
Tints of Purple Heart #6B08BC
RGB
CMYK
RGB Variations
Color information
#6B08BC (or 0x6B08BC) is known color: Purple Heart. HEX triplet: 6B, 08 and BC. RGB value is (107,8,188). Sum of RGB (Red+Green+Blue) = 107+8+188=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B08BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B08BC is #94F743. Grayscale: #393939. Windows color (decimal): -9762628 or 12322923. OLE color: 12322923.
HSL color Cylindrical-coordinate representation of color #6B08BC: hue angle of 273º 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 #6B08BC is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 8 | 188 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.26 |
| HSL | 273º | 0.92% | 0.38% | - |
| HSV(B) | 273º | 0.96% | 0.74% | - |
| XYZ | 15.23 | 6.93 | 48.11 | - |
| YUV | 58.12 | 201.3 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 8 | 188 | 0.43 | 0.96 | 0 | 0.26 | 273 | 0.92 | 0.38 |
| Hex | 6B | 8 | BC | 2B | 60 | 0 | 1A | 111 | 5C | 26 |
| Octal | 153 | 10 | 274 | 53 | 140 | 0 | 32 | 421 | 134 | 46 |
| Binary | 1101011 | 1000 | 10111100 | 101011 | 1100000 | 0 | 11010 | 100010001 | 1011100 | 100110 |
Color Harmonies of #6B08BC
Complementary color
Monochromatic Colors of #6B08BC
Black with #6B08BC
Text Example
Text Example
White with #6B08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B08BC; }
p { color: rgb(107,8,188); }
H1.HeaderClassName
{
color: #6B08BC;
}
.AnyTagClassName
{
color: #6B08BC;
}
</style>
background-color css
<style>
a { background-color: #6B08BC; }
a { background-color: rgb(107,8,188); }
div.DivClassName
{
background-color: #6B08BC;
}
.BgClassName
{
background-color: #6B08BC;
}
</style>
border-color css
<style>
span { border-color: #6B08BC; }
span { border-color: rgb(107,8,188); }
td.TdClassName
{
border-color: #6B08BC;
}
.TagClassName
{
border-color: #6B08BC;
}
</style>