Shades of Purple Heart #6724BB
Tints of Purple Heart #6724BB
RGB
CMYK
RGB Variations
Color information
#6724BB (or 0x6724BB) is known color: Purple Heart. HEX triplet: 67, 24 and BB. RGB value is (103,36,187). Sum of RGB (Red+Green+Blue) = 103+36+187=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #6724BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6724BB is #98DB44. Grayscale: #484848. Windows color (decimal): -10017605 or 12264551. OLE color: 12264551.
HSL color Cylindrical-coordinate representation of color #6724BB: hue angle of 266.62º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6724BB is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 36 | 187 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.27 |
| HSL | 266.62º | 0.68% | 0.44% | - |
| HSV(B) | 266.62º | 0.81% | 0.73% | - |
| XYZ | 15.19 | 7.73 | 47.71 | - |
| YUV | 73.25 | 192.2 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 36 | 187 | 0.45 | 0.81 | 0 | 0.27 | 266.62 | 0.68 | 0.44 |
| Hex | 67 | 24 | BB | 2D | 51 | 0 | 1B | 10B | 44 | 2C |
| Octal | 147 | 44 | 273 | 55 | 121 | 0 | 33 | 413 | 104 | 54 |
| Binary | 1100111 | 100100 | 10111011 | 101101 | 1010001 | 0 | 11011 | 100001011 | 1000100 | 101100 |
Color Harmonies of #6724BB
Complementary color
Monochromatic Colors of #6724BB
Black with #6724BB
Text Example
Text Example
White with #6724BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6724BB; }
p { color: rgb(103,36,187); }
H1.HeaderClassName
{
color: #6724BB;
}
.AnyTagClassName
{
color: #6724BB;
}
</style>
background-color css
<style>
a { background-color: #6724BB; }
a { background-color: rgb(103,36,187); }
div.DivClassName
{
background-color: #6724BB;
}
.BgClassName
{
background-color: #6724BB;
}
</style>
border-color css
<style>
span { border-color: #6724BB; }
span { border-color: rgb(103,36,187); }
td.TdClassName
{
border-color: #6724BB;
}
.TagClassName
{
border-color: #6724BB;
}
</style>