Shades of Purple Heart #6727BF
Tints of Purple Heart #6727BF
RGB
CMYK
RGB Variations
Color information
#6727BF (or 0x6727BF) is known color: Purple Heart. HEX triplet: 67, 27 and BF. RGB value is (103,39,191). Sum of RGB (Red+Green+Blue) = 103+39+191=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #6727BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6727BF is #98D840. Grayscale: #4A4A4A. Windows color (decimal): -10016833 or 12527463. OLE color: 12527463.
HSL color Cylindrical-coordinate representation of color #6727BF: hue angle of 265.26º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6727BF is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 39 | 191 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.25 |
| HSL | 265.26º | 0.66% | 0.45% | - |
| HSV(B) | 265.26º | 0.8% | 0.75% | - |
| XYZ | 15.72 | 8.1 | 50.02 | - |
| YUV | 75.46 | 193.2 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 191 | 0.46 | 0.80 | 0 | 0.25 | 265.26 | 0.66 | 0.45 |
| Hex | 67 | 27 | BF | 2E | 50 | 0 | 19 | 109 | 42 | 2D |
| Octal | 147 | 47 | 277 | 56 | 120 | 0 | 31 | 411 | 102 | 55 |
| Binary | 1100111 | 100111 | 10111111 | 101110 | 1010000 | 0 | 11001 | 100001001 | 1000010 | 101101 |
Color Harmonies of #6727BF
Complementary color
Monochromatic Colors of #6727BF
Black with #6727BF
Text Example
Text Example
White with #6727BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6727BF; }
p { color: rgb(103,39,191); }
H1.HeaderClassName
{
color: #6727BF;
}
.AnyTagClassName
{
color: #6727BF;
}
</style>
background-color css
<style>
a { background-color: #6727BF; }
a { background-color: rgb(103,39,191); }
div.DivClassName
{
background-color: #6727BF;
}
.BgClassName
{
background-color: #6727BF;
}
</style>
border-color css
<style>
span { border-color: #6727BF; }
span { border-color: rgb(103,39,191); }
td.TdClassName
{
border-color: #6727BF;
}
.TagClassName
{
border-color: #6727BF;
}
</style>