Shades of Purple Heart #4317BC
Tints of Purple Heart #4317BC
RGB
CMYK
RGB Variations
Color information
#4317BC (or 0x4317BC) is known color: Purple Heart. HEX triplet: 43, 17 and BC. RGB value is (67,23,188). Sum of RGB (Red+Green+Blue) = 67+23+188=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #4317BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4317BC is #BCE843. Grayscale: #363636. Windows color (decimal): -12380228 or 12326723. OLE color: 12326723.
HSL color Cylindrical-coordinate representation of color #4317BC: hue angle of 256º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4317BC is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 23 | 188 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.26 |
| HSL | 256º | 0.78% | 0.41% | - |
| HSV(B) | 256º | 0.88% | 0.74% | - |
| XYZ | 11.7 | 5.44 | 48.01 | - |
| YUV | 54.97 | 203.08 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 188 | 0.64 | 0.88 | 0 | 0.26 | 256 | 0.78 | 0.41 |
| Hex | 43 | 17 | BC | 40 | 58 | 0 | 1A | 100 | 4E | 29 |
| Octal | 103 | 27 | 274 | 100 | 130 | 0 | 32 | 400 | 116 | 51 |
| Binary | 1000011 | 10111 | 10111100 | 1000000 | 1011000 | 0 | 11010 | 100000000 | 1001110 | 101001 |
Color Harmonies of #4317BC
Complementary color
Monochromatic Colors of #4317BC
Black with #4317BC
Text Example
Text Example
White with #4317BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4317BC; }
p { color: rgb(67,23,188); }
H1.HeaderClassName
{
color: #4317BC;
}
.AnyTagClassName
{
color: #4317BC;
}
</style>
background-color css
<style>
a { background-color: #4317BC; }
a { background-color: rgb(67,23,188); }
div.DivClassName
{
background-color: #4317BC;
}
.BgClassName
{
background-color: #4317BC;
}
</style>
border-color css
<style>
span { border-color: #4317BC; }
span { border-color: rgb(67,23,188); }
td.TdClassName
{
border-color: #4317BC;
}
.TagClassName
{
border-color: #4317BC;
}
</style>