Shades of Han Purple #452BE7
Tints of Han Purple #452BE7
RGB
CMYK
RGB Variations
Color information
#452BE7 (or 0x452BE7) is known color: Han Purple. HEX triplet: 45, 2B and E7. RGB value is (69,43,231). Sum of RGB (Red+Green+Blue) = 69+43+231=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 231 (90.62% from 255 or 67.35% from 343); Max value from RGB is 231 - color contains mainly: blue. Hex color #452BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452BE7 is #BAD418. Grayscale: #474747. Windows color (decimal): -12243993 or 15149893. OLE color: 15149893.
HSL color Cylindrical-coordinate representation of color #452BE7: hue angle of 248.3º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #452BE7 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 43 | 231 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.09 |
| HSL | 248.3º | 0.8% | 0.54% | - |
| HSV(B) | 248.3º | 0.81% | 0.91% | - |
| XYZ | 17.74 | 8.76 | 76.36 | - |
| YUV | 72.21 | 217.61 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 231 | 0.70 | 0.81 | 0 | 0.09 | 248.3 | 0.8 | 0.54 |
| Hex | 45 | 2B | E7 | 46 | 51 | 0 | 9 | F8 | 50 | 36 |
| Octal | 105 | 53 | 347 | 106 | 121 | 0 | 11 | 370 | 120 | 66 |
| Binary | 1000101 | 101011 | 11100111 | 1000110 | 1010001 | 0 | 1001 | 11111000 | 1010000 | 110110 |
Color Harmonies of #452BE7
Complementary color
Monochromatic Colors of #452BE7
Black with #452BE7
Text Example
Text Example
White with #452BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452BE7; }
p { color: rgb(69,43,231); }
H1.HeaderClassName
{
color: #452BE7;
}
.AnyTagClassName
{
color: #452BE7;
}
</style>
background-color css
<style>
a { background-color: #452BE7; }
a { background-color: rgb(69,43,231); }
div.DivClassName
{
background-color: #452BE7;
}
.BgClassName
{
background-color: #452BE7;
}
</style>
border-color css
<style>
span { border-color: #452BE7; }
span { border-color: rgb(69,43,231); }
td.TdClassName
{
border-color: #452BE7;
}
.TagClassName
{
border-color: #452BE7;
}
</style>