Shades of Han Purple #4514F4
Tints of Han Purple #4514F4
RGB
CMYK
RGB Variations
Color information
#4514F4 (or 0x4514F4) is known color: Han Purple. HEX triplet: 45, 14 and F4. RGB value is (69,20,244). Sum of RGB (Red+Green+Blue) = 69+20+244=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 244 (95.70% from 255 or 73.27% from 333); Max value from RGB is 244 - color contains mainly: blue. Hex color #4514F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4514F4 is #BAEB0B. Grayscale: #3B3B3B. Windows color (decimal): -12249868 or 15995973. OLE color: 15995973.
HSL color Cylindrical-coordinate representation of color #4514F4: hue angle of 253.12º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4514F4 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 20 | 244 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.04 |
| HSL | 253.13º | 0.91% | 0.52% | - |
| HSV(B) | 253.13º | 0.92% | 0.96% | - |
| XYZ | 19.03 | 8.3 | 86.19 | - |
| YUV | 60.19 | 231.73 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 244 | 0.72 | 0.92 | 0 | 0.04 | 253.13 | 0.91 | 0.52 |
| Hex | 45 | 14 | F4 | 48 | 5C | 0 | 4 | FD | 5B | 34 |
| Octal | 105 | 24 | 364 | 110 | 134 | 0 | 4 | 375 | 133 | 64 |
| Binary | 1000101 | 10100 | 11110100 | 1001000 | 1011100 | 0 | 100 | 11111101 | 1011011 | 110100 |
Color Harmonies of #4514F4
Complementary color
Monochromatic Colors of #4514F4
Black with #4514F4
Text Example
Text Example
White with #4514F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4514F4; }
p { color: rgb(69,20,244); }
H1.HeaderClassName
{
color: #4514F4;
}
.AnyTagClassName
{
color: #4514F4;
}
</style>
background-color css
<style>
a { background-color: #4514F4; }
a { background-color: rgb(69,20,244); }
div.DivClassName
{
background-color: #4514F4;
}
.BgClassName
{
background-color: #4514F4;
}
</style>
border-color css
<style>
span { border-color: #4514F4; }
span { border-color: rgb(69,20,244); }
td.TdClassName
{
border-color: #4514F4;
}
.TagClassName
{
border-color: #4514F4;
}
</style>