Shades of Purple Heart #4318BF
Tints of Purple Heart #4318BF
RGB
CMYK
RGB Variations
Color information
#4318BF (or 0x4318BF) is known color: Purple Heart. HEX triplet: 43, 18 and BF. RGB value is (67,24,191). Sum of RGB (Red+Green+Blue) = 67+24+191=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #4318BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4318BF is #BCE740. Grayscale: #373737. Windows color (decimal): -12379969 or 12523587. OLE color: 12523587.
HSL color Cylindrical-coordinate representation of color #4318BF: hue angle of 255.45º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4318BF is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 24 | 191 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.25 |
| HSL | 255.45º | 0.78% | 0.42% | - |
| HSV(B) | 255.45º | 0.87% | 0.75% | - |
| XYZ | 12.05 | 5.61 | 49.74 | - |
| YUV | 55.9 | 204.25 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 191 | 0.65 | 0.87 | 0 | 0.25 | 255.45 | 0.78 | 0.42 |
| Hex | 43 | 18 | BF | 41 | 57 | 0 | 19 | FF | 4E | 2A |
| Octal | 103 | 30 | 277 | 101 | 127 | 0 | 31 | 377 | 116 | 52 |
| Binary | 1000011 | 11000 | 10111111 | 1000001 | 1010111 | 0 | 11001 | 11111111 | 1001110 | 101010 |
Color Harmonies of #4318BF
Complementary color
Monochromatic Colors of #4318BF
Black with #4318BF
Text Example
Text Example
White with #4318BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4318BF; }
p { color: rgb(67,24,191); }
H1.HeaderClassName
{
color: #4318BF;
}
.AnyTagClassName
{
color: #4318BF;
}
</style>
background-color css
<style>
a { background-color: #4318BF; }
a { background-color: rgb(67,24,191); }
div.DivClassName
{
background-color: #4318BF;
}
.BgClassName
{
background-color: #4318BF;
}
</style>
border-color css
<style>
span { border-color: #4318BF; }
span { border-color: rgb(67,24,191); }
td.TdClassName
{
border-color: #4318BF;
}
.TagClassName
{
border-color: #4318BF;
}
</style>