Shades of Han Purple #4633DC
Tints of Han Purple #4633DC
RGB
CMYK
RGB Variations
Color information
#4633DC (or 0x4633DC) is known color: Han Purple. HEX triplet: 46, 33 and DC. RGB value is (70,51,220). Sum of RGB (Red+Green+Blue) = 70+51+220=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #4633DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4633DC is #B9CC23. Grayscale: #4B4B4B. Windows color (decimal): -12176420 or 14431046. OLE color: 14431046.
HSL color Cylindrical-coordinate representation of color #4633DC: hue angle of 246.75º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4633DC is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 51 | 220 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.14 |
| HSL | 246.75º | 0.71% | 0.53% | - |
| HSV(B) | 246.75º | 0.77% | 0.86% | - |
| XYZ | 16.63 | 8.84 | 68.54 | - |
| YUV | 75.95 | 209.29 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 220 | 0.68 | 0.77 | 0 | 0.14 | 246.75 | 0.71 | 0.53 |
| Hex | 46 | 33 | DC | 44 | 4D | 0 | E | F7 | 47 | 35 |
| Octal | 106 | 63 | 334 | 104 | 115 | 0 | 16 | 367 | 107 | 65 |
| Binary | 1000110 | 110011 | 11011100 | 1000100 | 1001101 | 0 | 1110 | 11110111 | 1000111 | 110101 |
Color Harmonies of #4633DC
Complementary color
Monochromatic Colors of #4633DC
Black with #4633DC
Text Example
Text Example
White with #4633DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4633DC; }
p { color: rgb(70,51,220); }
H1.HeaderClassName
{
color: #4633DC;
}
.AnyTagClassName
{
color: #4633DC;
}
</style>
background-color css
<style>
a { background-color: #4633DC; }
a { background-color: rgb(70,51,220); }
div.DivClassName
{
background-color: #4633DC;
}
.BgClassName
{
background-color: #4633DC;
}
</style>
border-color css
<style>
span { border-color: #4633DC; }
span { border-color: rgb(70,51,220); }
td.TdClassName
{
border-color: #4633DC;
}
.TagClassName
{
border-color: #4633DC;
}
</style>