Shades of Han Purple #4726DE
Tints of Han Purple #4726DE
RGB
CMYK
RGB Variations
Color information
#4726DE (or 0x4726DE) is known color: Han Purple. HEX triplet: 47, 26 and DE. RGB value is (71,38,222). Sum of RGB (Red+Green+Blue) = 71+38+222=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #4726DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4726DE is #B8D921. Grayscale: #444444. Windows color (decimal): -12114210 or 14558791. OLE color: 14558791.
HSL color Cylindrical-coordinate representation of color #4726DE: hue angle of 250.76º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4726DE is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 38 | 222 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.13 |
| HSL | 250.76º | 0.74% | 0.51% | - |
| HSV(B) | 250.76º | 0.83% | 0.87% | - |
| XYZ | 16.48 | 8 | 69.78 | - |
| YUV | 68.84 | 214.43 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 222 | 0.68 | 0.83 | 0 | 0.13 | 250.76 | 0.74 | 0.51 |
| Hex | 47 | 26 | DE | 44 | 53 | 0 | D | FB | 4A | 33 |
| Octal | 107 | 46 | 336 | 104 | 123 | 0 | 15 | 373 | 112 | 63 |
| Binary | 1000111 | 100110 | 11011110 | 1000100 | 1010011 | 0 | 1101 | 11111011 | 1001010 | 110011 |
Color Harmonies of #4726DE
Complementary color
Monochromatic Colors of #4726DE
Black with #4726DE
Text Example
Text Example
White with #4726DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4726DE; }
p { color: rgb(71,38,222); }
H1.HeaderClassName
{
color: #4726DE;
}
.AnyTagClassName
{
color: #4726DE;
}
</style>
background-color css
<style>
a { background-color: #4726DE; }
a { background-color: rgb(71,38,222); }
div.DivClassName
{
background-color: #4726DE;
}
.BgClassName
{
background-color: #4726DE;
}
</style>
border-color css
<style>
span { border-color: #4726DE; }
span { border-color: rgb(71,38,222); }
td.TdClassName
{
border-color: #4726DE;
}
.TagClassName
{
border-color: #4726DE;
}
</style>