Shades of Purple Heart #4316AB
Tints of Purple Heart #4316AB
RGB
CMYK
RGB Variations
Color information
#4316AB (or 0x4316AB) is known color: Purple Heart. HEX triplet: 43, 16 and AB. RGB value is (67,22,171). Sum of RGB (Red+Green+Blue) = 67+22+171=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #4316AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4316AB is #BCE954. Grayscale: #333333. Windows color (decimal): -12380501 or 11212355. OLE color: 11212355.
HSL color Cylindrical-coordinate representation of color #4316AB: hue angle of 258.12º 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 #4316AB is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 22 | 171 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.33 |
| HSL | 258.12º | 0.77% | 0.38% | - |
| HSV(B) | 258.12º | 0.87% | 0.67% | - |
| XYZ | 9.95 | 4.71 | 38.91 | - |
| YUV | 52.44 | 194.91 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 171 | 0.61 | 0.87 | 0 | 0.33 | 258.12 | 0.77 | 0.38 |
| Hex | 43 | 16 | AB | 3D | 57 | 0 | 21 | 102 | 4D | 26 |
| Octal | 103 | 26 | 253 | 75 | 127 | 0 | 41 | 402 | 115 | 46 |
| Binary | 1000011 | 10110 | 10101011 | 111101 | 1010111 | 0 | 100001 | 100000010 | 1001101 | 100110 |
Color Harmonies of #4316AB
Complementary color
Monochromatic Colors of #4316AB
Black with #4316AB
Text Example
Text Example
White with #4316AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4316AB; }
p { color: rgb(67,22,171); }
H1.HeaderClassName
{
color: #4316AB;
}
.AnyTagClassName
{
color: #4316AB;
}
</style>
background-color css
<style>
a { background-color: #4316AB; }
a { background-color: rgb(67,22,171); }
div.DivClassName
{
background-color: #4316AB;
}
.BgClassName
{
background-color: #4316AB;
}
</style>
border-color css
<style>
span { border-color: #4316AB; }
span { border-color: rgb(67,22,171); }
td.TdClassName
{
border-color: #4316AB;
}
.TagClassName
{
border-color: #4316AB;
}
</style>