Shades of Han Purple #4312F2
Tints of Han Purple #4312F2
RGB
CMYK
RGB Variations
Color information
#4312F2 (or 0x4312F2) is known color: Han Purple. HEX triplet: 43, 12 and F2. RGB value is (67,18,242). Sum of RGB (Red+Green+Blue) = 67+18+242=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 242 (94.92% from 255 or 74.01% from 327); Max value from RGB is 242 - color contains mainly: blue. Hex color #4312F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4312F2 is #BCED0D. Grayscale: #393939. Windows color (decimal): -12381454 or 15864387. OLE color: 15864387.
HSL color Cylindrical-coordinate representation of color #4312F2: hue angle of 253.12º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4312F2 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 18 | 242 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.05 |
| HSL | 253.13º | 0.9% | 0.51% | - |
| HSV(B) | 253.13º | 0.93% | 0.95% | - |
| XYZ | 18.56 | 8.04 | 84.58 | - |
| YUV | 58.19 | 231.73 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 242 | 0.72 | 0.93 | 0 | 0.05 | 253.13 | 0.9 | 0.51 |
| Hex | 43 | 12 | F2 | 48 | 5D | 0 | 5 | FD | 5A | 33 |
| Octal | 103 | 22 | 362 | 110 | 135 | 0 | 5 | 375 | 132 | 63 |
| Binary | 1000011 | 10010 | 11110010 | 1001000 | 1011101 | 0 | 101 | 11111101 | 1011010 | 110011 |
Color Harmonies of #4312F2
Complementary color
Monochromatic Colors of #4312F2
Black with #4312F2
Text Example
Text Example
White with #4312F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4312F2; }
p { color: rgb(67,18,242); }
H1.HeaderClassName
{
color: #4312F2;
}
.AnyTagClassName
{
color: #4312F2;
}
</style>
background-color css
<style>
a { background-color: #4312F2; }
a { background-color: rgb(67,18,242); }
div.DivClassName
{
background-color: #4312F2;
}
.BgClassName
{
background-color: #4312F2;
}
</style>
border-color css
<style>
span { border-color: #4312F2; }
span { border-color: rgb(67,18,242); }
td.TdClassName
{
border-color: #4312F2;
}
.TagClassName
{
border-color: #4312F2;
}
</style>