Shades of Han Purple #450EF6
Tints of Han Purple #450EF6
RGB
CMYK
RGB Variations
Color information
#450EF6 (or 0x450EF6) is known color: Han Purple. HEX triplet: 45, 0E and F6. RGB value is (69,14,246). Sum of RGB (Red+Green+Blue) = 69+14+246=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 246 (96.48% from 255 or 74.77% from 329); Max value from RGB is 246 - color contains mainly: blue. Hex color #450EF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450EF6 is #BAF109. Grayscale: #383838. Windows color (decimal): -12251402 or 16125509. OLE color: 16125509.
HSL color Cylindrical-coordinate representation of color #450EF6: hue angle of 254.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450EF6 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 14 | 246 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.04 |
| HSL | 254.22º | 0.93% | 0.51% | - |
| HSV(B) | 254.22º | 0.94% | 0.96% | - |
| XYZ | 19.25 | 8.23 | 87.76 | - |
| YUV | 56.89 | 234.72 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 246 | 0.72 | 0.94 | 0 | 0.04 | 254.22 | 0.93 | 0.51 |
| Hex | 45 | E | F6 | 48 | 5E | 0 | 4 | FE | 5D | 33 |
| Octal | 105 | 16 | 366 | 110 | 136 | 0 | 4 | 376 | 135 | 63 |
| Binary | 1000101 | 1110 | 11110110 | 1001000 | 1011110 | 0 | 100 | 11111110 | 1011101 | 110011 |
Color Harmonies of #450EF6
Complementary color
Monochromatic Colors of #450EF6
Black with #450EF6
Text Example
Text Example
White with #450EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450EF6; }
p { color: rgb(69,14,246); }
H1.HeaderClassName
{
color: #450EF6;
}
.AnyTagClassName
{
color: #450EF6;
}
</style>
background-color css
<style>
a { background-color: #450EF6; }
a { background-color: rgb(69,14,246); }
div.DivClassName
{
background-color: #450EF6;
}
.BgClassName
{
background-color: #450EF6;
}
</style>
border-color css
<style>
span { border-color: #450EF6; }
span { border-color: rgb(69,14,246); }
td.TdClassName
{
border-color: #450EF6;
}
.TagClassName
{
border-color: #450EF6;
}
</style>