Shades of Han Purple #702DFF
Tints of Han Purple #702DFF
RGB
CMYK
RGB Variations
Color information
#702DFF (or 0x702DFF) is known color: Han Purple. HEX triplet: 70, 2D and FF. RGB value is (112,45,255). Sum of RGB (Red+Green+Blue) = 112+45+255=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #702DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702DFF is #8FD200. Grayscale: #585858. Windows color (decimal): -9425409 or 16723312. OLE color: 16723312.
HSL color Cylindrical-coordinate representation of color #702DFF: hue angle of 259.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702DFF is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 45 | 255 | - |
| CMYK | 0.56 | 0.82 | 0 | 0 |
| HSL | 259.14º | 1% | 0.59% | - |
| HSV(B) | 259.14º | 0.82% | 1% | - |
| XYZ | 25.67 | 12.54 | 95.68 | - |
| YUV | 88.97 | 221.7 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 255 | 0.56 | 0.82 | 0 | 0 | 259.14 | 1 | 0.59 |
| Hex | 70 | 2D | FF | 38 | 52 | 0 | 0 | 103 | 64 | 3B |
| Octal | 160 | 55 | 377 | 70 | 122 | 0 | 0 | 403 | 144 | 73 |
| Binary | 1110000 | 101101 | 11111111 | 111000 | 1010010 | 0 | 0 | 100000011 | 1100100 | 111011 |
Color Harmonies of #702DFF
Complementary color
Monochromatic Colors of #702DFF
Black with #702DFF
Text Example
Text Example
White with #702DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702DFF; }
p { color: rgb(112,45,255); }
H1.HeaderClassName
{
color: #702DFF;
}
.AnyTagClassName
{
color: #702DFF;
}
</style>
background-color css
<style>
a { background-color: #702DFF; }
a { background-color: rgb(112,45,255); }
div.DivClassName
{
background-color: #702DFF;
}
.BgClassName
{
background-color: #702DFF;
}
</style>
border-color css
<style>
span { border-color: #702DFF; }
span { border-color: rgb(112,45,255); }
td.TdClassName
{
border-color: #702DFF;
}
.TagClassName
{
border-color: #702DFF;
}
</style>