Shades of Purple Heart #6720BC
Tints of Purple Heart #6720BC
RGB
CMYK
RGB Variations
Color information
#6720BC (or 0x6720BC) is known color: Purple Heart. HEX triplet: 67, 20 and BC. RGB value is (103,32,188). Sum of RGB (Red+Green+Blue) = 103+32+188=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #6720BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6720BC is #98DF43. Grayscale: #464646. Windows color (decimal): -10018628 or 12329063. OLE color: 12329063.
HSL color Cylindrical-coordinate representation of color #6720BC: hue angle of 267.31º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6720BC is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 32 | 188 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.26 |
| HSL | 267.31º | 0.71% | 0.43% | - |
| HSV(B) | 267.31º | 0.83% | 0.74% | - |
| XYZ | 15.19 | 7.55 | 48.23 | - |
| YUV | 71.01 | 194.02 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 188 | 0.45 | 0.83 | 0 | 0.26 | 267.31 | 0.71 | 0.43 |
| Hex | 67 | 20 | BC | 2D | 53 | 0 | 1A | 10B | 47 | 2B |
| Octal | 147 | 40 | 274 | 55 | 123 | 0 | 32 | 413 | 107 | 53 |
| Binary | 1100111 | 100000 | 10111100 | 101101 | 1010011 | 0 | 11010 | 100001011 | 1000111 | 101011 |
Color Harmonies of #6720BC
Complementary color
Monochromatic Colors of #6720BC
Black with #6720BC
Text Example
Text Example
White with #6720BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6720BC; }
p { color: rgb(103,32,188); }
H1.HeaderClassName
{
color: #6720BC;
}
.AnyTagClassName
{
color: #6720BC;
}
</style>
background-color css
<style>
a { background-color: #6720BC; }
a { background-color: rgb(103,32,188); }
div.DivClassName
{
background-color: #6720BC;
}
.BgClassName
{
background-color: #6720BC;
}
</style>
border-color css
<style>
span { border-color: #6720BC; }
span { border-color: rgb(103,32,188); }
td.TdClassName
{
border-color: #6720BC;
}
.TagClassName
{
border-color: #6720BC;
}
</style>