Shades of Han Purple #4F23ED
Tints of Han Purple #4F23ED
RGB
CMYK
RGB Variations
Color information
#4F23ED (or 0x4F23ED) is known color: Han Purple. HEX triplet: 4F, 23 and ED. RGB value is (79,35,237). Sum of RGB (Red+Green+Blue) = 79+35+237=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #4F23ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F23ED is #B0DC12. Grayscale: #464646. Windows color (decimal): -11590675 or 15541071. OLE color: 15541071.
HSL color Cylindrical-coordinate representation of color #4F23ED: hue angle of 253.07º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F23ED is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 35 | 237 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.07 |
| HSL | 253.07º | 0.85% | 0.53% | - |
| HSV(B) | 253.07º | 0.85% | 0.93% | - |
| XYZ | 19.11 | 8.98 | 80.85 | - |
| YUV | 71.18 | 221.58 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 237 | 0.67 | 0.85 | 0 | 0.07 | 253.07 | 0.85 | 0.53 |
| Hex | 4F | 23 | ED | 43 | 55 | 0 | 7 | FD | 55 | 35 |
| Octal | 117 | 43 | 355 | 103 | 125 | 0 | 7 | 375 | 125 | 65 |
| Binary | 1001111 | 100011 | 11101101 | 1000011 | 1010101 | 0 | 111 | 11111101 | 1010101 | 110101 |
Color Harmonies of #4F23ED
Complementary color
Monochromatic Colors of #4F23ED
Black with #4F23ED
Text Example
Text Example
White with #4F23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F23ED; }
p { color: rgb(79,35,237); }
H1.HeaderClassName
{
color: #4F23ED;
}
.AnyTagClassName
{
color: #4F23ED;
}
</style>
background-color css
<style>
a { background-color: #4F23ED; }
a { background-color: rgb(79,35,237); }
div.DivClassName
{
background-color: #4F23ED;
}
.BgClassName
{
background-color: #4F23ED;
}
</style>
border-color css
<style>
span { border-color: #4F23ED; }
span { border-color: rgb(79,35,237); }
td.TdClassName
{
border-color: #4F23ED;
}
.TagClassName
{
border-color: #4F23ED;
}
</style>