Shades of Han Purple #4B07DF
Tints of Han Purple #4B07DF
RGB
CMYK
RGB Variations
Color information
#4B07DF (or 0x4B07DF) is known color: Han Purple. HEX triplet: 4B, 07 and DF. RGB value is (75,7,223). Sum of RGB (Red+Green+Blue) = 75+7+223=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B07DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B07DF is #B4F820. Grayscale: #333333. Windows color (decimal): -11860001 or 14616395. OLE color: 14616395.
HSL color Cylindrical-coordinate representation of color #4B07DF: hue angle of 258.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B07DF is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 7 | 223 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.13 |
| HSL | 258.89º | 0.94% | 0.45% | - |
| HSV(B) | 258.89º | 0.97% | 0.87% | - |
| XYZ | 16.3 | 6.98 | 70.3 | - |
| YUV | 51.96 | 224.53 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 7 | 223 | 0.66 | 0.97 | 0 | 0.13 | 258.89 | 0.94 | 0.45 |
| Hex | 4B | 7 | DF | 42 | 61 | 0 | D | 103 | 5E | 2D |
| Octal | 113 | 7 | 337 | 102 | 141 | 0 | 15 | 403 | 136 | 55 |
| Binary | 1001011 | 111 | 11011111 | 1000010 | 1100001 | 0 | 1101 | 100000011 | 1011110 | 101101 |
Color Harmonies of #4B07DF
Complementary color
Monochromatic Colors of #4B07DF
Black with #4B07DF
Text Example
Text Example
White with #4B07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B07DF; }
p { color: rgb(75,7,223); }
H1.HeaderClassName
{
color: #4B07DF;
}
.AnyTagClassName
{
color: #4B07DF;
}
</style>
background-color css
<style>
a { background-color: #4B07DF; }
a { background-color: rgb(75,7,223); }
div.DivClassName
{
background-color: #4B07DF;
}
.BgClassName
{
background-color: #4B07DF;
}
</style>
border-color css
<style>
span { border-color: #4B07DF; }
span { border-color: rgb(75,7,223); }
td.TdClassName
{
border-color: #4B07DF;
}
.TagClassName
{
border-color: #4B07DF;
}
</style>