Shades of Han Purple #4F32FD
Tints of Han Purple #4F32FD
RGB
CMYK
RGB Variations
Color information
#4F32FD (or 0x4F32FD) is known color: Han Purple. HEX triplet: 4F, 32 and FD. RGB value is (79,50,253). Sum of RGB (Red+Green+Blue) = 79+50+253=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F32FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F32FD is #B0CD02. Grayscale: #515151. Windows color (decimal): -11586819 or 16593487. OLE color: 16593487.
HSL color Cylindrical-coordinate representation of color #4F32FD: hue angle of 248.57º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F32FD is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 50 | 253 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.01 |
| HSL | 248.57º | 0.98% | 0.59% | - |
| HSV(B) | 248.57º | 0.8% | 0.99% | - |
| XYZ | 22.09 | 11.04 | 93.89 | - |
| YUV | 81.81 | 224.61 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 253 | 0.69 | 0.80 | 0 | 0.01 | 248.57 | 0.98 | 0.59 |
| Hex | 4F | 32 | FD | 45 | 50 | 0 | 1 | F9 | 62 | 3B |
| Octal | 117 | 62 | 375 | 105 | 120 | 0 | 1 | 371 | 142 | 73 |
| Binary | 1001111 | 110010 | 11111101 | 1000101 | 1010000 | 0 | 1 | 11111001 | 1100010 | 111011 |
Color Harmonies of #4F32FD
Complementary color
Monochromatic Colors of #4F32FD
Black with #4F32FD
Text Example
Text Example
White with #4F32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F32FD; }
p { color: rgb(79,50,253); }
H1.HeaderClassName
{
color: #4F32FD;
}
.AnyTagClassName
{
color: #4F32FD;
}
</style>
background-color css
<style>
a { background-color: #4F32FD; }
a { background-color: rgb(79,50,253); }
div.DivClassName
{
background-color: #4F32FD;
}
.BgClassName
{
background-color: #4F32FD;
}
</style>
border-color css
<style>
span { border-color: #4F32FD; }
span { border-color: rgb(79,50,253); }
td.TdClassName
{
border-color: #4F32FD;
}
.TagClassName
{
border-color: #4F32FD;
}
</style>