Shades of Han Purple #452DFE
Tints of Han Purple #452DFE
RGB
CMYK
RGB Variations
Color information
#452DFE (or 0x452DFE) is known color: Han Purple. HEX triplet: 45, 2D and FE. RGB value is (69,45,254). Sum of RGB (Red+Green+Blue) = 69+45+254=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #452DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452DFE is #BAD201. Grayscale: #4B4B4B. Windows color (decimal): -12243458 or 16657733. OLE color: 16657733.
HSL color Cylindrical-coordinate representation of color #452DFE: hue angle of 246.89º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #452DFE is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 45 | 254 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.00 |
| HSL | 246.89º | 0.99% | 0.59% | - |
| HSV(B) | 246.89º | 0.82% | 1% | - |
| XYZ | 21.28 | 10.3 | 94.63 | - |
| YUV | 76 | 228.45 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 254 | 0.73 | 0.82 | 0 | 0.00 | 246.89 | 0.99 | 0.59 |
| Hex | 45 | 2D | FE | 49 | 52 | 0 | 0 | F7 | 63 | 3B |
| Octal | 105 | 55 | 376 | 111 | 122 | 0 | 0 | 367 | 143 | 73 |
| Binary | 1000101 | 101101 | 11111110 | 1001001 | 1010010 | 0 | 0 | 11110111 | 1100011 | 111011 |
Color Harmonies of #452DFE
Complementary color
Monochromatic Colors of #452DFE
Black with #452DFE
Text Example
Text Example
White with #452DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452DFE; }
p { color: rgb(69,45,254); }
H1.HeaderClassName
{
color: #452DFE;
}
.AnyTagClassName
{
color: #452DFE;
}
</style>
background-color css
<style>
a { background-color: #452DFE; }
a { background-color: rgb(69,45,254); }
div.DivClassName
{
background-color: #452DFE;
}
.BgClassName
{
background-color: #452DFE;
}
</style>
border-color css
<style>
span { border-color: #452DFE; }
span { border-color: rgb(69,45,254); }
td.TdClassName
{
border-color: #452DFE;
}
.TagClassName
{
border-color: #452DFE;
}
</style>