Shades of Purple Heart #4315AB
Tints of Purple Heart #4315AB
RGB
CMYK
RGB Variations
Color information
#4315AB (or 0x4315AB) is known color: Purple Heart. HEX triplet: 43, 15 and AB. RGB value is (67,21,171). Sum of RGB (Red+Green+Blue) = 67+21+171=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #4315AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4315AB is #BCEA54. Grayscale: #333333. Windows color (decimal): -12380757 or 11212099. OLE color: 11212099.
HSL color Cylindrical-coordinate representation of color #4315AB: hue angle of 258.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4315AB is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 21 | 171 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.33 |
| HSL | 258.4º | 0.78% | 0.38% | - |
| HSV(B) | 258.4º | 0.88% | 0.67% | - |
| XYZ | 9.93 | 4.67 | 38.91 | - |
| YUV | 51.85 | 195.24 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 171 | 0.61 | 0.88 | 0 | 0.33 | 258.4 | 0.78 | 0.38 |
| Hex | 43 | 15 | AB | 3D | 58 | 0 | 21 | 102 | 4E | 26 |
| Octal | 103 | 25 | 253 | 75 | 130 | 0 | 41 | 402 | 116 | 46 |
| Binary | 1000011 | 10101 | 10101011 | 111101 | 1011000 | 0 | 100001 | 100000010 | 1001110 | 100110 |
Color Harmonies of #4315AB
Complementary color
Monochromatic Colors of #4315AB
Black with #4315AB
Text Example
Text Example
White with #4315AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4315AB; }
p { color: rgb(67,21,171); }
H1.HeaderClassName
{
color: #4315AB;
}
.AnyTagClassName
{
color: #4315AB;
}
</style>
background-color css
<style>
a { background-color: #4315AB; }
a { background-color: rgb(67,21,171); }
div.DivClassName
{
background-color: #4315AB;
}
.BgClassName
{
background-color: #4315AB;
}
</style>
border-color css
<style>
span { border-color: #4315AB; }
span { border-color: rgb(67,21,171); }
td.TdClassName
{
border-color: #4315AB;
}
.TagClassName
{
border-color: #4315AB;
}
</style>