Shades of Purple Heart #4306BB
Tints of Purple Heart #4306BB
RGB
CMYK
RGB Variations
Color information
#4306BB (or 0x4306BB) is known color: Purple Heart. HEX triplet: 43, 06 and BB. RGB value is (67,6,187). Sum of RGB (Red+Green+Blue) = 67+6+187=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #4306BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4306BB is #BCF944. Grayscale: #2C2C2C. Windows color (decimal): -12384581 or 12256835. OLE color: 12256835.
HSL color Cylindrical-coordinate representation of color #4306BB: hue angle of 260.22º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4306BB is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 6 | 187 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.27 |
| HSL | 260.22º | 0.94% | 0.38% | - |
| HSV(B) | 260.22º | 0.97% | 0.73% | - |
| XYZ | 11.35 | 4.91 | 47.36 | - |
| YUV | 44.87 | 208.21 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 187 | 0.64 | 0.97 | 0 | 0.27 | 260.22 | 0.94 | 0.38 |
| Hex | 43 | 6 | BB | 40 | 61 | 0 | 1B | 104 | 5E | 26 |
| Octal | 103 | 6 | 273 | 100 | 141 | 0 | 33 | 404 | 136 | 46 |
| Binary | 1000011 | 110 | 10111011 | 1000000 | 1100001 | 0 | 11011 | 100000100 | 1011110 | 100110 |
Color Harmonies of #4306BB
Complementary color
Monochromatic Colors of #4306BB
Black with #4306BB
Text Example
Text Example
White with #4306BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4306BB; }
p { color: rgb(67,6,187); }
H1.HeaderClassName
{
color: #4306BB;
}
.AnyTagClassName
{
color: #4306BB;
}
</style>
background-color css
<style>
a { background-color: #4306BB; }
a { background-color: rgb(67,6,187); }
div.DivClassName
{
background-color: #4306BB;
}
.BgClassName
{
background-color: #4306BB;
}
</style>
border-color css
<style>
span { border-color: #4306BB; }
span { border-color: rgb(67,6,187); }
td.TdClassName
{
border-color: #4306BB;
}
.TagClassName
{
border-color: #4306BB;
}
</style>