Shades of Han Purple #432DF6
Tints of Han Purple #432DF6
RGB
CMYK
RGB Variations
Color information
#432DF6 (or 0x432DF6) is known color: Han Purple. HEX triplet: 43, 2D and F6. RGB value is (67,45,246). Sum of RGB (Red+Green+Blue) = 67+45+246=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 246 (96.48% from 255 or 68.72% from 358); Max value from RGB is 246 - color contains mainly: blue. Hex color #432DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #432DF6 is #BCD209. Grayscale: #494949. Windows color (decimal): -12374538 or 16133443. OLE color: 16133443.
HSL color Cylindrical-coordinate representation of color #432DF6: hue angle of 246.57º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #432DF6 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 45 | 246 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.04 |
| HSL | 246.57º | 0.92% | 0.57% | - |
| HSV(B) | 246.57º | 0.82% | 0.96% | - |
| XYZ | 19.89 | 9.72 | 88.02 | - |
| YUV | 74.49 | 224.79 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 246 | 0.73 | 0.82 | 0 | 0.04 | 246.57 | 0.92 | 0.57 |
| Hex | 43 | 2D | F6 | 49 | 52 | 0 | 4 | F7 | 5C | 39 |
| Octal | 103 | 55 | 366 | 111 | 122 | 0 | 4 | 367 | 134 | 71 |
| Binary | 1000011 | 101101 | 11110110 | 1001001 | 1010010 | 0 | 100 | 11110111 | 1011100 | 111001 |
Color Harmonies of #432DF6
Complementary color
Monochromatic Colors of #432DF6
Black with #432DF6
Text Example
Text Example
White with #432DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DF6; }
p { color: rgb(67,45,246); }
H1.HeaderClassName
{
color: #432DF6;
}
.AnyTagClassName
{
color: #432DF6;
}
</style>
background-color css
<style>
a { background-color: #432DF6; }
a { background-color: rgb(67,45,246); }
div.DivClassName
{
background-color: #432DF6;
}
.BgClassName
{
background-color: #432DF6;
}
</style>
border-color css
<style>
span { border-color: #432DF6; }
span { border-color: rgb(67,45,246); }
td.TdClassName
{
border-color: #432DF6;
}
.TagClassName
{
border-color: #432DF6;
}
</style>