Shades of Purple Heart #4316BE
Tints of Purple Heart #4316BE
RGB
CMYK
RGB Variations
Color information
#4316BE (or 0x4316BE) is known color: Purple Heart. HEX triplet: 43, 16 and BE. RGB value is (67,22,190). Sum of RGB (Red+Green+Blue) = 67+22+190=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #4316BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4316BE is #BCE941. Grayscale: #353535. Windows color (decimal): -12380482 or 12457539. OLE color: 12457539.
HSL color Cylindrical-coordinate representation of color #4316BE: hue angle of 256.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4316BE is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 22 | 190 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.25 |
| HSL | 256.07º | 0.79% | 0.42% | - |
| HSV(B) | 256.07º | 0.88% | 0.75% | - |
| XYZ | 11.9 | 5.48 | 49.15 | - |
| YUV | 54.61 | 204.41 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 190 | 0.65 | 0.88 | 0 | 0.25 | 256.07 | 0.79 | 0.42 |
| Hex | 43 | 16 | BE | 41 | 58 | 0 | 19 | 100 | 4F | 2A |
| Octal | 103 | 26 | 276 | 101 | 130 | 0 | 31 | 400 | 117 | 52 |
| Binary | 1000011 | 10110 | 10111110 | 1000001 | 1011000 | 0 | 11001 | 100000000 | 1001111 | 101010 |
Color Harmonies of #4316BE
Complementary color
Monochromatic Colors of #4316BE
Black with #4316BE
Text Example
Text Example
White with #4316BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4316BE; }
p { color: rgb(67,22,190); }
H1.HeaderClassName
{
color: #4316BE;
}
.AnyTagClassName
{
color: #4316BE;
}
</style>
background-color css
<style>
a { background-color: #4316BE; }
a { background-color: rgb(67,22,190); }
div.DivClassName
{
background-color: #4316BE;
}
.BgClassName
{
background-color: #4316BE;
}
</style>
border-color css
<style>
span { border-color: #4316BE; }
span { border-color: rgb(67,22,190); }
td.TdClassName
{
border-color: #4316BE;
}
.TagClassName
{
border-color: #4316BE;
}
</style>