Shades of Han Purple #4805F3
Tints of Han Purple #4805F3
RGB
CMYK
RGB Variations
Color information
#4805F3 (or 0x4805F3) is known color: Han Purple. HEX triplet: 48, 05 and F3. RGB value is (72,5,243). Sum of RGB (Red+Green+Blue) = 72+5+243=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 243 (95.31% from 255 or 75.94% from 320); Max value from RGB is 243 - color contains mainly: blue. Hex color #4805F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4805F3 is #B7FA0C. Grayscale: #333333. Windows color (decimal): -12057101 or 15926600. OLE color: 15926600.
HSL color Cylindrical-coordinate representation of color #4805F3: hue angle of 256.89º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4805F3 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 5 | 243 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.05 |
| HSL | 256.89º | 0.96% | 0.49% | - |
| HSV(B) | 256.89º | 0.98% | 0.95% | - |
| XYZ | 18.9 | 7.96 | 85.33 | - |
| YUV | 52.17 | 235.7 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 243 | 0.70 | 0.98 | 0 | 0.05 | 256.89 | 0.96 | 0.49 |
| Hex | 48 | 5 | F3 | 46 | 62 | 0 | 5 | 101 | 60 | 31 |
| Octal | 110 | 5 | 363 | 106 | 142 | 0 | 5 | 401 | 140 | 61 |
| Binary | 1001000 | 101 | 11110011 | 1000110 | 1100010 | 0 | 101 | 100000001 | 1100000 | 110001 |
Color Harmonies of #4805F3
Complementary color
Monochromatic Colors of #4805F3
Black with #4805F3
Text Example
Text Example
White with #4805F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4805F3; }
p { color: rgb(72,5,243); }
H1.HeaderClassName
{
color: #4805F3;
}
.AnyTagClassName
{
color: #4805F3;
}
</style>
background-color css
<style>
a { background-color: #4805F3; }
a { background-color: rgb(72,5,243); }
div.DivClassName
{
background-color: #4805F3;
}
.BgClassName
{
background-color: #4805F3;
}
</style>
border-color css
<style>
span { border-color: #4805F3; }
span { border-color: rgb(72,5,243); }
td.TdClassName
{
border-color: #4805F3;
}
.TagClassName
{
border-color: #4805F3;
}
</style>