Shades of Purple Heart #4B19AF
Tints of Purple Heart #4B19AF
RGB
CMYK
RGB Variations
Color information
#4B19AF (or 0x4B19AF) is known color: Purple Heart. HEX triplet: 4B, 19 and AF. RGB value is (75,25,175). Sum of RGB (Red+Green+Blue) = 75+25+175=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B19AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B19AF is #B4E650. Grayscale: #383838. Windows color (decimal): -11855441 or 11475275. OLE color: 11475275.
HSL color Cylindrical-coordinate representation of color #4B19AF: hue angle of 260º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B19AF is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 25 | 175 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.31 |
| HSL | 260º | 0.75% | 0.39% | - |
| HSV(B) | 260º | 0.86% | 0.69% | - |
| XYZ | 10.99 | 5.29 | 41 | - |
| YUV | 57.05 | 194.57 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 175 | 0.57 | 0.86 | 0 | 0.31 | 260 | 0.75 | 0.39 |
| Hex | 4B | 19 | AF | 39 | 56 | 0 | 1F | 104 | 4B | 27 |
| Octal | 113 | 31 | 257 | 71 | 126 | 0 | 37 | 404 | 113 | 47 |
| Binary | 1001011 | 11001 | 10101111 | 111001 | 1010110 | 0 | 11111 | 100000100 | 1001011 | 100111 |
Color Harmonies of #4B19AF
Complementary color
Monochromatic Colors of #4B19AF
Black with #4B19AF
Text Example
Text Example
White with #4B19AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B19AF; }
p { color: rgb(75,25,175); }
H1.HeaderClassName
{
color: #4B19AF;
}
.AnyTagClassName
{
color: #4B19AF;
}
</style>
background-color css
<style>
a { background-color: #4B19AF; }
a { background-color: rgb(75,25,175); }
div.DivClassName
{
background-color: #4B19AF;
}
.BgClassName
{
background-color: #4B19AF;
}
</style>
border-color css
<style>
span { border-color: #4B19AF; }
span { border-color: rgb(75,25,175); }
td.TdClassName
{
border-color: #4B19AF;
}
.TagClassName
{
border-color: #4B19AF;
}
</style>