Shades of Han Purple #4615DC
Tints of Han Purple #4615DC
RGB
CMYK
RGB Variations
Color information
#4615DC (or 0x4615DC) is known color: Han Purple. HEX triplet: 46, 15 and DC. RGB value is (70,21,220). Sum of RGB (Red+Green+Blue) = 70+21+220=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #4615DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4615DC is #B9EA23. Grayscale: #393939. Windows color (decimal): -12184100 or 14423366. OLE color: 14423366.
HSL color Cylindrical-coordinate representation of color #4615DC: hue angle of 254.77º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4615DC is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 21 | 220 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.14 |
| HSL | 254.77º | 0.83% | 0.47% | - |
| HSV(B) | 254.77º | 0.9% | 0.86% | - |
| XYZ | 15.71 | 7.01 | 68.23 | - |
| YUV | 58.34 | 219.23 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 220 | 0.68 | 0.90 | 0 | 0.14 | 254.77 | 0.83 | 0.47 |
| Hex | 46 | 15 | DC | 44 | 5A | 0 | E | FF | 53 | 2F |
| Octal | 106 | 25 | 334 | 104 | 132 | 0 | 16 | 377 | 123 | 57 |
| Binary | 1000110 | 10101 | 11011100 | 1000100 | 1011010 | 0 | 1110 | 11111111 | 1010011 | 101111 |
Color Harmonies of #4615DC
Complementary color
Monochromatic Colors of #4615DC
Black with #4615DC
Text Example
Text Example
White with #4615DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4615DC; }
p { color: rgb(70,21,220); }
H1.HeaderClassName
{
color: #4615DC;
}
.AnyTagClassName
{
color: #4615DC;
}
</style>
background-color css
<style>
a { background-color: #4615DC; }
a { background-color: rgb(70,21,220); }
div.DivClassName
{
background-color: #4615DC;
}
.BgClassName
{
background-color: #4615DC;
}
</style>
border-color css
<style>
span { border-color: #4615DC; }
span { border-color: rgb(70,21,220); }
td.TdClassName
{
border-color: #4615DC;
}
.TagClassName
{
border-color: #4615DC;
}
</style>