Shades of Han Purple #702BFC
Tints of Han Purple #702BFC
RGB
CMYK
RGB Variations
Color information
#702BFC (or 0x702BFC) is known color: Han Purple. HEX triplet: 70, 2B and FC. RGB value is (112,43,252). Sum of RGB (Red+Green+Blue) = 112+43+252=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #702BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702BFC is #8FD403. Grayscale: #565656. Windows color (decimal): -9425924 or 16526192. OLE color: 16526192.
HSL color Cylindrical-coordinate representation of color #702BFC: hue angle of 259.81º 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 #702BFC is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 43 | 252 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.01 |
| HSL | 259.81º | 0.97% | 0.58% | - |
| HSV(B) | 259.81º | 0.83% | 0.99% | - |
| XYZ | 25.12 | 12.2 | 93.13 | - |
| YUV | 87.46 | 220.86 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 252 | 0.56 | 0.83 | 0 | 0.01 | 259.81 | 0.97 | 0.58 |
| Hex | 70 | 2B | FC | 38 | 53 | 0 | 1 | 104 | 61 | 3A |
| Octal | 160 | 53 | 374 | 70 | 123 | 0 | 1 | 404 | 141 | 72 |
| Binary | 1110000 | 101011 | 11111100 | 111000 | 1010011 | 0 | 1 | 100000100 | 1100001 | 111010 |
Color Harmonies of #702BFC
Complementary color
Monochromatic Colors of #702BFC
Black with #702BFC
Text Example
Text Example
White with #702BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702BFC; }
p { color: rgb(112,43,252); }
H1.HeaderClassName
{
color: #702BFC;
}
.AnyTagClassName
{
color: #702BFC;
}
</style>
background-color css
<style>
a { background-color: #702BFC; }
a { background-color: rgb(112,43,252); }
div.DivClassName
{
background-color: #702BFC;
}
.BgClassName
{
background-color: #702BFC;
}
</style>
border-color css
<style>
span { border-color: #702BFC; }
span { border-color: rgb(112,43,252); }
td.TdClassName
{
border-color: #702BFC;
}
.TagClassName
{
border-color: #702BFC;
}
</style>