Shades of Han Purple #450AEA
Tints of Han Purple #450AEA
RGB
CMYK
RGB Variations
Color information
#450AEA (or 0x450AEA) is known color: Han Purple. HEX triplet: 45, 0A and EA. RGB value is (69,10,234). Sum of RGB (Red+Green+Blue) = 69+10+234=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #450AEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450AEA is #BAF515. Grayscale: #343434. Windows color (decimal): -12252438 or 15338053. OLE color: 15338053.
HSL color Cylindrical-coordinate representation of color #450AEA: hue angle of 255.8º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450AEA is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 10 | 234 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.08 |
| HSL | 255.8º | 0.92% | 0.48% | - |
| HSV(B) | 255.8º | 0.96% | 0.92% | - |
| XYZ | 17.41 | 7.42 | 78.36 | - |
| YUV | 53.18 | 230.05 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 234 | 0.71 | 0.96 | 0 | 0.08 | 255.8 | 0.92 | 0.48 |
| Hex | 45 | A | EA | 47 | 60 | 0 | 8 | 100 | 5C | 30 |
| Octal | 105 | 12 | 352 | 107 | 140 | 0 | 10 | 400 | 134 | 60 |
| Binary | 1000101 | 1010 | 11101010 | 1000111 | 1100000 | 0 | 1000 | 100000000 | 1011100 | 110000 |
Color Harmonies of #450AEA
Complementary color
Monochromatic Colors of #450AEA
Black with #450AEA
Text Example
Text Example
White with #450AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450AEA; }
p { color: rgb(69,10,234); }
H1.HeaderClassName
{
color: #450AEA;
}
.AnyTagClassName
{
color: #450AEA;
}
</style>
background-color css
<style>
a { background-color: #450AEA; }
a { background-color: rgb(69,10,234); }
div.DivClassName
{
background-color: #450AEA;
}
.BgClassName
{
background-color: #450AEA;
}
</style>
border-color css
<style>
span { border-color: #450AEA; }
span { border-color: rgb(69,10,234); }
td.TdClassName
{
border-color: #450AEA;
}
.TagClassName
{
border-color: #450AEA;
}
</style>