Shades of Han Purple #4319FC
Tints of Han Purple #4319FC
RGB
CMYK
RGB Variations
Color information
#4319FC (or 0x4319FC) is known color: Han Purple. HEX triplet: 43, 19 and FC. RGB value is (67,25,252). Sum of RGB (Red+Green+Blue) = 67+25+252=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #4319FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4319FC is #BCE603. Grayscale: #3E3E3E. Windows color (decimal): -12379652 or 16521539. OLE color: 16521539.
HSL color Cylindrical-coordinate representation of color #4319FC: hue angle of 251.1º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4319FC is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 25 | 252 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.01 |
| HSL | 251.1º | 0.97% | 0.54% | - |
| HSV(B) | 251.1º | 0.9% | 0.99% | - |
| XYZ | 20.23 | 8.92 | 92.75 | - |
| YUV | 63.44 | 234.41 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 252 | 0.73 | 0.90 | 0 | 0.01 | 251.1 | 0.97 | 0.54 |
| Hex | 43 | 19 | FC | 49 | 5A | 0 | 1 | FB | 61 | 36 |
| Octal | 103 | 31 | 374 | 111 | 132 | 0 | 1 | 373 | 141 | 66 |
| Binary | 1000011 | 11001 | 11111100 | 1001001 | 1011010 | 0 | 1 | 11111011 | 1100001 | 110110 |
Color Harmonies of #4319FC
Complementary color
Monochromatic Colors of #4319FC
Black with #4319FC
Text Example
Text Example
White with #4319FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4319FC; }
p { color: rgb(67,25,252); }
H1.HeaderClassName
{
color: #4319FC;
}
.AnyTagClassName
{
color: #4319FC;
}
</style>
background-color css
<style>
a { background-color: #4319FC; }
a { background-color: rgb(67,25,252); }
div.DivClassName
{
background-color: #4319FC;
}
.BgClassName
{
background-color: #4319FC;
}
</style>
border-color css
<style>
span { border-color: #4319FC; }
span { border-color: rgb(67,25,252); }
td.TdClassName
{
border-color: #4319FC;
}
.TagClassName
{
border-color: #4319FC;
}
</style>