Shades of Han Purple #452EE6
Tints of Han Purple #452EE6
RGB
CMYK
RGB Variations
Color information
#452EE6 (or 0x452EE6) is known color: Han Purple. HEX triplet: 45, 2E and E6. RGB value is (69,46,230). Sum of RGB (Red+Green+Blue) = 69+46+230=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 230 (90.23% from 255 or 66.67% from 345); Max value from RGB is 230 - color contains mainly: blue. Hex color #452EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452EE6 is #BAD119. Grayscale: #494949. Windows color (decimal): -12243226 or 15085125. OLE color: 15085125.
HSL color Cylindrical-coordinate representation of color #452EE6: hue angle of 247.5º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #452EE6 is Cyan = 0.7, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 46 | 230 | - |
| CMYK | 0.7 | 0.8 | 0 | 0.10 |
| HSL | 247.5º | 0.79% | 0.54% | - |
| HSV(B) | 247.5º | 0.8% | 0.9% | - |
| XYZ | 17.71 | 8.93 | 75.65 | - |
| YUV | 73.85 | 216.12 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 230 | 0.7 | 0.8 | 0 | 0.10 | 247.5 | 0.79 | 0.54 |
| Hex | 45 | 2E | E6 | 46 | 50 | 0 | A | F8 | 4F | 36 |
| Octal | 105 | 56 | 346 | 106 | 120 | 0 | 12 | 370 | 117 | 66 |
| Binary | 1000101 | 101110 | 11100110 | 1000110 | 1010000 | 0 | 1010 | 11111000 | 1001111 | 110110 |
Color Harmonies of #452EE6
Complementary color
Monochromatic Colors of #452EE6
Black with #452EE6
Text Example
Text Example
White with #452EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452EE6; }
p { color: rgb(69,46,230); }
H1.HeaderClassName
{
color: #452EE6;
}
.AnyTagClassName
{
color: #452EE6;
}
</style>
background-color css
<style>
a { background-color: #452EE6; }
a { background-color: rgb(69,46,230); }
div.DivClassName
{
background-color: #452EE6;
}
.BgClassName
{
background-color: #452EE6;
}
</style>
border-color css
<style>
span { border-color: #452EE6; }
span { border-color: rgb(69,46,230); }
td.TdClassName
{
border-color: #452EE6;
}
.TagClassName
{
border-color: #452EE6;
}
</style>