Shades of Han Purple #702BFE
Tints of Han Purple #702BFE
RGB
CMYK
RGB Variations
Color information
#702BFE (or 0x702BFE) is known color: Han Purple. HEX triplet: 70, 2B and FE. RGB value is (112,43,254). Sum of RGB (Red+Green+Blue) = 112+43+254=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #702BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702BFE is #8FD401. Grayscale: #565656. Windows color (decimal): -9425922 or 16657264. OLE color: 16657264.
HSL color Cylindrical-coordinate representation of color #702BFE: hue angle of 259.62º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #702BFE is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 43 | 254 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.00 |
| HSL | 259.62º | 0.99% | 0.58% | - |
| HSV(B) | 259.62º | 0.83% | 1% | - |
| XYZ | 25.44 | 12.33 | 94.8 | - |
| YUV | 87.69 | 221.86 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 254 | 0.56 | 0.83 | 0 | 0.00 | 259.62 | 0.99 | 0.58 |
| Hex | 70 | 2B | FE | 38 | 53 | 0 | 0 | 104 | 63 | 3A |
| Octal | 160 | 53 | 376 | 70 | 123 | 0 | 0 | 404 | 143 | 72 |
| Binary | 1110000 | 101011 | 11111110 | 111000 | 1010011 | 0 | 0 | 100000100 | 1100011 | 111010 |
Color Harmonies of #702BFE
Complementary color
Monochromatic Colors of #702BFE
Black with #702BFE
Text Example
Text Example
White with #702BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702BFE; }
p { color: rgb(112,43,254); }
H1.HeaderClassName
{
color: #702BFE;
}
.AnyTagClassName
{
color: #702BFE;
}
</style>
background-color css
<style>
a { background-color: #702BFE; }
a { background-color: rgb(112,43,254); }
div.DivClassName
{
background-color: #702BFE;
}
.BgClassName
{
background-color: #702BFE;
}
</style>
border-color css
<style>
span { border-color: #702BFE; }
span { border-color: rgb(112,43,254); }
td.TdClassName
{
border-color: #702BFE;
}
.TagClassName
{
border-color: #702BFE;
}
</style>