Shades of Han Purple #4806DD
Tints of Han Purple #4806DD
RGB
CMYK
RGB Variations
Color information
#4806DD (or 0x4806DD) is known color: Han Purple. HEX triplet: 48, 06 and DD. RGB value is (72,6,221). Sum of RGB (Red+Green+Blue) = 72+6+221=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #4806DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4806DD is #B7F922. Grayscale: #313131. Windows color (decimal): -12056867 or 14485064. OLE color: 14485064.
HSL color Cylindrical-coordinate representation of color #4806DD: hue angle of 258.42º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4806DD is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 6 | 221 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.13 |
| HSL | 258.42º | 0.95% | 0.45% | - |
| HSV(B) | 258.42º | 0.97% | 0.87% | - |
| XYZ | 15.79 | 6.73 | 68.87 | - |
| YUV | 50.24 | 224.37 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 6 | 221 | 0.67 | 0.97 | 0 | 0.13 | 258.42 | 0.95 | 0.45 |
| Hex | 48 | 6 | DD | 43 | 61 | 0 | D | 102 | 5F | 2D |
| Octal | 110 | 6 | 335 | 103 | 141 | 0 | 15 | 402 | 137 | 55 |
| Binary | 1001000 | 110 | 11011101 | 1000011 | 1100001 | 0 | 1101 | 100000010 | 1011111 | 101101 |
Color Harmonies of #4806DD
Complementary color
Monochromatic Colors of #4806DD
Black with #4806DD
Text Example
Text Example
White with #4806DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4806DD; }
p { color: rgb(72,6,221); }
H1.HeaderClassName
{
color: #4806DD;
}
.AnyTagClassName
{
color: #4806DD;
}
</style>
background-color css
<style>
a { background-color: #4806DD; }
a { background-color: rgb(72,6,221); }
div.DivClassName
{
background-color: #4806DD;
}
.BgClassName
{
background-color: #4806DD;
}
</style>
border-color css
<style>
span { border-color: #4806DD; }
span { border-color: rgb(72,6,221); }
td.TdClassName
{
border-color: #4806DD;
}
.TagClassName
{
border-color: #4806DD;
}
</style>