Shades of Han Purple #471FFC
Tints of Han Purple #471FFC
RGB
CMYK
RGB Variations
Color information
#471FFC (or 0x471FFC) is known color: Han Purple. HEX triplet: 47, 1F and FC. RGB value is (71,31,252). Sum of RGB (Red+Green+Blue) = 71+31+252=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #471FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471FFC is #B8E003. Grayscale: #434343. Windows color (decimal): -12115972 or 16523079. OLE color: 16523079.
HSL color Cylindrical-coordinate representation of color #471FFC: hue angle of 250.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471FFC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 31 | 252 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.01 |
| HSL | 250.86º | 0.97% | 0.55% | - |
| HSV(B) | 250.86º | 0.88% | 0.99% | - |
| XYZ | 20.66 | 9.35 | 92.81 | - |
| YUV | 68.15 | 231.75 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 252 | 0.72 | 0.88 | 0 | 0.01 | 250.86 | 0.97 | 0.55 |
| Hex | 47 | 1F | FC | 48 | 58 | 0 | 1 | FB | 61 | 37 |
| Octal | 107 | 37 | 374 | 110 | 130 | 0 | 1 | 373 | 141 | 67 |
| Binary | 1000111 | 11111 | 11111100 | 1001000 | 1011000 | 0 | 1 | 11111011 | 1100001 | 110111 |
Color Harmonies of #471FFC
Complementary color
Monochromatic Colors of #471FFC
Black with #471FFC
Text Example
Text Example
White with #471FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471FFC; }
p { color: rgb(71,31,252); }
H1.HeaderClassName
{
color: #471FFC;
}
.AnyTagClassName
{
color: #471FFC;
}
</style>
background-color css
<style>
a { background-color: #471FFC; }
a { background-color: rgb(71,31,252); }
div.DivClassName
{
background-color: #471FFC;
}
.BgClassName
{
background-color: #471FFC;
}
</style>
border-color css
<style>
span { border-color: #471FFC; }
span { border-color: rgb(71,31,252); }
td.TdClassName
{
border-color: #471FFC;
}
.TagClassName
{
border-color: #471FFC;
}
</style>