Shades of Han Purple #432DFC
Tints of Han Purple #432DFC
RGB
CMYK
RGB Variations
Color information
#432DFC (or 0x432DFC) is known color: Han Purple. HEX triplet: 43, 2D and FC. RGB value is (67,45,252). Sum of RGB (Red+Green+Blue) = 67+45+252=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #432DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #432DFC is #BCD203. Grayscale: #4A4A4A. Windows color (decimal): -12374532 or 16526659. OLE color: 16526659.
HSL color Cylindrical-coordinate representation of color #432DFC: hue angle of 246.38º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #432DFC is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 45 | 252 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.01 |
| HSL | 246.38º | 0.97% | 0.58% | - |
| HSV(B) | 246.38º | 0.82% | 0.99% | - |
| XYZ | 20.82 | 10.1 | 92.95 | - |
| YUV | 75.18 | 227.79 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 252 | 0.73 | 0.82 | 0 | 0.01 | 246.38 | 0.97 | 0.58 |
| Hex | 43 | 2D | FC | 49 | 52 | 0 | 1 | F6 | 61 | 3A |
| Octal | 103 | 55 | 374 | 111 | 122 | 0 | 1 | 366 | 141 | 72 |
| Binary | 1000011 | 101101 | 11111100 | 1001001 | 1010010 | 0 | 1 | 11110110 | 1100001 | 111010 |
Color Harmonies of #432DFC
Complementary color
Monochromatic Colors of #432DFC
Black with #432DFC
Text Example
Text Example
White with #432DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DFC; }
p { color: rgb(67,45,252); }
H1.HeaderClassName
{
color: #432DFC;
}
.AnyTagClassName
{
color: #432DFC;
}
</style>
background-color css
<style>
a { background-color: #432DFC; }
a { background-color: rgb(67,45,252); }
div.DivClassName
{
background-color: #432DFC;
}
.BgClassName
{
background-color: #432DFC;
}
</style>
border-color css
<style>
span { border-color: #432DFC; }
span { border-color: rgb(67,45,252); }
td.TdClassName
{
border-color: #432DFC;
}
.TagClassName
{
border-color: #432DFC;
}
</style>