Shades of Purple Heart #4307BC
Tints of Purple Heart #4307BC
RGB
CMYK
RGB Variations
Color information
#4307BC (or 0x4307BC) is known color: Purple Heart. HEX triplet: 43, 07 and BC. RGB value is (67,7,188). Sum of RGB (Red+Green+Blue) = 67+7+188=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #4307BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4307BC is #BCF843. Grayscale: #2C2C2C. Windows color (decimal): -12384324 or 12322627. OLE color: 12322627.
HSL color Cylindrical-coordinate representation of color #4307BC: hue angle of 259.89º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4307BC is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 7 | 188 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.26 |
| HSL | 259.89º | 0.93% | 0.38% | - |
| HSV(B) | 259.89º | 0.96% | 0.74% | - |
| XYZ | 11.47 | 4.98 | 47.93 | - |
| YUV | 45.57 | 208.38 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 188 | 0.64 | 0.96 | 0 | 0.26 | 259.89 | 0.93 | 0.38 |
| Hex | 43 | 7 | BC | 40 | 60 | 0 | 1A | 104 | 5D | 26 |
| Octal | 103 | 7 | 274 | 100 | 140 | 0 | 32 | 404 | 135 | 46 |
| Binary | 1000011 | 111 | 10111100 | 1000000 | 1100000 | 0 | 11010 | 100000100 | 1011101 | 100110 |
Color Harmonies of #4307BC
Complementary color
Monochromatic Colors of #4307BC
Black with #4307BC
Text Example
Text Example
White with #4307BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4307BC; }
p { color: rgb(67,7,188); }
H1.HeaderClassName
{
color: #4307BC;
}
.AnyTagClassName
{
color: #4307BC;
}
</style>
background-color css
<style>
a { background-color: #4307BC; }
a { background-color: rgb(67,7,188); }
div.DivClassName
{
background-color: #4307BC;
}
.BgClassName
{
background-color: #4307BC;
}
</style>
border-color css
<style>
span { border-color: #4307BC; }
span { border-color: rgb(67,7,188); }
td.TdClassName
{
border-color: #4307BC;
}
.TagClassName
{
border-color: #4307BC;
}
</style>