Shades of Han Purple #472BFD
Tints of Han Purple #472BFD
RGB
CMYK
RGB Variations
Color information
#472BFD (or 0x472BFD) is known color: Han Purple. HEX triplet: 47, 2B and FD. RGB value is (71,43,253). Sum of RGB (Red+Green+Blue) = 71+43+253=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #472BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472BFD is #B8D402. Grayscale: #4A4A4A. Windows color (decimal): -12112899 or 16591687. OLE color: 16591687.
HSL color Cylindrical-coordinate representation of color #472BFD: hue angle of 248º 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 #472BFD is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 43 | 253 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.01 |
| HSL | 248º | 0.98% | 0.58% | - |
| HSV(B) | 248º | 0.83% | 0.99% | - |
| XYZ | 21.19 | 10.16 | 93.77 | - |
| YUV | 75.31 | 228.28 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 253 | 0.72 | 0.83 | 0 | 0.01 | 248 | 0.98 | 0.58 |
| Hex | 47 | 2B | FD | 48 | 53 | 0 | 1 | F8 | 62 | 3A |
| Octal | 107 | 53 | 375 | 110 | 123 | 0 | 1 | 370 | 142 | 72 |
| Binary | 1000111 | 101011 | 11111101 | 1001000 | 1010011 | 0 | 1 | 11111000 | 1100010 | 111010 |
Color Harmonies of #472BFD
Complementary color
Monochromatic Colors of #472BFD
Black with #472BFD
Text Example
Text Example
White with #472BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472BFD; }
p { color: rgb(71,43,253); }
H1.HeaderClassName
{
color: #472BFD;
}
.AnyTagClassName
{
color: #472BFD;
}
</style>
background-color css
<style>
a { background-color: #472BFD; }
a { background-color: rgb(71,43,253); }
div.DivClassName
{
background-color: #472BFD;
}
.BgClassName
{
background-color: #472BFD;
}
</style>
border-color css
<style>
span { border-color: #472BFD; }
span { border-color: rgb(71,43,253); }
td.TdClassName
{
border-color: #472BFD;
}
.TagClassName
{
border-color: #472BFD;
}
</style>