Shades of Han Purple #4304F6
Tints of Han Purple #4304F6
RGB
CMYK
RGB Variations
Color information
#4304F6 (or 0x4304F6) is known color: Han Purple. HEX triplet: 43, 04 and F6. RGB value is (67,4,246). Sum of RGB (Red+Green+Blue) = 67+4+246=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 246 (96.48% from 255 or 77.60% from 317); Max value from RGB is 246 - color contains mainly: blue. Hex color #4304F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4304F6 is #BCFB09. Grayscale: #313131. Windows color (decimal): -12385034 or 16122947. OLE color: 16122947.
HSL color Cylindrical-coordinate representation of color #4304F6: hue angle of 255.62º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4304F6 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 4 | 246 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.04 |
| HSL | 255.62º | 0.97% | 0.49% | - |
| HSV(B) | 255.62º | 0.98% | 0.96% | - |
| XYZ | 18.99 | 7.93 | 87.72 | - |
| YUV | 50.43 | 238.37 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 246 | 0.73 | 0.98 | 0 | 0.04 | 255.62 | 0.97 | 0.49 |
| Hex | 43 | 4 | F6 | 49 | 62 | 0 | 4 | 100 | 61 | 31 |
| Octal | 103 | 4 | 366 | 111 | 142 | 0 | 4 | 400 | 141 | 61 |
| Binary | 1000011 | 100 | 11110110 | 1001001 | 1100010 | 0 | 100 | 100000000 | 1100001 | 110001 |
Color Harmonies of #4304F6
Complementary color
Monochromatic Colors of #4304F6
Black with #4304F6
Text Example
Text Example
White with #4304F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4304F6; }
p { color: rgb(67,4,246); }
H1.HeaderClassName
{
color: #4304F6;
}
.AnyTagClassName
{
color: #4304F6;
}
</style>
background-color css
<style>
a { background-color: #4304F6; }
a { background-color: rgb(67,4,246); }
div.DivClassName
{
background-color: #4304F6;
}
.BgClassName
{
background-color: #4304F6;
}
</style>
border-color css
<style>
span { border-color: #4304F6; }
span { border-color: rgb(67,4,246); }
td.TdClassName
{
border-color: #4304F6;
}
.TagClassName
{
border-color: #4304F6;
}
</style>