Shades of Han Purple #702FFF
Tints of Han Purple #702FFF
RGB
CMYK
RGB Variations
Color information
#702FFF (or 0x702FFF) is known color: Han Purple. HEX triplet: 70, 2F and FF. RGB value is (112,47,255). Sum of RGB (Red+Green+Blue) = 112+47+255=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #702FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702FFF is #8FD000. Grayscale: #595959. Windows color (decimal): -9424897 or 16723824. OLE color: 16723824.
HSL color Cylindrical-coordinate representation of color #702FFF: hue angle of 258.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702FFF is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 47 | 255 | - |
| CMYK | 0.56 | 0.82 | 0 | 0 |
| HSL | 258.75º | 1% | 0.59% | - |
| HSV(B) | 258.75º | 0.82% | 1% | - |
| XYZ | 25.75 | 12.7 | 95.7 | - |
| YUV | 90.15 | 221.03 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 255 | 0.56 | 0.82 | 0 | 0 | 258.75 | 1 | 0.59 |
| Hex | 70 | 2F | FF | 38 | 52 | 0 | 0 | 103 | 64 | 3B |
| Octal | 160 | 57 | 377 | 70 | 122 | 0 | 0 | 403 | 144 | 73 |
| Binary | 1110000 | 101111 | 11111111 | 111000 | 1010010 | 0 | 0 | 100000011 | 1100100 | 111011 |
Color Harmonies of #702FFF
Complementary color
Monochromatic Colors of #702FFF
Black with #702FFF
Text Example
Text Example
White with #702FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FFF; }
p { color: rgb(112,47,255); }
H1.HeaderClassName
{
color: #702FFF;
}
.AnyTagClassName
{
color: #702FFF;
}
</style>
background-color css
<style>
a { background-color: #702FFF; }
a { background-color: rgb(112,47,255); }
div.DivClassName
{
background-color: #702FFF;
}
.BgClassName
{
background-color: #702FFF;
}
</style>
border-color css
<style>
span { border-color: #702FFF; }
span { border-color: rgb(112,47,255); }
td.TdClassName
{
border-color: #702FFF;
}
.TagClassName
{
border-color: #702FFF;
}
</style>