Shades of Hot Purple #4B2655
Tints of Hot Purple #4B2655
RGB
CMYK
RGB Variations
Color information
#4B2655 (or 0x4B2655) is known color: Hot Purple. HEX triplet: 4B, 26 and 55. RGB value is (75,38,85). Sum of RGB (Red+Green+Blue) = 75+38+85=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B2655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2655 is #B4D9AA. Grayscale: #363636. Windows color (decimal): -11852203 or 5580363. OLE color: 5580363.
HSL color Cylindrical-coordinate representation of color #4B2655: hue angle of 287.23º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2655 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 38 | 85 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.67 |
| HSL | 287.23º | 0.38% | 0.24% | - |
| HSV(B) | 287.23º | 0.55% | 0.33% | - |
| XYZ | 5.23 | 3.54 | 9 | - |
| YUV | 54.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 85 | 0.12 | 0.55 | 0 | 0.67 | 287.23 | 0.38 | 0.24 |
| Hex | 4B | 26 | 55 | C | 37 | 0 | 43 | 11F | 26 | 18 |
| Octal | 113 | 46 | 125 | 14 | 67 | 0 | 103 | 437 | 46 | 30 |
| Binary | 1001011 | 100110 | 1010101 | 1100 | 110111 | 0 | 1000011 | 100011111 | 100110 | 11000 |
Color Harmonies of #4B2655
Complementary color
Monochromatic Colors of #4B2655
Black with #4B2655
Text Example
Text Example
White with #4B2655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2655; }
p { color: rgb(75,38,85); }
H1.HeaderClassName
{
color: #4B2655;
}
.AnyTagClassName
{
color: #4B2655;
}
</style>
background-color css
<style>
a { background-color: #4B2655; }
a { background-color: rgb(75,38,85); }
div.DivClassName
{
background-color: #4B2655;
}
.BgClassName
{
background-color: #4B2655;
}
</style>
border-color css
<style>
span { border-color: #4B2655; }
span { border-color: rgb(75,38,85); }
td.TdClassName
{
border-color: #4B2655;
}
.TagClassName
{
border-color: #4B2655;
}
</style>