Shades of Han Purple #4805EF
Tints of Han Purple #4805EF
RGB
CMYK
RGB Variations
Color information
#4805EF (or 0x4805EF) is known color: Han Purple. HEX triplet: 48, 05 and EF. RGB value is (72,5,239). Sum of RGB (Red+Green+Blue) = 72+5+239=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #4805EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4805EF is #B7FA10. Grayscale: #323232. Windows color (decimal): -12057105 or 15664456. OLE color: 15664456.
HSL color Cylindrical-coordinate representation of color #4805EF: hue angle of 257.18º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4805EF is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 5 | 239 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.06 |
| HSL | 257.18º | 0.96% | 0.48% | - |
| HSV(B) | 257.18º | 0.98% | 0.94% | - |
| XYZ | 18.31 | 7.72 | 82.19 | - |
| YUV | 51.71 | 233.7 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 239 | 0.70 | 0.98 | 0 | 0.06 | 257.18 | 0.96 | 0.48 |
| Hex | 48 | 5 | EF | 46 | 62 | 0 | 6 | 101 | 60 | 30 |
| Octal | 110 | 5 | 357 | 106 | 142 | 0 | 6 | 401 | 140 | 60 |
| Binary | 1001000 | 101 | 11101111 | 1000110 | 1100010 | 0 | 110 | 100000001 | 1100000 | 110000 |
Color Harmonies of #4805EF
Complementary color
Monochromatic Colors of #4805EF
Black with #4805EF
Text Example
Text Example
White with #4805EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4805EF; }
p { color: rgb(72,5,239); }
H1.HeaderClassName
{
color: #4805EF;
}
.AnyTagClassName
{
color: #4805EF;
}
</style>
background-color css
<style>
a { background-color: #4805EF; }
a { background-color: rgb(72,5,239); }
div.DivClassName
{
background-color: #4805EF;
}
.BgClassName
{
background-color: #4805EF;
}
</style>
border-color css
<style>
span { border-color: #4805EF; }
span { border-color: rgb(72,5,239); }
td.TdClassName
{
border-color: #4805EF;
}
.TagClassName
{
border-color: #4805EF;
}
</style>