Shades of Han Purple #4634DB
Tints of Han Purple #4634DB
RGB
CMYK
RGB Variations
Color information
#4634DB (or 0x4634DB) is known color: Han Purple. HEX triplet: 46, 34 and DB. RGB value is (70,52,219). Sum of RGB (Red+Green+Blue) = 70+52+219=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #4634DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4634DB is #B9CB24. Grayscale: #4B4B4B. Windows color (decimal): -12176165 or 14365766. OLE color: 14365766.
HSL color Cylindrical-coordinate representation of color #4634DB: hue angle of 246.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4634DB is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 52 | 219 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.14 |
| HSL | 246.47º | 0.7% | 0.53% | - |
| HSV(B) | 246.47º | 0.76% | 0.86% | - |
| XYZ | 16.54 | 8.87 | 67.86 | - |
| YUV | 76.42 | 208.46 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 219 | 0.68 | 0.76 | 0 | 0.14 | 246.47 | 0.7 | 0.53 |
| Hex | 46 | 34 | DB | 44 | 4C | 0 | E | F6 | 46 | 35 |
| Octal | 106 | 64 | 333 | 104 | 114 | 0 | 16 | 366 | 106 | 65 |
| Binary | 1000110 | 110100 | 11011011 | 1000100 | 1001100 | 0 | 1110 | 11110110 | 1000110 | 110101 |
Color Harmonies of #4634DB
Complementary color
Monochromatic Colors of #4634DB
Black with #4634DB
Text Example
Text Example
White with #4634DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4634DB; }
p { color: rgb(70,52,219); }
H1.HeaderClassName
{
color: #4634DB;
}
.AnyTagClassName
{
color: #4634DB;
}
</style>
background-color css
<style>
a { background-color: #4634DB; }
a { background-color: rgb(70,52,219); }
div.DivClassName
{
background-color: #4634DB;
}
.BgClassName
{
background-color: #4634DB;
}
</style>
border-color css
<style>
span { border-color: #4634DB; }
span { border-color: rgb(70,52,219); }
td.TdClassName
{
border-color: #4634DB;
}
.TagClassName
{
border-color: #4634DB;
}
</style>