Shades of Purple Heart #6807BD
Tints of Purple Heart #6807BD
RGB
CMYK
RGB Variations
Color information
#6807BD (or 0x6807BD) is known color: Purple Heart. HEX triplet: 68, 07 and BD. RGB value is (104,7,189). Sum of RGB (Red+Green+Blue) = 104+7+189=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #6807BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6807BD is #97F842. Grayscale: #383838. Windows color (decimal): -9959491 or 12388200. OLE color: 12388200.
HSL color Cylindrical-coordinate representation of color #6807BD: hue angle of 271.98º degrees, saturation: 0.93, 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 #6807BD is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 7 | 189 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.26 |
| HSL | 271.98º | 0.93% | 0.38% | - |
| HSV(B) | 271.98º | 0.96% | 0.74% | - |
| XYZ | 14.97 | 6.77 | 48.66 | - |
| YUV | 56.75 | 202.64 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 189 | 0.45 | 0.96 | 0 | 0.26 | 271.98 | 0.93 | 0.38 |
| Hex | 68 | 7 | BD | 2D | 60 | 0 | 1A | 110 | 5D | 26 |
| Octal | 150 | 7 | 275 | 55 | 140 | 0 | 32 | 420 | 135 | 46 |
| Binary | 1101000 | 111 | 10111101 | 101101 | 1100000 | 0 | 11010 | 100010000 | 1011101 | 100110 |
Color Harmonies of #6807BD
Complementary color
Monochromatic Colors of #6807BD
Black with #6807BD
Text Example
Text Example
White with #6807BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6807BD; }
p { color: rgb(104,7,189); }
H1.HeaderClassName
{
color: #6807BD;
}
.AnyTagClassName
{
color: #6807BD;
}
</style>
background-color css
<style>
a { background-color: #6807BD; }
a { background-color: rgb(104,7,189); }
div.DivClassName
{
background-color: #6807BD;
}
.BgClassName
{
background-color: #6807BD;
}
</style>
border-color css
<style>
span { border-color: #6807BD; }
span { border-color: rgb(104,7,189); }
td.TdClassName
{
border-color: #6807BD;
}
.TagClassName
{
border-color: #6807BD;
}
</style>