Shades of Purple Heart #4318BB
Tints of Purple Heart #4318BB
RGB
CMYK
RGB Variations
Color information
#4318BB (or 0x4318BB) is known color: Purple Heart. HEX triplet: 43, 18 and BB. RGB value is (67,24,187). Sum of RGB (Red+Green+Blue) = 67+24+187=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #4318BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4318BB is #BCE744. Grayscale: #363636. Windows color (decimal): -12379973 or 12261443. OLE color: 12261443.
HSL color Cylindrical-coordinate representation of color #4318BB: hue angle of 255.83º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4318BB is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 24 | 187 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.27 |
| HSL | 255.83º | 0.77% | 0.41% | - |
| HSV(B) | 255.83º | 0.87% | 0.73% | - |
| XYZ | 11.61 | 5.43 | 47.45 | - |
| YUV | 55.44 | 202.25 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 187 | 0.64 | 0.87 | 0 | 0.27 | 255.83 | 0.77 | 0.41 |
| Hex | 43 | 18 | BB | 40 | 57 | 0 | 1B | 100 | 4D | 29 |
| Octal | 103 | 30 | 273 | 100 | 127 | 0 | 33 | 400 | 115 | 51 |
| Binary | 1000011 | 11000 | 10111011 | 1000000 | 1010111 | 0 | 11011 | 100000000 | 1001101 | 101001 |
Color Harmonies of #4318BB
Complementary color
Monochromatic Colors of #4318BB
Black with #4318BB
Text Example
Text Example
White with #4318BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4318BB; }
p { color: rgb(67,24,187); }
H1.HeaderClassName
{
color: #4318BB;
}
.AnyTagClassName
{
color: #4318BB;
}
</style>
background-color css
<style>
a { background-color: #4318BB; }
a { background-color: rgb(67,24,187); }
div.DivClassName
{
background-color: #4318BB;
}
.BgClassName
{
background-color: #4318BB;
}
</style>
border-color css
<style>
span { border-color: #4318BB; }
span { border-color: rgb(67,24,187); }
td.TdClassName
{
border-color: #4318BB;
}
.TagClassName
{
border-color: #4318BB;
}
</style>