Shades of Han Purple #452BEC
Tints of Han Purple #452BEC
RGB
CMYK
RGB Variations
Color information
#452BEC (or 0x452BEC) is known color: Han Purple. HEX triplet: 45, 2B and EC. RGB value is (69,43,236). Sum of RGB (Red+Green+Blue) = 69+43+236=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #452BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452BEC is #BAD413. Grayscale: #484848. Windows color (decimal): -12243988 or 15477573. OLE color: 15477573.
HSL color Cylindrical-coordinate representation of color #452BEC: hue angle of 248.08º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #452BEC is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 43 | 236 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.07 |
| HSL | 248.08º | 0.84% | 0.55% | - |
| HSV(B) | 248.08º | 0.82% | 0.93% | - |
| XYZ | 18.46 | 9.05 | 80.13 | - |
| YUV | 72.78 | 220.11 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 236 | 0.71 | 0.82 | 0 | 0.07 | 248.08 | 0.84 | 0.55 |
| Hex | 45 | 2B | EC | 47 | 52 | 0 | 7 | F8 | 54 | 37 |
| Octal | 105 | 53 | 354 | 107 | 122 | 0 | 7 | 370 | 124 | 67 |
| Binary | 1000101 | 101011 | 11101100 | 1000111 | 1010010 | 0 | 111 | 11111000 | 1010100 | 110111 |
Color Harmonies of #452BEC
Complementary color
Monochromatic Colors of #452BEC
Black with #452BEC
Text Example
Text Example
White with #452BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452BEC; }
p { color: rgb(69,43,236); }
H1.HeaderClassName
{
color: #452BEC;
}
.AnyTagClassName
{
color: #452BEC;
}
</style>
background-color css
<style>
a { background-color: #452BEC; }
a { background-color: rgb(69,43,236); }
div.DivClassName
{
background-color: #452BEC;
}
.BgClassName
{
background-color: #452BEC;
}
</style>
border-color css
<style>
span { border-color: #452BEC; }
span { border-color: rgb(69,43,236); }
td.TdClassName
{
border-color: #452BEC;
}
.TagClassName
{
border-color: #452BEC;
}
</style>