Shades of Han Purple #452FEF
Tints of Han Purple #452FEF
RGB
CMYK
RGB Variations
Color information
#452FEF (or 0x452FEF) is known color: Han Purple. HEX triplet: 45, 2F and EF. RGB value is (69,47,239). Sum of RGB (Red+Green+Blue) = 69+47+239=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #452FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452FEF is #BAD010. Grayscale: #4A4A4A. Windows color (decimal): -12242961 or 15675205. OLE color: 15675205.
HSL color Cylindrical-coordinate representation of color #452FEF: hue angle of 246.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #452FEF is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 47 | 239 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.06 |
| HSL | 246.88º | 0.86% | 0.56% | - |
| HSV(B) | 246.88º | 0.8% | 0.94% | - |
| XYZ | 19.05 | 9.53 | 82.5 | - |
| YUV | 75.47 | 220.29 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 239 | 0.71 | 0.80 | 0 | 0.06 | 246.88 | 0.86 | 0.56 |
| Hex | 45 | 2F | EF | 47 | 50 | 0 | 6 | F7 | 56 | 38 |
| Octal | 105 | 57 | 357 | 107 | 120 | 0 | 6 | 367 | 126 | 70 |
| Binary | 1000101 | 101111 | 11101111 | 1000111 | 1010000 | 0 | 110 | 11110111 | 1010110 | 111000 |
Color Harmonies of #452FEF
Complementary color
Monochromatic Colors of #452FEF
Black with #452FEF
Text Example
Text Example
White with #452FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452FEF; }
p { color: rgb(69,47,239); }
H1.HeaderClassName
{
color: #452FEF;
}
.AnyTagClassName
{
color: #452FEF;
}
</style>
background-color css
<style>
a { background-color: #452FEF; }
a { background-color: rgb(69,47,239); }
div.DivClassName
{
background-color: #452FEF;
}
.BgClassName
{
background-color: #452FEF;
}
</style>
border-color css
<style>
span { border-color: #452FEF; }
span { border-color: rgb(69,47,239); }
td.TdClassName
{
border-color: #452FEF;
}
.TagClassName
{
border-color: #452FEF;
}
</style>