Shades of Purple Heart #6726BC
Tints of Purple Heart #6726BC
RGB
CMYK
RGB Variations
Color information
#6726BC (or 0x6726BC) is known color: Purple Heart. HEX triplet: 67, 26 and BC. RGB value is (103,38,188). Sum of RGB (Red+Green+Blue) = 103+38+188=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #6726BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6726BC is #98D943. Grayscale: #4A4A4A. Windows color (decimal): -10017092 or 12330599. OLE color: 12330599.
HSL color Cylindrical-coordinate representation of color #6726BC: hue angle of 266º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6726BC is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 38 | 188 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.26 |
| HSL | 266º | 0.66% | 0.44% | - |
| HSV(B) | 266º | 0.8% | 0.74% | - |
| XYZ | 15.36 | 7.9 | 48.29 | - |
| YUV | 74.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 188 | 0.45 | 0.80 | 0 | 0.26 | 266 | 0.66 | 0.44 |
| Hex | 67 | 26 | BC | 2D | 50 | 0 | 1A | 10A | 42 | 2C |
| Octal | 147 | 46 | 274 | 55 | 120 | 0 | 32 | 412 | 102 | 54 |
| Binary | 1100111 | 100110 | 10111100 | 101101 | 1010000 | 0 | 11010 | 100001010 | 1000010 | 101100 |
Color Harmonies of #6726BC
Complementary color
Monochromatic Colors of #6726BC
Black with #6726BC
Text Example
Text Example
White with #6726BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6726BC; }
p { color: rgb(103,38,188); }
H1.HeaderClassName
{
color: #6726BC;
}
.AnyTagClassName
{
color: #6726BC;
}
</style>
background-color css
<style>
a { background-color: #6726BC; }
a { background-color: rgb(103,38,188); }
div.DivClassName
{
background-color: #6726BC;
}
.BgClassName
{
background-color: #6726BC;
}
</style>
border-color css
<style>
span { border-color: #6726BC; }
span { border-color: rgb(103,38,188); }
td.TdClassName
{
border-color: #6726BC;
}
.TagClassName
{
border-color: #6726BC;
}
</style>