Shades of Han Purple #4B23DF
Tints of Han Purple #4B23DF
RGB
CMYK
RGB Variations
Color information
#4B23DF (or 0x4B23DF) is known color: Han Purple. HEX triplet: 4B, 23 and DF. RGB value is (75,35,223). Sum of RGB (Red+Green+Blue) = 75+35+223=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B23DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B23DF is #B4DC20. Grayscale: #434343. Windows color (decimal): -11852833 or 14623563. OLE color: 14623563.
HSL color Cylindrical-coordinate representation of color #4B23DF: hue angle of 252.77º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B23DF is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 35 | 223 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.13 |
| HSL | 252.77º | 0.75% | 0.51% | - |
| HSV(B) | 252.77º | 0.84% | 0.87% | - |
| XYZ | 16.82 | 8.03 | 70.47 | - |
| YUV | 68.39 | 215.25 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 223 | 0.66 | 0.84 | 0 | 0.13 | 252.77 | 0.75 | 0.51 |
| Hex | 4B | 23 | DF | 42 | 54 | 0 | D | FD | 4B | 33 |
| Octal | 113 | 43 | 337 | 102 | 124 | 0 | 15 | 375 | 113 | 63 |
| Binary | 1001011 | 100011 | 11011111 | 1000010 | 1010100 | 0 | 1101 | 11111101 | 1001011 | 110011 |
Color Harmonies of #4B23DF
Complementary color
Monochromatic Colors of #4B23DF
Black with #4B23DF
Text Example
Text Example
White with #4B23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B23DF; }
p { color: rgb(75,35,223); }
H1.HeaderClassName
{
color: #4B23DF;
}
.AnyTagClassName
{
color: #4B23DF;
}
</style>
background-color css
<style>
a { background-color: #4B23DF; }
a { background-color: rgb(75,35,223); }
div.DivClassName
{
background-color: #4B23DF;
}
.BgClassName
{
background-color: #4B23DF;
}
</style>
border-color css
<style>
span { border-color: #4B23DF; }
span { border-color: rgb(75,35,223); }
td.TdClassName
{
border-color: #4B23DF;
}
.TagClassName
{
border-color: #4B23DF;
}
</style>