Shades of Han Purple #452FE7
Tints of Han Purple #452FE7
RGB
CMYK
RGB Variations
Color information
#452FE7 (or 0x452FE7) is known color: Han Purple. HEX triplet: 45, 2F and E7. RGB value is (69,47,231). Sum of RGB (Red+Green+Blue) = 69+47+231=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 231 (90.62% from 255 or 66.57% from 347); Max value from RGB is 231 - color contains mainly: blue. Hex color #452FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452FE7 is #BAD018. Grayscale: #494949. Windows color (decimal): -12242969 or 15150917. OLE color: 15150917.
HSL color Cylindrical-coordinate representation of color #452FE7: hue angle of 247.17º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #452FE7 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 47 | 231 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.09 |
| HSL | 247.17º | 0.79% | 0.55% | - |
| HSV(B) | 247.17º | 0.8% | 0.91% | - |
| XYZ | 17.89 | 9.07 | 76.41 | - |
| YUV | 74.55 | 216.29 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 231 | 0.70 | 0.80 | 0 | 0.09 | 247.17 | 0.79 | 0.55 |
| Hex | 45 | 2F | E7 | 46 | 50 | 0 | 9 | F7 | 4F | 37 |
| Octal | 105 | 57 | 347 | 106 | 120 | 0 | 11 | 367 | 117 | 67 |
| Binary | 1000101 | 101111 | 11100111 | 1000110 | 1010000 | 0 | 1001 | 11110111 | 1001111 | 110111 |
Color Harmonies of #452FE7
Complementary color
Monochromatic Colors of #452FE7
Black with #452FE7
Text Example
Text Example
White with #452FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452FE7; }
p { color: rgb(69,47,231); }
H1.HeaderClassName
{
color: #452FE7;
}
.AnyTagClassName
{
color: #452FE7;
}
</style>
background-color css
<style>
a { background-color: #452FE7; }
a { background-color: rgb(69,47,231); }
div.DivClassName
{
background-color: #452FE7;
}
.BgClassName
{
background-color: #452FE7;
}
</style>
border-color css
<style>
span { border-color: #452FE7; }
span { border-color: rgb(69,47,231); }
td.TdClassName
{
border-color: #452FE7;
}
.TagClassName
{
border-color: #452FE7;
}
</style>