Shades of Purple Heart #6B07BB
Tints of Purple Heart #6B07BB
RGB
CMYK
RGB Variations
Color information
#6B07BB (or 0x6B07BB) is known color: Purple Heart. HEX triplet: 6B, 07 and BB. RGB value is (107,7,187). Sum of RGB (Red+Green+Blue) = 107+7+187=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B07BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B07BB is #94F844. Grayscale: #383838. Windows color (decimal): -9762885 or 12257131. OLE color: 12257131.
HSL color Cylindrical-coordinate representation of color #6B07BB: hue angle of 273.33º degrees, saturation: 0.93, 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 #6B07BB is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 7 | 187 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.27 |
| HSL | 273.33º | 0.93% | 0.38% | - |
| HSV(B) | 273.33º | 0.96% | 0.73% | - |
| XYZ | 15.11 | 6.87 | 47.54 | - |
| YUV | 57.42 | 201.13 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 187 | 0.43 | 0.96 | 0 | 0.27 | 273.33 | 0.93 | 0.38 |
| Hex | 6B | 7 | BB | 2B | 60 | 0 | 1B | 111 | 5D | 26 |
| Octal | 153 | 7 | 273 | 53 | 140 | 0 | 33 | 421 | 135 | 46 |
| Binary | 1101011 | 111 | 10111011 | 101011 | 1100000 | 0 | 11011 | 100010001 | 1011101 | 100110 |
Color Harmonies of #6B07BB
Complementary color
Monochromatic Colors of #6B07BB
Black with #6B07BB
Text Example
Text Example
White with #6B07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B07BB; }
p { color: rgb(107,7,187); }
H1.HeaderClassName
{
color: #6B07BB;
}
.AnyTagClassName
{
color: #6B07BB;
}
</style>
background-color css
<style>
a { background-color: #6B07BB; }
a { background-color: rgb(107,7,187); }
div.DivClassName
{
background-color: #6B07BB;
}
.BgClassName
{
background-color: #6B07BB;
}
</style>
border-color css
<style>
span { border-color: #6B07BB; }
span { border-color: rgb(107,7,187); }
td.TdClassName
{
border-color: #6B07BB;
}
.TagClassName
{
border-color: #6B07BB;
}
</style>