Shades of Han Purple #7032FC
Tints of Han Purple #7032FC
RGB
CMYK
RGB Variations
Color information
#7032FC (or 0x7032FC) is known color: Han Purple. HEX triplet: 70, 32 and FC. RGB value is (112,50,252). Sum of RGB (Red+Green+Blue) = 112+50+252=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #7032FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7032FC is #8FCD03. Grayscale: #5A5A5A. Windows color (decimal): -9424132 or 16527984. OLE color: 16527984.
HSL color Cylindrical-coordinate representation of color #7032FC: hue angle of 258.42º degrees, saturation: 0.97, 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 #7032FC is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 50 | 252 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.01 |
| HSL | 258.42º | 0.97% | 0.59% | - |
| HSV(B) | 258.42º | 0.8% | 0.99% | - |
| XYZ | 25.39 | 12.75 | 93.22 | - |
| YUV | 91.57 | 218.54 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 252 | 0.56 | 0.80 | 0 | 0.01 | 258.42 | 0.97 | 0.59 |
| Hex | 70 | 32 | FC | 38 | 50 | 0 | 1 | 102 | 61 | 3B |
| Octal | 160 | 62 | 374 | 70 | 120 | 0 | 1 | 402 | 141 | 73 |
| Binary | 1110000 | 110010 | 11111100 | 111000 | 1010000 | 0 | 1 | 100000010 | 1100001 | 111011 |
Color Harmonies of #7032FC
Complementary color
Monochromatic Colors of #7032FC
Black with #7032FC
Text Example
Text Example
White with #7032FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7032FC; }
p { color: rgb(112,50,252); }
H1.HeaderClassName
{
color: #7032FC;
}
.AnyTagClassName
{
color: #7032FC;
}
</style>
background-color css
<style>
a { background-color: #7032FC; }
a { background-color: rgb(112,50,252); }
div.DivClassName
{
background-color: #7032FC;
}
.BgClassName
{
background-color: #7032FC;
}
</style>
border-color css
<style>
span { border-color: #7032FC; }
span { border-color: rgb(112,50,252); }
td.TdClassName
{
border-color: #7032FC;
}
.TagClassName
{
border-color: #7032FC;
}
</style>