Shades of Han Purple #432DF0
Tints of Han Purple #432DF0
RGB
CMYK
RGB Variations
Color information
#432DF0 (or 0x432DF0) is known color: Han Purple. HEX triplet: 43, 2D and F0. RGB value is (67,45,240). Sum of RGB (Red+Green+Blue) = 67+45+240=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 240 (94.14% from 255 or 68.18% from 352); Max value from RGB is 240 - color contains mainly: blue. Hex color #432DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #432DF0 is #BCD20F. Grayscale: #494949. Windows color (decimal): -12374544 or 15740227. OLE color: 15740227.
HSL color Cylindrical-coordinate representation of color #432DF0: hue angle of 246.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #432DF0 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 45 | 240 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.06 |
| HSL | 246.77º | 0.87% | 0.56% | - |
| HSV(B) | 246.77º | 0.81% | 0.94% | - |
| XYZ | 18.98 | 9.36 | 83.24 | - |
| YUV | 73.81 | 221.79 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 240 | 0.72 | 0.81 | 0 | 0.06 | 246.77 | 0.87 | 0.56 |
| Hex | 43 | 2D | F0 | 48 | 51 | 0 | 6 | F7 | 57 | 38 |
| Octal | 103 | 55 | 360 | 110 | 121 | 0 | 6 | 367 | 127 | 70 |
| Binary | 1000011 | 101101 | 11110000 | 1001000 | 1010001 | 0 | 110 | 11110111 | 1010111 | 111000 |
Color Harmonies of #432DF0
Complementary color
Monochromatic Colors of #432DF0
Black with #432DF0
Text Example
Text Example
White with #432DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DF0; }
p { color: rgb(67,45,240); }
H1.HeaderClassName
{
color: #432DF0;
}
.AnyTagClassName
{
color: #432DF0;
}
</style>
background-color css
<style>
a { background-color: #432DF0; }
a { background-color: rgb(67,45,240); }
div.DivClassName
{
background-color: #432DF0;
}
.BgClassName
{
background-color: #432DF0;
}
</style>
border-color css
<style>
span { border-color: #432DF0; }
span { border-color: rgb(67,45,240); }
td.TdClassName
{
border-color: #432DF0;
}
.TagClassName
{
border-color: #432DF0;
}
</style>