Shades of Purple Heart #4316AC
Tints of Purple Heart #4316AC
RGB
CMYK
RGB Variations
Color information
#4316AC (or 0x4316AC) is known color: Purple Heart. HEX triplet: 43, 16 and AC. RGB value is (67,22,172). Sum of RGB (Red+Green+Blue) = 67+22+172=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #4316AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4316AC is #BCE953. Grayscale: #343434. Windows color (decimal): -12380500 or 11277891. OLE color: 11277891.
HSL color Cylindrical-coordinate representation of color #4316AC: hue angle of 258º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4316AC is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 22 | 172 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.33 |
| HSL | 258º | 0.77% | 0.38% | - |
| HSV(B) | 258º | 0.87% | 0.67% | - |
| XYZ | 10.05 | 4.75 | 39.42 | - |
| YUV | 52.56 | 195.41 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 172 | 0.61 | 0.87 | 0 | 0.33 | 258 | 0.77 | 0.38 |
| Hex | 43 | 16 | AC | 3D | 57 | 0 | 21 | 102 | 4D | 26 |
| Octal | 103 | 26 | 254 | 75 | 127 | 0 | 41 | 402 | 115 | 46 |
| Binary | 1000011 | 10110 | 10101100 | 111101 | 1010111 | 0 | 100001 | 100000010 | 1001101 | 100110 |
Color Harmonies of #4316AC
Complementary color
Monochromatic Colors of #4316AC
Black with #4316AC
Text Example
Text Example
White with #4316AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4316AC; }
p { color: rgb(67,22,172); }
H1.HeaderClassName
{
color: #4316AC;
}
.AnyTagClassName
{
color: #4316AC;
}
</style>
background-color css
<style>
a { background-color: #4316AC; }
a { background-color: rgb(67,22,172); }
div.DivClassName
{
background-color: #4316AC;
}
.BgClassName
{
background-color: #4316AC;
}
</style>
border-color css
<style>
span { border-color: #4316AC; }
span { border-color: rgb(67,22,172); }
td.TdClassName
{
border-color: #4316AC;
}
.TagClassName
{
border-color: #4316AC;
}
</style>