Shades of Han Purple #4C1BD5
Tints of Han Purple #4C1BD5
RGB
CMYK
RGB Variations
Color information
#4C1BD5 (or 0x4C1BD5) is known color: Han Purple. HEX triplet: 4C, 1B and D5. RGB value is (76,27,213). Sum of RGB (Red+Green+Blue) = 76+27+213=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 213 (83.59% from 255 or 67.41% from 316); Max value from RGB is 213 - color contains mainly: blue. Hex color #4C1BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1BD5 is #B3E42A. Grayscale: #3E3E3E. Windows color (decimal): -11789355 or 13966156. OLE color: 13966156.
HSL color Cylindrical-coordinate representation of color #4C1BD5: hue angle of 255.81º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C1BD5 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 27 | 213 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.16 |
| HSL | 255.81º | 0.78% | 0.47% | - |
| HSV(B) | 255.81º | 0.87% | 0.84% | - |
| XYZ | 15.38 | 7.12 | 63.52 | - |
| YUV | 62.86 | 212.73 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 27 | 213 | 0.64 | 0.87 | 0 | 0.16 | 255.81 | 0.78 | 0.47 |
| Hex | 4C | 1B | D5 | 40 | 57 | 0 | 10 | 100 | 4E | 2F |
| Octal | 114 | 33 | 325 | 100 | 127 | 0 | 20 | 400 | 116 | 57 |
| Binary | 1001100 | 11011 | 11010101 | 1000000 | 1010111 | 0 | 10000 | 100000000 | 1001110 | 101111 |
Color Harmonies of #4C1BD5
Complementary color
Monochromatic Colors of #4C1BD5
Black with #4C1BD5
Text Example
Text Example
White with #4C1BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1BD5; }
p { color: rgb(76,27,213); }
H1.HeaderClassName
{
color: #4C1BD5;
}
.AnyTagClassName
{
color: #4C1BD5;
}
</style>
background-color css
<style>
a { background-color: #4C1BD5; }
a { background-color: rgb(76,27,213); }
div.DivClassName
{
background-color: #4C1BD5;
}
.BgClassName
{
background-color: #4C1BD5;
}
</style>
border-color css
<style>
span { border-color: #4C1BD5; }
span { border-color: rgb(76,27,213); }
td.TdClassName
{
border-color: #4C1BD5;
}
.TagClassName
{
border-color: #4C1BD5;
}
</style>