Shades of Han Purple #4F32FA
Tints of Han Purple #4F32FA
RGB
CMYK
RGB Variations
Color information
#4F32FA (or 0x4F32FA) is known color: Han Purple. HEX triplet: 4F, 32 and FA. RGB value is (79,50,250). Sum of RGB (Red+Green+Blue) = 79+50+250=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F32FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F32FA is #B0CD05. Grayscale: #505050. Windows color (decimal): -11586822 or 16396879. OLE color: 16396879.
HSL color Cylindrical-coordinate representation of color #4F32FA: hue angle of 248.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F32FA is Cyan = 0.68, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 50 | 250 | - |
| CMYK | 0.68 | 0.8 | 0 | 0.02 |
| HSL | 248.7º | 0.95% | 0.59% | - |
| HSV(B) | 248.7º | 0.8% | 0.98% | - |
| XYZ | 21.62 | 10.85 | 91.4 | - |
| YUV | 81.47 | 223.11 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 250 | 0.68 | 0.8 | 0 | 0.02 | 248.7 | 0.95 | 0.59 |
| Hex | 4F | 32 | FA | 44 | 50 | 0 | 2 | F9 | 5F | 3B |
| Octal | 117 | 62 | 372 | 104 | 120 | 0 | 2 | 371 | 137 | 73 |
| Binary | 1001111 | 110010 | 11111010 | 1000100 | 1010000 | 0 | 10 | 11111001 | 1011111 | 111011 |
Color Harmonies of #4F32FA
Complementary color
Monochromatic Colors of #4F32FA
Black with #4F32FA
Text Example
Text Example
White with #4F32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F32FA; }
p { color: rgb(79,50,250); }
H1.HeaderClassName
{
color: #4F32FA;
}
.AnyTagClassName
{
color: #4F32FA;
}
</style>
background-color css
<style>
a { background-color: #4F32FA; }
a { background-color: rgb(79,50,250); }
div.DivClassName
{
background-color: #4F32FA;
}
.BgClassName
{
background-color: #4F32FA;
}
</style>
border-color css
<style>
span { border-color: #4F32FA; }
span { border-color: rgb(79,50,250); }
td.TdClassName
{
border-color: #4F32FA;
}
.TagClassName
{
border-color: #4F32FA;
}
</style>