Shades of Purple Heart #4318AB
Tints of Purple Heart #4318AB
RGB
CMYK
RGB Variations
Color information
#4318AB (or 0x4318AB) is known color: Purple Heart. HEX triplet: 43, 18 and AB. RGB value is (67,24,171). Sum of RGB (Red+Green+Blue) = 67+24+171=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #4318AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4318AB is #BCE754. Grayscale: #353535. Windows color (decimal): -12379989 or 11212867. OLE color: 11212867.
HSL color Cylindrical-coordinate representation of color #4318AB: hue angle of 257.55º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4318AB is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 24 | 171 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.33 |
| HSL | 257.55º | 0.75% | 0.38% | - |
| HSV(B) | 257.55º | 0.86% | 0.67% | - |
| XYZ | 9.99 | 4.79 | 38.93 | - |
| YUV | 53.62 | 194.25 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 171 | 0.61 | 0.86 | 0 | 0.33 | 257.55 | 0.75 | 0.38 |
| Hex | 43 | 18 | AB | 3D | 56 | 0 | 21 | 102 | 4B | 26 |
| Octal | 103 | 30 | 253 | 75 | 126 | 0 | 41 | 402 | 113 | 46 |
| Binary | 1000011 | 11000 | 10101011 | 111101 | 1010110 | 0 | 100001 | 100000010 | 1001011 | 100110 |
Color Harmonies of #4318AB
Complementary color
Monochromatic Colors of #4318AB
Black with #4318AB
Text Example
Text Example
White with #4318AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4318AB; }
p { color: rgb(67,24,171); }
H1.HeaderClassName
{
color: #4318AB;
}
.AnyTagClassName
{
color: #4318AB;
}
</style>
background-color css
<style>
a { background-color: #4318AB; }
a { background-color: rgb(67,24,171); }
div.DivClassName
{
background-color: #4318AB;
}
.BgClassName
{
background-color: #4318AB;
}
</style>
border-color css
<style>
span { border-color: #4318AB; }
span { border-color: rgb(67,24,171); }
td.TdClassName
{
border-color: #4318AB;
}
.TagClassName
{
border-color: #4318AB;
}
</style>