Shades of Han Purple #7038FD
Tints of Han Purple #7038FD
RGB
CMYK
RGB Variations
Color information
#7038FD (or 0x7038FD) is known color: Han Purple. HEX triplet: 70, 38 and FD. RGB value is (112,56,253). Sum of RGB (Red+Green+Blue) = 112+56+253=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #7038FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7038FD is #8FC702. Grayscale: #5E5E5E. Windows color (decimal): -9422595 or 16595056. OLE color: 16595056.
HSL color Cylindrical-coordinate representation of color #7038FD: hue angle of 257.06º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7038FD is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 56 | 253 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.01 |
| HSL | 257.06º | 0.98% | 0.61% | - |
| HSV(B) | 257.06º | 0.78% | 0.99% | - |
| XYZ | 25.83 | 13.36 | 94.15 | - |
| YUV | 95.2 | 217.05 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 253 | 0.56 | 0.78 | 0 | 0.01 | 257.06 | 0.98 | 0.61 |
| Hex | 70 | 38 | FD | 38 | 4E | 0 | 1 | 101 | 62 | 3D |
| Octal | 160 | 70 | 375 | 70 | 116 | 0 | 1 | 401 | 142 | 75 |
| Binary | 1110000 | 111000 | 11111101 | 111000 | 1001110 | 0 | 1 | 100000001 | 1100010 | 111101 |
Color Harmonies of #7038FD
Complementary color
Monochromatic Colors of #7038FD
Black with #7038FD
Text Example
Text Example
White with #7038FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7038FD; }
p { color: rgb(112,56,253); }
H1.HeaderClassName
{
color: #7038FD;
}
.AnyTagClassName
{
color: #7038FD;
}
</style>
background-color css
<style>
a { background-color: #7038FD; }
a { background-color: rgb(112,56,253); }
div.DivClassName
{
background-color: #7038FD;
}
.BgClassName
{
background-color: #7038FD;
}
</style>
border-color css
<style>
span { border-color: #7038FD; }
span { border-color: rgb(112,56,253); }
td.TdClassName
{
border-color: #7038FD;
}
.TagClassName
{
border-color: #7038FD;
}
</style>