Shades of Han Purple #702AFC
Tints of Han Purple #702AFC
RGB
CMYK
RGB Variations
Color information
#702AFC (or 0x702AFC) is known color: Han Purple. HEX triplet: 70, 2A and FC. RGB value is (112,42,252). Sum of RGB (Red+Green+Blue) = 112+42+252=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #702AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702AFC is #8FD503. Grayscale: #565656. Windows color (decimal): -9426180 or 16525936. OLE color: 16525936.
HSL color Cylindrical-coordinate representation of color #702AFC: hue angle of 260º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #702AFC is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 42 | 252 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.01 |
| HSL | 260º | 0.97% | 0.58% | - |
| HSV(B) | 260º | 0.83% | 0.99% | - |
| XYZ | 25.08 | 12.13 | 93.11 | - |
| YUV | 86.87 | 221.19 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 252 | 0.56 | 0.83 | 0 | 0.01 | 260 | 0.97 | 0.58 |
| Hex | 70 | 2A | FC | 38 | 53 | 0 | 1 | 104 | 61 | 3A |
| Octal | 160 | 52 | 374 | 70 | 123 | 0 | 1 | 404 | 141 | 72 |
| Binary | 1110000 | 101010 | 11111100 | 111000 | 1010011 | 0 | 1 | 100000100 | 1100001 | 111010 |
Color Harmonies of #702AFC
Complementary color
Monochromatic Colors of #702AFC
Black with #702AFC
Text Example
Text Example
White with #702AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702AFC; }
p { color: rgb(112,42,252); }
H1.HeaderClassName
{
color: #702AFC;
}
.AnyTagClassName
{
color: #702AFC;
}
</style>
background-color css
<style>
a { background-color: #702AFC; }
a { background-color: rgb(112,42,252); }
div.DivClassName
{
background-color: #702AFC;
}
.BgClassName
{
background-color: #702AFC;
}
</style>
border-color css
<style>
span { border-color: #702AFC; }
span { border-color: rgb(112,42,252); }
td.TdClassName
{
border-color: #702AFC;
}
.TagClassName
{
border-color: #702AFC;
}
</style>