Shades of Han Purple #702FFC
Tints of Han Purple #702FFC
RGB
CMYK
RGB Variations
Color information
#702FFC (or 0x702FFC) is known color: Han Purple. HEX triplet: 70, 2F and FC. RGB value is (112,47,252). Sum of RGB (Red+Green+Blue) = 112+47+252=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #702FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702FFC is #8FD003. Grayscale: #595959. Windows color (decimal): -9424900 or 16527216. OLE color: 16527216.
HSL color Cylindrical-coordinate representation of color #702FFC: hue angle of 259.02º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702FFC is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 47 | 252 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.01 |
| HSL | 259.02º | 0.97% | 0.59% | - |
| HSV(B) | 259.02º | 0.81% | 0.99% | - |
| XYZ | 25.27 | 12.51 | 93.18 | - |
| YUV | 89.81 | 219.53 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 252 | 0.56 | 0.81 | 0 | 0.01 | 259.02 | 0.97 | 0.59 |
| Hex | 70 | 2F | FC | 38 | 51 | 0 | 1 | 103 | 61 | 3B |
| Octal | 160 | 57 | 374 | 70 | 121 | 0 | 1 | 403 | 141 | 73 |
| Binary | 1110000 | 101111 | 11111100 | 111000 | 1010001 | 0 | 1 | 100000011 | 1100001 | 111011 |
Color Harmonies of #702FFC
Complementary color
Monochromatic Colors of #702FFC
Black with #702FFC
Text Example
Text Example
White with #702FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FFC; }
p { color: rgb(112,47,252); }
H1.HeaderClassName
{
color: #702FFC;
}
.AnyTagClassName
{
color: #702FFC;
}
</style>
background-color css
<style>
a { background-color: #702FFC; }
a { background-color: rgb(112,47,252); }
div.DivClassName
{
background-color: #702FFC;
}
.BgClassName
{
background-color: #702FFC;
}
</style>
border-color css
<style>
span { border-color: #702FFC; }
span { border-color: rgb(112,47,252); }
td.TdClassName
{
border-color: #702FFC;
}
.TagClassName
{
border-color: #702FFC;
}
</style>