Shades of Purple Heart #4801BD
Tints of Purple Heart #4801BD
RGB
CMYK
RGB Variations
Color information
#4801BD (or 0x4801BD) is known color: Purple Heart. HEX triplet: 48, 01 and BD. RGB value is (72,1,189). Sum of RGB (Red+Green+Blue) = 72+1+189=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 189 (74.22% from 255 or 72.14% from 262); Max value from RGB is 189 - color contains mainly: blue. Hex color #4801BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4801BD is #B7FE42. Grayscale: #2A2A2A. Windows color (decimal): -12058179 or 12386632. OLE color: 12386632.
HSL color Cylindrical-coordinate representation of color #4801BD: hue angle of 262.66º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4801BD is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 1 | 189 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.26 |
| HSL | 262.66º | 0.99% | 0.37% | - |
| HSV(B) | 262.66º | 0.99% | 0.74% | - |
| XYZ | 11.87 | 5.07 | 48.5 | - |
| YUV | 43.66 | 210.02 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 189 | 0.62 | 0.99 | 0 | 0.26 | 262.66 | 0.99 | 0.37 |
| Hex | 48 | 1 | BD | 3E | 63 | 0 | 1A | 107 | 63 | 25 |
| Octal | 110 | 1 | 275 | 76 | 143 | 0 | 32 | 407 | 143 | 45 |
| Binary | 1001000 | 1 | 10111101 | 111110 | 1100011 | 0 | 11010 | 100000111 | 1100011 | 100101 |
Color Harmonies of #4801BD
Complementary color
Monochromatic Colors of #4801BD
Black with #4801BD
Text Example
Text Example
White with #4801BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4801BD; }
p { color: rgb(72,1,189); }
H1.HeaderClassName
{
color: #4801BD;
}
.AnyTagClassName
{
color: #4801BD;
}
</style>
background-color css
<style>
a { background-color: #4801BD; }
a { background-color: rgb(72,1,189); }
div.DivClassName
{
background-color: #4801BD;
}
.BgClassName
{
background-color: #4801BD;
}
</style>
border-color css
<style>
span { border-color: #4801BD; }
span { border-color: rgb(72,1,189); }
td.TdClassName
{
border-color: #4801BD;
}
.TagClassName
{
border-color: #4801BD;
}
</style>