Shades of Han Purple #712BFD
Tints of Han Purple #712BFD
RGB
CMYK
RGB Variations
Color information
#712BFD (or 0x712BFD) is known color: Han Purple. HEX triplet: 71, 2B and FD. RGB value is (113,43,253). Sum of RGB (Red+Green+Blue) = 113+43+253=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #712BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712BFD is #8ED402. Grayscale: #575757. Windows color (decimal): -9360387 or 16591729. OLE color: 16591729.
HSL color Cylindrical-coordinate representation of color #712BFD: hue angle of 260º degrees, saturation: 0.98, 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 #712BFD is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 43 | 253 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.01 |
| HSL | 260º | 0.98% | 0.58% | - |
| HSV(B) | 260º | 0.83% | 0.99% | - |
| XYZ | 25.4 | 12.33 | 93.97 | - |
| YUV | 87.87 | 221.19 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 253 | 0.55 | 0.83 | 0 | 0.01 | 260 | 0.98 | 0.58 |
| Hex | 71 | 2B | FD | 37 | 53 | 0 | 1 | 104 | 62 | 3A |
| Octal | 161 | 53 | 375 | 67 | 123 | 0 | 1 | 404 | 142 | 72 |
| Binary | 1110001 | 101011 | 11111101 | 110111 | 1010011 | 0 | 1 | 100000100 | 1100010 | 111010 |
Color Harmonies of #712BFD
Complementary color
Monochromatic Colors of #712BFD
Black with #712BFD
Text Example
Text Example
White with #712BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712BFD; }
p { color: rgb(113,43,253); }
H1.HeaderClassName
{
color: #712BFD;
}
.AnyTagClassName
{
color: #712BFD;
}
</style>
background-color css
<style>
a { background-color: #712BFD; }
a { background-color: rgb(113,43,253); }
div.DivClassName
{
background-color: #712BFD;
}
.BgClassName
{
background-color: #712BFD;
}
</style>
border-color css
<style>
span { border-color: #712BFD; }
span { border-color: rgb(113,43,253); }
td.TdClassName
{
border-color: #712BFD;
}
.TagClassName
{
border-color: #712BFD;
}
</style>