Shades of Han Purple #702EFB
Tints of Han Purple #702EFB
RGB
CMYK
RGB Variations
Color information
#702EFB (or 0x702EFB) is known color: Han Purple. HEX triplet: 70, 2E and FB. RGB value is (112,46,251). Sum of RGB (Red+Green+Blue) = 112+46+251=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #702EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702EFB is #8FD104. Grayscale: #585858. Windows color (decimal): -9425157 or 16461424. OLE color: 16461424.
HSL color Cylindrical-coordinate representation of color #702EFB: hue angle of 259.32º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702EFB is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 46 | 251 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.02 |
| HSL | 259.32º | 0.96% | 0.58% | - |
| HSV(B) | 259.32º | 0.82% | 0.98% | - |
| XYZ | 25.07 | 12.36 | 92.33 | - |
| YUV | 89.1 | 219.37 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 251 | 0.55 | 0.82 | 0 | 0.02 | 259.32 | 0.96 | 0.58 |
| Hex | 70 | 2E | FB | 37 | 52 | 0 | 2 | 103 | 60 | 3A |
| Octal | 160 | 56 | 373 | 67 | 122 | 0 | 2 | 403 | 140 | 72 |
| Binary | 1110000 | 101110 | 11111011 | 110111 | 1010010 | 0 | 10 | 100000011 | 1100000 | 111010 |
Color Harmonies of #702EFB
Complementary color
Monochromatic Colors of #702EFB
Black with #702EFB
Text Example
Text Example
White with #702EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702EFB; }
p { color: rgb(112,46,251); }
H1.HeaderClassName
{
color: #702EFB;
}
.AnyTagClassName
{
color: #702EFB;
}
</style>
background-color css
<style>
a { background-color: #702EFB; }
a { background-color: rgb(112,46,251); }
div.DivClassName
{
background-color: #702EFB;
}
.BgClassName
{
background-color: #702EFB;
}
</style>
border-color css
<style>
span { border-color: #702EFB; }
span { border-color: rgb(112,46,251); }
td.TdClassName
{
border-color: #702EFB;
}
.TagClassName
{
border-color: #702EFB;
}
</style>