Shades of Purple Heart #6803BE
Tints of Purple Heart #6803BE
RGB
CMYK
RGB Variations
Color information
#6803BE (or 0x6803BE) is known color: Purple Heart. HEX triplet: 68, 03 and BE. RGB value is (104,3,190). Sum of RGB (Red+Green+Blue) = 104+3+190=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #6803BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6803BE is #97FC41. Grayscale: #353535. Windows color (decimal): -9960514 or 12452712. OLE color: 12452712.
HSL color Cylindrical-coordinate representation of color #6803BE: hue angle of 272.41º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6803BE is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 3 | 190 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.25 |
| HSL | 272.41º | 0.97% | 0.38% | - |
| HSV(B) | 272.41º | 0.98% | 0.75% | - |
| XYZ | 15.04 | 6.73 | 49.22 | - |
| YUV | 54.52 | 204.46 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 190 | 0.45 | 0.98 | 0 | 0.25 | 272.41 | 0.97 | 0.38 |
| Hex | 68 | 3 | BE | 2D | 62 | 0 | 19 | 110 | 61 | 26 |
| Octal | 150 | 3 | 276 | 55 | 142 | 0 | 31 | 420 | 141 | 46 |
| Binary | 1101000 | 11 | 10111110 | 101101 | 1100010 | 0 | 11001 | 100010000 | 1100001 | 100110 |
Color Harmonies of #6803BE
Complementary color
Monochromatic Colors of #6803BE
Black with #6803BE
Text Example
Text Example
White with #6803BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6803BE; }
p { color: rgb(104,3,190); }
H1.HeaderClassName
{
color: #6803BE;
}
.AnyTagClassName
{
color: #6803BE;
}
</style>
background-color css
<style>
a { background-color: #6803BE; }
a { background-color: rgb(104,3,190); }
div.DivClassName
{
background-color: #6803BE;
}
.BgClassName
{
background-color: #6803BE;
}
</style>
border-color css
<style>
span { border-color: #6803BE; }
span { border-color: rgb(104,3,190); }
td.TdClassName
{
border-color: #6803BE;
}
.TagClassName
{
border-color: #6803BE;
}
</style>