Shades of Purple Heart #4B26CF
Tints of Purple Heart #4B26CF
RGB
CMYK
RGB Variations
Color information
#4B26CF (or 0x4B26CF) is known color: Purple Heart. HEX triplet: 4B, 26 and CF. RGB value is (75,38,207). Sum of RGB (Red+Green+Blue) = 75+38+207=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B26CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B26CF is #B4D930. Grayscale: #434343. Windows color (decimal): -11852081 or 13575755. OLE color: 13575755.
HSL color Cylindrical-coordinate representation of color #4B26CF: hue angle of 253.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B26CF is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 38 | 207 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.19 |
| HSL | 253.14º | 0.69% | 0.48% | - |
| HSV(B) | 253.14º | 0.82% | 0.81% | - |
| XYZ | 14.86 | 7.39 | 59.67 | - |
| YUV | 68.33 | 206.26 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 207 | 0.64 | 0.82 | 0 | 0.19 | 253.14 | 0.69 | 0.48 |
| Hex | 4B | 26 | CF | 40 | 52 | 0 | 13 | FD | 45 | 30 |
| Octal | 113 | 46 | 317 | 100 | 122 | 0 | 23 | 375 | 105 | 60 |
| Binary | 1001011 | 100110 | 11001111 | 1000000 | 1010010 | 0 | 10011 | 11111101 | 1000101 | 110000 |
Color Harmonies of #4B26CF
Complementary color
Monochromatic Colors of #4B26CF
Black with #4B26CF
Text Example
Text Example
White with #4B26CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B26CF; }
p { color: rgb(75,38,207); }
H1.HeaderClassName
{
color: #4B26CF;
}
.AnyTagClassName
{
color: #4B26CF;
}
</style>
background-color css
<style>
a { background-color: #4B26CF; }
a { background-color: rgb(75,38,207); }
div.DivClassName
{
background-color: #4B26CF;
}
.BgClassName
{
background-color: #4B26CF;
}
</style>
border-color css
<style>
span { border-color: #4B26CF; }
span { border-color: rgb(75,38,207); }
td.TdClassName
{
border-color: #4B26CF;
}
.TagClassName
{
border-color: #4B26CF;
}
</style>