Shades of Purple Heart #6725BA
Tints of Purple Heart #6725BA
RGB
CMYK
RGB Variations
Color information
#6725BA (or 0x6725BA) is known color: Purple Heart. HEX triplet: 67, 25 and BA. RGB value is (103,37,186). Sum of RGB (Red+Green+Blue) = 103+37+186=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #6725BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725BA is #98DA45. Grayscale: #494949. Windows color (decimal): -10017350 or 12199271. OLE color: 12199271.
HSL color Cylindrical-coordinate representation of color #6725BA: hue angle of 266.58º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6725BA is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 37 | 186 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.27 |
| HSL | 266.58º | 0.67% | 0.44% | - |
| HSV(B) | 266.58º | 0.8% | 0.73% | - |
| XYZ | 15.12 | 7.75 | 47.15 | - |
| YUV | 73.72 | 191.37 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 186 | 0.45 | 0.80 | 0 | 0.27 | 266.58 | 0.67 | 0.44 |
| Hex | 67 | 25 | BA | 2D | 50 | 0 | 1B | 10B | 43 | 2C |
| Octal | 147 | 45 | 272 | 55 | 120 | 0 | 33 | 413 | 103 | 54 |
| Binary | 1100111 | 100101 | 10111010 | 101101 | 1010000 | 0 | 11011 | 100001011 | 1000011 | 101100 |
Color Harmonies of #6725BA
Complementary color
Monochromatic Colors of #6725BA
Black with #6725BA
Text Example
Text Example
White with #6725BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6725BA; }
p { color: rgb(103,37,186); }
H1.HeaderClassName
{
color: #6725BA;
}
.AnyTagClassName
{
color: #6725BA;
}
</style>
background-color css
<style>
a { background-color: #6725BA; }
a { background-color: rgb(103,37,186); }
div.DivClassName
{
background-color: #6725BA;
}
.BgClassName
{
background-color: #6725BA;
}
</style>
border-color css
<style>
span { border-color: #6725BA; }
span { border-color: rgb(103,37,186); }
td.TdClassName
{
border-color: #6725BA;
}
.TagClassName
{
border-color: #6725BA;
}
</style>