Shades of Purple Heart #4B17C6
Tints of Purple Heart #4B17C6
RGB
CMYK
RGB Variations
Color information
#4B17C6 (or 0x4B17C6) is known color: Purple Heart. HEX triplet: 4B, 17 and C6. RGB value is (75,23,198). Sum of RGB (Red+Green+Blue) = 75+23+198=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 198 (77.73% from 255 or 66.89% from 296); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B17C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B17C6 is #B4E839. Grayscale: #393939. Windows color (decimal): -11855930 or 12982091. OLE color: 12982091.
HSL color Cylindrical-coordinate representation of color #4B17C6: hue angle of 257.83º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B17C6 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 23 | 198 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.22 |
| HSL | 257.83º | 0.79% | 0.43% | - |
| HSV(B) | 257.83º | 0.88% | 0.78% | - |
| XYZ | 13.4 | 6.19 | 53.91 | - |
| YUV | 58.5 | 206.73 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 198 | 0.62 | 0.88 | 0 | 0.22 | 257.83 | 0.79 | 0.43 |
| Hex | 4B | 17 | C6 | 3E | 58 | 0 | 16 | 102 | 4F | 2B |
| Octal | 113 | 27 | 306 | 76 | 130 | 0 | 26 | 402 | 117 | 53 |
| Binary | 1001011 | 10111 | 11000110 | 111110 | 1011000 | 0 | 10110 | 100000010 | 1001111 | 101011 |
Color Harmonies of #4B17C6
Complementary color
Monochromatic Colors of #4B17C6
Black with #4B17C6
Text Example
Text Example
White with #4B17C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B17C6; }
p { color: rgb(75,23,198); }
H1.HeaderClassName
{
color: #4B17C6;
}
.AnyTagClassName
{
color: #4B17C6;
}
</style>
background-color css
<style>
a { background-color: #4B17C6; }
a { background-color: rgb(75,23,198); }
div.DivClassName
{
background-color: #4B17C6;
}
.BgClassName
{
background-color: #4B17C6;
}
</style>
border-color css
<style>
span { border-color: #4B17C6; }
span { border-color: rgb(75,23,198); }
td.TdClassName
{
border-color: #4B17C6;
}
.TagClassName
{
border-color: #4B17C6;
}
</style>