Shades of Han Purple #4314FA
Tints of Han Purple #4314FA
RGB
CMYK
RGB Variations
Color information
#4314FA (or 0x4314FA) is known color: Han Purple. HEX triplet: 43, 14 and FA. RGB value is (67,20,250). Sum of RGB (Red+Green+Blue) = 67+20+250=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #4314FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4314FA is #BCEB05. Grayscale: #3B3B3B. Windows color (decimal): -12380934 or 16389187. OLE color: 16389187.
HSL color Cylindrical-coordinate representation of color #4314FA: hue angle of 252.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4314FA is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 20 | 250 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.02 |
| HSL | 252.26º | 0.96% | 0.53% | - |
| HSV(B) | 252.26º | 0.92% | 0.98% | - |
| XYZ | 19.82 | 8.6 | 91.06 | - |
| YUV | 60.27 | 235.07 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 250 | 0.73 | 0.92 | 0 | 0.02 | 252.26 | 0.96 | 0.53 |
| Hex | 43 | 14 | FA | 49 | 5C | 0 | 2 | FC | 60 | 35 |
| Octal | 103 | 24 | 372 | 111 | 134 | 0 | 2 | 374 | 140 | 65 |
| Binary | 1000011 | 10100 | 11111010 | 1001001 | 1011100 | 0 | 10 | 11111100 | 1100000 | 110101 |
Color Harmonies of #4314FA
Complementary color
Monochromatic Colors of #4314FA
Black with #4314FA
Text Example
Text Example
White with #4314FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4314FA; }
p { color: rgb(67,20,250); }
H1.HeaderClassName
{
color: #4314FA;
}
.AnyTagClassName
{
color: #4314FA;
}
</style>
background-color css
<style>
a { background-color: #4314FA; }
a { background-color: rgb(67,20,250); }
div.DivClassName
{
background-color: #4314FA;
}
.BgClassName
{
background-color: #4314FA;
}
</style>
border-color css
<style>
span { border-color: #4314FA; }
span { border-color: rgb(67,20,250); }
td.TdClassName
{
border-color: #4314FA;
}
.TagClassName
{
border-color: #4314FA;
}
</style>