Shades of Han Purple #4314F1
Tints of Han Purple #4314F1
RGB
CMYK
RGB Variations
Color information
#4314F1 (or 0x4314F1) is known color: Han Purple. HEX triplet: 43, 14 and F1. RGB value is (67,20,241). Sum of RGB (Red+Green+Blue) = 67+20+241=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 241 (94.53% from 255 or 73.48% from 328); Max value from RGB is 241 - color contains mainly: blue. Hex color #4314F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4314F1 is #BCEB0E. Grayscale: #3A3A3A. Windows color (decimal): -12380943 or 15799363. OLE color: 15799363.
HSL color Cylindrical-coordinate representation of color #4314F1: hue angle of 252.76º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4314F1 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 20 | 241 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.05 |
| HSL | 252.76º | 0.89% | 0.51% | - |
| HSV(B) | 252.76º | 0.92% | 0.95% | - |
| XYZ | 18.44 | 8.04 | 83.8 | - |
| YUV | 59.25 | 230.57 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 241 | 0.72 | 0.92 | 0 | 0.05 | 252.76 | 0.89 | 0.51 |
| Hex | 43 | 14 | F1 | 48 | 5C | 0 | 5 | FD | 59 | 33 |
| Octal | 103 | 24 | 361 | 110 | 134 | 0 | 5 | 375 | 131 | 63 |
| Binary | 1000011 | 10100 | 11110001 | 1001000 | 1011100 | 0 | 101 | 11111101 | 1011001 | 110011 |
Color Harmonies of #4314F1
Complementary color
Monochromatic Colors of #4314F1
Black with #4314F1
Text Example
Text Example
White with #4314F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4314F1; }
p { color: rgb(67,20,241); }
H1.HeaderClassName
{
color: #4314F1;
}
.AnyTagClassName
{
color: #4314F1;
}
</style>
background-color css
<style>
a { background-color: #4314F1; }
a { background-color: rgb(67,20,241); }
div.DivClassName
{
background-color: #4314F1;
}
.BgClassName
{
background-color: #4314F1;
}
</style>
border-color css
<style>
span { border-color: #4314F1; }
span { border-color: rgb(67,20,241); }
td.TdClassName
{
border-color: #4314F1;
}
.TagClassName
{
border-color: #4314F1;
}
</style>