Shades of Han Purple #4820FD
Tints of Han Purple #4820FD
RGB
CMYK
RGB Variations
Color information
#4820FD (or 0x4820FD) is known color: Han Purple. HEX triplet: 48, 20 and FD. RGB value is (72,32,253). Sum of RGB (Red+Green+Blue) = 72+32+253=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #4820FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4820FD is #B7DF02. Grayscale: #444444. Windows color (decimal): -12050179 or 16588872. OLE color: 16588872.
HSL color Cylindrical-coordinate representation of color #4820FD: hue angle of 250.86º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4820FD is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 32 | 253 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.01 |
| HSL | 250.86º | 0.98% | 0.56% | - |
| HSV(B) | 250.86º | 0.87% | 0.99% | - |
| XYZ | 20.92 | 9.5 | 93.66 | - |
| YUV | 69.15 | 231.75 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 253 | 0.72 | 0.87 | 0 | 0.01 | 250.86 | 0.98 | 0.56 |
| Hex | 48 | 20 | FD | 48 | 57 | 0 | 1 | FB | 62 | 38 |
| Octal | 110 | 40 | 375 | 110 | 127 | 0 | 1 | 373 | 142 | 70 |
| Binary | 1001000 | 100000 | 11111101 | 1001000 | 1010111 | 0 | 1 | 11111011 | 1100010 | 111000 |
Color Harmonies of #4820FD
Complementary color
Monochromatic Colors of #4820FD
Black with #4820FD
Text Example
Text Example
White with #4820FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4820FD; }
p { color: rgb(72,32,253); }
H1.HeaderClassName
{
color: #4820FD;
}
.AnyTagClassName
{
color: #4820FD;
}
</style>
background-color css
<style>
a { background-color: #4820FD; }
a { background-color: rgb(72,32,253); }
div.DivClassName
{
background-color: #4820FD;
}
.BgClassName
{
background-color: #4820FD;
}
</style>
border-color css
<style>
span { border-color: #4820FD; }
span { border-color: rgb(72,32,253); }
td.TdClassName
{
border-color: #4820FD;
}
.TagClassName
{
border-color: #4820FD;
}
</style>