Shades of Purple Heart #4327BC
Tints of Purple Heart #4327BC
RGB
CMYK
RGB Variations
Color information
#4327BC (or 0x4327BC) is known color: Purple Heart. HEX triplet: 43, 27 and BC. RGB value is (67,39,188). Sum of RGB (Red+Green+Blue) = 67+39+188=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #4327BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4327BC is #BCD843. Grayscale: #3F3F3F. Windows color (decimal): -12376132 or 12330819. OLE color: 12330819.
HSL color Cylindrical-coordinate representation of color #4327BC: hue angle of 251.28º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4327BC is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 39 | 188 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.26 |
| HSL | 251.28º | 0.66% | 0.45% | - |
| HSV(B) | 251.28º | 0.79% | 0.74% | - |
| XYZ | 12.12 | 6.28 | 48.15 | - |
| YUV | 64.36 | 197.78 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 39 | 188 | 0.64 | 0.79 | 0 | 0.26 | 251.28 | 0.66 | 0.45 |
| Hex | 43 | 27 | BC | 40 | 4F | 0 | 1A | FB | 42 | 2D |
| Octal | 103 | 47 | 274 | 100 | 117 | 0 | 32 | 373 | 102 | 55 |
| Binary | 1000011 | 100111 | 10111100 | 1000000 | 1001111 | 0 | 11010 | 11111011 | 1000010 | 101101 |
Color Harmonies of #4327BC
Complementary color
Monochromatic Colors of #4327BC
Black with #4327BC
Text Example
Text Example
White with #4327BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4327BC; }
p { color: rgb(67,39,188); }
H1.HeaderClassName
{
color: #4327BC;
}
.AnyTagClassName
{
color: #4327BC;
}
</style>
background-color css
<style>
a { background-color: #4327BC; }
a { background-color: rgb(67,39,188); }
div.DivClassName
{
background-color: #4327BC;
}
.BgClassName
{
background-color: #4327BC;
}
</style>
border-color css
<style>
span { border-color: #4327BC; }
span { border-color: rgb(67,39,188); }
td.TdClassName
{
border-color: #4327BC;
}
.TagClassName
{
border-color: #4327BC;
}
</style>