Shades of Han Purple #432DFF
Tints of Han Purple #432DFF
RGB
CMYK
RGB Variations
Color information
#432DFF (or 0x432DFF) is known color: Han Purple. HEX triplet: 43, 2D and FF. RGB value is (67,45,255). Sum of RGB (Red+Green+Blue) = 67+45+255=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #432DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #432DFF is #BCD200. Grayscale: #4A4A4A. Windows color (decimal): -12374529 or 16723267. OLE color: 16723267.
HSL color Cylindrical-coordinate representation of color #432DFF: hue angle of 246.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #432DFF is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 45 | 255 | - |
| CMYK | 0.74 | 0.82 | 0 | 0 |
| HSL | 246.29º | 1% | 0.59% | - |
| HSV(B) | 246.29º | 0.82% | 1% | - |
| XYZ | 21.3 | 10.29 | 95.47 | - |
| YUV | 75.52 | 229.29 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 255 | 0.74 | 0.82 | 0 | 0 | 246.29 | 1 | 0.59 |
| Hex | 43 | 2D | FF | 4A | 52 | 0 | 0 | F6 | 64 | 3B |
| Octal | 103 | 55 | 377 | 112 | 122 | 0 | 0 | 366 | 144 | 73 |
| Binary | 1000011 | 101101 | 11111111 | 1001010 | 1010010 | 0 | 0 | 11110110 | 1100100 | 111011 |
Color Harmonies of #432DFF
Complementary color
Monochromatic Colors of #432DFF
Black with #432DFF
Text Example
Text Example
White with #432DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DFF; }
p { color: rgb(67,45,255); }
H1.HeaderClassName
{
color: #432DFF;
}
.AnyTagClassName
{
color: #432DFF;
}
</style>
background-color css
<style>
a { background-color: #432DFF; }
a { background-color: rgb(67,45,255); }
div.DivClassName
{
background-color: #432DFF;
}
.BgClassName
{
background-color: #432DFF;
}
</style>
border-color css
<style>
span { border-color: #432DFF; }
span { border-color: rgb(67,45,255); }
td.TdClassName
{
border-color: #432DFF;
}
.TagClassName
{
border-color: #432DFF;
}
</style>