Shades of Purple Heart #6725BB
Tints of Purple Heart #6725BB
RGB
CMYK
RGB Variations
Color information
#6725BB (or 0x6725BB) is known color: Purple Heart. HEX triplet: 67, 25 and BB. RGB value is (103,37,187). Sum of RGB (Red+Green+Blue) = 103+37+187=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #6725BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725BB is #98DA44. Grayscale: #494949. Windows color (decimal): -10017349 or 12264807. OLE color: 12264807.
HSL color Cylindrical-coordinate representation of color #6725BB: hue angle of 266.4º 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 #6725BB is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 37 | 187 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.27 |
| HSL | 266.4º | 0.67% | 0.44% | - |
| HSV(B) | 266.4º | 0.8% | 0.73% | - |
| XYZ | 15.22 | 7.79 | 47.72 | - |
| YUV | 73.83 | 191.87 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 187 | 0.45 | 0.80 | 0 | 0.27 | 266.4 | 0.67 | 0.44 |
| Hex | 67 | 25 | BB | 2D | 50 | 0 | 1B | 10A | 43 | 2C |
| Octal | 147 | 45 | 273 | 55 | 120 | 0 | 33 | 412 | 103 | 54 |
| Binary | 1100111 | 100101 | 10111011 | 101101 | 1010000 | 0 | 11011 | 100001010 | 1000011 | 101100 |
Color Harmonies of #6725BB
Complementary color
Monochromatic Colors of #6725BB
Black with #6725BB
Text Example
Text Example
White with #6725BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6725BB; }
p { color: rgb(103,37,187); }
H1.HeaderClassName
{
color: #6725BB;
}
.AnyTagClassName
{
color: #6725BB;
}
</style>
background-color css
<style>
a { background-color: #6725BB; }
a { background-color: rgb(103,37,187); }
div.DivClassName
{
background-color: #6725BB;
}
.BgClassName
{
background-color: #6725BB;
}
</style>
border-color css
<style>
span { border-color: #6725BB; }
span { border-color: rgb(103,37,187); }
td.TdClassName
{
border-color: #6725BB;
}
.TagClassName
{
border-color: #6725BB;
}
</style>