Shades of Han Purple #4802F2
Tints of Han Purple #4802F2
RGB
CMYK
RGB Variations
Color information
#4802F2 (or 0x4802F2) is known color: Han Purple. HEX triplet: 48, 02 and F2. RGB value is (72,2,242). Sum of RGB (Red+Green+Blue) = 72+2+242=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 242 (94.92% from 255 or 76.58% from 316); Max value from RGB is 242 - color contains mainly: blue. Hex color #4802F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4802F2 is #B7FD0D. Grayscale: #313131. Windows color (decimal): -12057870 or 15860296. OLE color: 15860296.
HSL color Cylindrical-coordinate representation of color #4802F2: hue angle of 257.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4802F2 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 2 | 242 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.05 |
| HSL | 257.5º | 0.98% | 0.48% | - |
| HSV(B) | 257.5º | 0.99% | 0.95% | - |
| XYZ | 18.72 | 7.83 | 84.53 | - |
| YUV | 50.29 | 236.19 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 242 | 0.70 | 0.99 | 0 | 0.05 | 257.5 | 0.98 | 0.48 |
| Hex | 48 | 2 | F2 | 46 | 63 | 0 | 5 | 102 | 62 | 30 |
| Octal | 110 | 2 | 362 | 106 | 143 | 0 | 5 | 402 | 142 | 60 |
| Binary | 1001000 | 10 | 11110010 | 1000110 | 1100011 | 0 | 101 | 100000010 | 1100010 | 110000 |
Color Harmonies of #4802F2
Complementary color
Monochromatic Colors of #4802F2
Black with #4802F2
Text Example
Text Example
White with #4802F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4802F2; }
p { color: rgb(72,2,242); }
H1.HeaderClassName
{
color: #4802F2;
}
.AnyTagClassName
{
color: #4802F2;
}
</style>
background-color css
<style>
a { background-color: #4802F2; }
a { background-color: rgb(72,2,242); }
div.DivClassName
{
background-color: #4802F2;
}
.BgClassName
{
background-color: #4802F2;
}
</style>
border-color css
<style>
span { border-color: #4802F2; }
span { border-color: rgb(72,2,242); }
td.TdClassName
{
border-color: #4802F2;
}
.TagClassName
{
border-color: #4802F2;
}
</style>