Shades of Purple Heart #6803BB
Tints of Purple Heart #6803BB
RGB
CMYK
RGB Variations
Color information
#6803BB (or 0x6803BB) is known color: Purple Heart. HEX triplet: 68, 03 and BB. RGB value is (104,3,187). Sum of RGB (Red+Green+Blue) = 104+3+187=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #6803BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6803BB is #97FC44. Grayscale: #353535. Windows color (decimal): -9960517 or 12256104. OLE color: 12256104.
HSL color Cylindrical-coordinate representation of color #6803BB: hue angle of 272.93º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6803BB is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 3 | 187 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.27 |
| HSL | 272.93º | 0.97% | 0.37% | - |
| HSV(B) | 272.93º | 0.98% | 0.73% | - |
| XYZ | 14.71 | 6.6 | 47.51 | - |
| YUV | 54.18 | 202.96 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 187 | 0.44 | 0.98 | 0 | 0.27 | 272.93 | 0.97 | 0.37 |
| Hex | 68 | 3 | BB | 2C | 62 | 0 | 1B | 111 | 61 | 25 |
| Octal | 150 | 3 | 273 | 54 | 142 | 0 | 33 | 421 | 141 | 45 |
| Binary | 1101000 | 11 | 10111011 | 101100 | 1100010 | 0 | 11011 | 100010001 | 1100001 | 100101 |
Color Harmonies of #6803BB
Complementary color
Monochromatic Colors of #6803BB
Black with #6803BB
Text Example
Text Example
White with #6803BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6803BB; }
p { color: rgb(104,3,187); }
H1.HeaderClassName
{
color: #6803BB;
}
.AnyTagClassName
{
color: #6803BB;
}
</style>
background-color css
<style>
a { background-color: #6803BB; }
a { background-color: rgb(104,3,187); }
div.DivClassName
{
background-color: #6803BB;
}
.BgClassName
{
background-color: #6803BB;
}
</style>
border-color css
<style>
span { border-color: #6803BB; }
span { border-color: rgb(104,3,187); }
td.TdClassName
{
border-color: #6803BB;
}
.TagClassName
{
border-color: #6803BB;
}
</style>