Shades of Han Purple #4316F2
Tints of Han Purple #4316F2
RGB
CMYK
RGB Variations
Color information
#4316F2 (or 0x4316F2) is known color: Han Purple. HEX triplet: 43, 16 and F2. RGB value is (67,22,242). Sum of RGB (Red+Green+Blue) = 67+22+242=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 242 (94.92% from 255 or 73.11% from 331); Max value from RGB is 242 - color contains mainly: blue. Hex color #4316F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4316F2 is #BCE90D. Grayscale: #3B3B3B. Windows color (decimal): -12380430 or 15865411. OLE color: 15865411.
HSL color Cylindrical-coordinate representation of color #4316F2: hue angle of 252.27º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4316F2 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 22 | 242 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.05 |
| HSL | 252.27º | 0.89% | 0.52% | - |
| HSV(B) | 252.27º | 0.91% | 0.95% | - |
| XYZ | 18.63 | 8.18 | 84.6 | - |
| YUV | 60.54 | 230.41 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 242 | 0.72 | 0.91 | 0 | 0.05 | 252.27 | 0.89 | 0.52 |
| Hex | 43 | 16 | F2 | 48 | 5B | 0 | 5 | FC | 59 | 34 |
| Octal | 103 | 26 | 362 | 110 | 133 | 0 | 5 | 374 | 131 | 64 |
| Binary | 1000011 | 10110 | 11110010 | 1001000 | 1011011 | 0 | 101 | 11111100 | 1011001 | 110100 |
Color Harmonies of #4316F2
Complementary color
Monochromatic Colors of #4316F2
Black with #4316F2
Text Example
Text Example
White with #4316F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4316F2; }
p { color: rgb(67,22,242); }
H1.HeaderClassName
{
color: #4316F2;
}
.AnyTagClassName
{
color: #4316F2;
}
</style>
background-color css
<style>
a { background-color: #4316F2; }
a { background-color: rgb(67,22,242); }
div.DivClassName
{
background-color: #4316F2;
}
.BgClassName
{
background-color: #4316F2;
}
</style>
border-color css
<style>
span { border-color: #4316F2; }
span { border-color: rgb(67,22,242); }
td.TdClassName
{
border-color: #4316F2;
}
.TagClassName
{
border-color: #4316F2;
}
</style>