Shades of Han Purple #452CE5
Tints of Han Purple #452CE5
RGB
CMYK
RGB Variations
Color information
#452CE5 (or 0x452CE5) is known color: Han Purple. HEX triplet: 45, 2C and E5. RGB value is (69,44,229). Sum of RGB (Red+Green+Blue) = 69+44+229=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 229 (89.84% from 255 or 66.96% from 342); Max value from RGB is 229 - color contains mainly: blue. Hex color #452CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452CE5 is #BAD31A. Grayscale: #474747. Windows color (decimal): -12243739 or 15019077. OLE color: 15019077.
HSL color Cylindrical-coordinate representation of color #452CE5: hue angle of 248.11º degrees, saturation: 0.78, 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 #452CE5 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 44 | 229 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.10 |
| HSL | 248.11º | 0.78% | 0.54% | - |
| HSV(B) | 248.11º | 0.81% | 0.9% | - |
| XYZ | 17.5 | 8.72 | 74.89 | - |
| YUV | 72.57 | 216.28 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 229 | 0.70 | 0.81 | 0 | 0.10 | 248.11 | 0.78 | 0.54 |
| Hex | 45 | 2C | E5 | 46 | 51 | 0 | A | F8 | 4E | 36 |
| Octal | 105 | 54 | 345 | 106 | 121 | 0 | 12 | 370 | 116 | 66 |
| Binary | 1000101 | 101100 | 11100101 | 1000110 | 1010001 | 0 | 1010 | 11111000 | 1001110 | 110110 |
Color Harmonies of #452CE5
Complementary color
Monochromatic Colors of #452CE5
Black with #452CE5
Text Example
Text Example
White with #452CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CE5; }
p { color: rgb(69,44,229); }
H1.HeaderClassName
{
color: #452CE5;
}
.AnyTagClassName
{
color: #452CE5;
}
</style>
background-color css
<style>
a { background-color: #452CE5; }
a { background-color: rgb(69,44,229); }
div.DivClassName
{
background-color: #452CE5;
}
.BgClassName
{
background-color: #452CE5;
}
</style>
border-color css
<style>
span { border-color: #452CE5; }
span { border-color: rgb(69,44,229); }
td.TdClassName
{
border-color: #452CE5;
}
.TagClassName
{
border-color: #452CE5;
}
</style>