Shades of Han Purple #4506EA
Tints of Han Purple #4506EA
RGB
CMYK
RGB Variations
Color information
#4506EA (or 0x4506EA) is known color: Han Purple. HEX triplet: 45, 06 and EA. RGB value is (69,6,234). Sum of RGB (Red+Green+Blue) = 69+6+234=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #4506EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4506EA is #BAF915. Grayscale: #313131. Windows color (decimal): -12253462 or 15337029. OLE color: 15337029.
HSL color Cylindrical-coordinate representation of color #4506EA: hue angle of 256.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4506EA is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 6 | 234 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.08 |
| HSL | 256.58º | 0.95% | 0.47% | - |
| HSV(B) | 256.58º | 0.97% | 0.92% | - |
| XYZ | 17.37 | 7.34 | 78.34 | - |
| YUV | 50.83 | 231.37 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 234 | 0.71 | 0.97 | 0 | 0.08 | 256.58 | 0.95 | 0.47 |
| Hex | 45 | 6 | EA | 47 | 61 | 0 | 8 | 101 | 5F | 2F |
| Octal | 105 | 6 | 352 | 107 | 141 | 0 | 10 | 401 | 137 | 57 |
| Binary | 1000101 | 110 | 11101010 | 1000111 | 1100001 | 0 | 1000 | 100000001 | 1011111 | 101111 |
Color Harmonies of #4506EA
Complementary color
Monochromatic Colors of #4506EA
Black with #4506EA
Text Example
Text Example
White with #4506EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4506EA; }
p { color: rgb(69,6,234); }
H1.HeaderClassName
{
color: #4506EA;
}
.AnyTagClassName
{
color: #4506EA;
}
</style>
background-color css
<style>
a { background-color: #4506EA; }
a { background-color: rgb(69,6,234); }
div.DivClassName
{
background-color: #4506EA;
}
.BgClassName
{
background-color: #4506EA;
}
</style>
border-color css
<style>
span { border-color: #4506EA; }
span { border-color: rgb(69,6,234); }
td.TdClassName
{
border-color: #4506EA;
}
.TagClassName
{
border-color: #4506EA;
}
</style>