Shades of Han Purple #4303F4
Tints of Han Purple #4303F4
RGB
CMYK
RGB Variations
Color information
#4303F4 (or 0x4303F4) is known color: Han Purple. HEX triplet: 43, 03 and F4. RGB value is (67,3,244). Sum of RGB (Red+Green+Blue) = 67+3+244=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 244 (95.70% from 255 or 77.71% from 314); Max value from RGB is 244 - color contains mainly: blue. Hex color #4303F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4303F4 is #BCFC0B. Grayscale: #303030. Windows color (decimal): -12385292 or 15991619. OLE color: 15991619.
HSL color Cylindrical-coordinate representation of color #4303F4: hue angle of 255.93º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4303F4 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 3 | 244 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.04 |
| HSL | 255.93º | 0.98% | 0.48% | - |
| HSV(B) | 255.93º | 0.99% | 0.96% | - |
| XYZ | 18.68 | 7.79 | 86.11 | - |
| YUV | 49.61 | 237.7 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 244 | 0.73 | 0.99 | 0 | 0.04 | 255.93 | 0.98 | 0.48 |
| Hex | 43 | 3 | F4 | 49 | 63 | 0 | 4 | 100 | 62 | 30 |
| Octal | 103 | 3 | 364 | 111 | 143 | 0 | 4 | 400 | 142 | 60 |
| Binary | 1000011 | 11 | 11110100 | 1001001 | 1100011 | 0 | 100 | 100000000 | 1100010 | 110000 |
Color Harmonies of #4303F4
Complementary color
Monochromatic Colors of #4303F4
Black with #4303F4
Text Example
Text Example
White with #4303F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4303F4; }
p { color: rgb(67,3,244); }
H1.HeaderClassName
{
color: #4303F4;
}
.AnyTagClassName
{
color: #4303F4;
}
</style>
background-color css
<style>
a { background-color: #4303F4; }
a { background-color: rgb(67,3,244); }
div.DivClassName
{
background-color: #4303F4;
}
.BgClassName
{
background-color: #4303F4;
}
</style>
border-color css
<style>
span { border-color: #4303F4; }
span { border-color: rgb(67,3,244); }
td.TdClassName
{
border-color: #4303F4;
}
.TagClassName
{
border-color: #4303F4;
}
</style>