Shades of Purple Heart #6703BA
Tints of Purple Heart #6703BA
RGB
CMYK
RGB Variations
Color information
#6703BA (or 0x6703BA) is known color: Purple Heart. HEX triplet: 67, 03 and BA. RGB value is (103,3,186). Sum of RGB (Red+Green+Blue) = 103+3+186=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #6703BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6703BA is #98FC45. Grayscale: #353535. Windows color (decimal): -10026054 or 12190567. OLE color: 12190567.
HSL color Cylindrical-coordinate representation of color #6703BA: hue angle of 272.79º 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 #6703BA is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 3 | 186 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.27 |
| HSL | 272.79º | 0.97% | 0.37% | - |
| HSV(B) | 272.79º | 0.98% | 0.73% | - |
| XYZ | 14.49 | 6.49 | 46.94 | - |
| YUV | 53.76 | 202.63 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 186 | 0.45 | 0.98 | 0 | 0.27 | 272.79 | 0.97 | 0.37 |
| Hex | 67 | 3 | BA | 2D | 62 | 0 | 1B | 111 | 61 | 25 |
| Octal | 147 | 3 | 272 | 55 | 142 | 0 | 33 | 421 | 141 | 45 |
| Binary | 1100111 | 11 | 10111010 | 101101 | 1100010 | 0 | 11011 | 100010001 | 1100001 | 100101 |
Color Harmonies of #6703BA
Complementary color
Monochromatic Colors of #6703BA
Black with #6703BA
Text Example
Text Example
White with #6703BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6703BA; }
p { color: rgb(103,3,186); }
H1.HeaderClassName
{
color: #6703BA;
}
.AnyTagClassName
{
color: #6703BA;
}
</style>
background-color css
<style>
a { background-color: #6703BA; }
a { background-color: rgb(103,3,186); }
div.DivClassName
{
background-color: #6703BA;
}
.BgClassName
{
background-color: #6703BA;
}
</style>
border-color css
<style>
span { border-color: #6703BA; }
span { border-color: rgb(103,3,186); }
td.TdClassName
{
border-color: #6703BA;
}
.TagClassName
{
border-color: #6703BA;
}
</style>