Shades of Han Purple #452BE6
Tints of Han Purple #452BE6
RGB
CMYK
RGB Variations
Color information
#452BE6 (or 0x452BE6) is known color: Han Purple. HEX triplet: 45, 2B and E6. RGB value is (69,43,230). Sum of RGB (Red+Green+Blue) = 69+43+230=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 230 (90.23% from 255 or 67.25% from 342); Max value from RGB is 230 - color contains mainly: blue. Hex color #452BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452BE6 is #BAD419. Grayscale: #474747. Windows color (decimal): -12243994 or 15084357. OLE color: 15084357.
HSL color Cylindrical-coordinate representation of color #452BE6: hue angle of 248.34º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #452BE6 is Cyan = 0.7, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 43 | 230 | - |
| CMYK | 0.7 | 0.81 | 0 | 0.10 |
| HSL | 248.34º | 0.79% | 0.54% | - |
| HSV(B) | 248.34º | 0.81% | 0.9% | - |
| XYZ | 17.6 | 8.71 | 75.62 | - |
| YUV | 72.09 | 217.11 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 230 | 0.7 | 0.81 | 0 | 0.10 | 248.34 | 0.79 | 0.54 |
| Hex | 45 | 2B | E6 | 46 | 51 | 0 | A | F8 | 4F | 36 |
| Octal | 105 | 53 | 346 | 106 | 121 | 0 | 12 | 370 | 117 | 66 |
| Binary | 1000101 | 101011 | 11100110 | 1000110 | 1010001 | 0 | 1010 | 11111000 | 1001111 | 110110 |
Color Harmonies of #452BE6
Complementary color
Monochromatic Colors of #452BE6
Black with #452BE6
Text Example
Text Example
White with #452BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452BE6; }
p { color: rgb(69,43,230); }
H1.HeaderClassName
{
color: #452BE6;
}
.AnyTagClassName
{
color: #452BE6;
}
</style>
background-color css
<style>
a { background-color: #452BE6; }
a { background-color: rgb(69,43,230); }
div.DivClassName
{
background-color: #452BE6;
}
.BgClassName
{
background-color: #452BE6;
}
</style>
border-color css
<style>
span { border-color: #452BE6; }
span { border-color: rgb(69,43,230); }
td.TdClassName
{
border-color: #452BE6;
}
.TagClassName
{
border-color: #452BE6;
}
</style>