Shades of Han Purple #471FFD
Tints of Han Purple #471FFD
RGB
CMYK
RGB Variations
Color information
#471FFD (or 0x471FFD) is known color: Han Purple. HEX triplet: 47, 1F and FD. RGB value is (71,31,253). Sum of RGB (Red+Green+Blue) = 71+31+253=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #471FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471FFD is #B8E002. Grayscale: #434343. Windows color (decimal): -12115971 or 16588615. OLE color: 16588615.
HSL color Cylindrical-coordinate representation of color #471FFD: hue angle of 250.81º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471FFD is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 31 | 253 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.01 |
| HSL | 250.81º | 0.98% | 0.56% | - |
| HSV(B) | 250.81º | 0.88% | 0.99% | - |
| XYZ | 20.82 | 9.41 | 93.65 | - |
| YUV | 68.27 | 232.25 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 253 | 0.72 | 0.88 | 0 | 0.01 | 250.81 | 0.98 | 0.56 |
| Hex | 47 | 1F | FD | 48 | 58 | 0 | 1 | FB | 62 | 38 |
| Octal | 107 | 37 | 375 | 110 | 130 | 0 | 1 | 373 | 142 | 70 |
| Binary | 1000111 | 11111 | 11111101 | 1001000 | 1011000 | 0 | 1 | 11111011 | 1100010 | 111000 |
Color Harmonies of #471FFD
Complementary color
Monochromatic Colors of #471FFD
Black with #471FFD
Text Example
Text Example
White with #471FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471FFD; }
p { color: rgb(71,31,253); }
H1.HeaderClassName
{
color: #471FFD;
}
.AnyTagClassName
{
color: #471FFD;
}
</style>
background-color css
<style>
a { background-color: #471FFD; }
a { background-color: rgb(71,31,253); }
div.DivClassName
{
background-color: #471FFD;
}
.BgClassName
{
background-color: #471FFD;
}
</style>
border-color css
<style>
span { border-color: #471FFD; }
span { border-color: rgb(71,31,253); }
td.TdClassName
{
border-color: #471FFD;
}
.TagClassName
{
border-color: #471FFD;
}
</style>