Shades of Han Purple #4A0BDF
Tints of Han Purple #4A0BDF
RGB
CMYK
RGB Variations
Color information
#4A0BDF (or 0x4A0BDF) is known color: Han Purple. HEX triplet: 4A, 0B and DF. RGB value is (74,11,223). Sum of RGB (Red+Green+Blue) = 74+11+223=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A0BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0BDF is #B5F420. Grayscale: #353535. Windows color (decimal): -11924513 or 14617418. OLE color: 14617418.
HSL color Cylindrical-coordinate representation of color #4A0BDF: hue angle of 257.83º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0BDF is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 11 | 223 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.13 |
| HSL | 257.83º | 0.91% | 0.46% | - |
| HSV(B) | 257.83º | 0.95% | 0.87% | - |
| XYZ | 16.26 | 7.02 | 70.31 | - |
| YUV | 54.01 | 223.37 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 11 | 223 | 0.67 | 0.95 | 0 | 0.13 | 257.83 | 0.91 | 0.46 |
| Hex | 4A | B | DF | 43 | 5F | 0 | D | 102 | 5B | 2E |
| Octal | 112 | 13 | 337 | 103 | 137 | 0 | 15 | 402 | 133 | 56 |
| Binary | 1001010 | 1011 | 11011111 | 1000011 | 1011111 | 0 | 1101 | 100000010 | 1011011 | 101110 |
Color Harmonies of #4A0BDF
Complementary color
Monochromatic Colors of #4A0BDF
Black with #4A0BDF
Text Example
Text Example
White with #4A0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0BDF; }
p { color: rgb(74,11,223); }
H1.HeaderClassName
{
color: #4A0BDF;
}
.AnyTagClassName
{
color: #4A0BDF;
}
</style>
background-color css
<style>
a { background-color: #4A0BDF; }
a { background-color: rgb(74,11,223); }
div.DivClassName
{
background-color: #4A0BDF;
}
.BgClassName
{
background-color: #4A0BDF;
}
</style>
border-color css
<style>
span { border-color: #4A0BDF; }
span { border-color: rgb(74,11,223); }
td.TdClassName
{
border-color: #4A0BDF;
}
.TagClassName
{
border-color: #4A0BDF;
}
</style>