Shades of Han Purple #432FFF
Tints of Han Purple #432FFF
RGB
CMYK
RGB Variations
Color information
#432FFF (or 0x432FFF) is known color: Han Purple. HEX triplet: 43, 2F and FF. RGB value is (67,47,255). Sum of RGB (Red+Green+Blue) = 67+47+255=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #432FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #432FFF is #BCD000. Grayscale: #4B4B4B. Windows color (decimal): -12374017 or 16723779. OLE color: 16723779.
HSL color Cylindrical-coordinate representation of color #432FFF: hue angle of 245.77º 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 #432FFF is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 47 | 255 | - |
| CMYK | 0.74 | 0.82 | 0 | 0 |
| HSL | 245.77º | 1% | 0.59% | - |
| HSV(B) | 245.77º | 0.82% | 1% | - |
| XYZ | 21.38 | 10.45 | 95.5 | - |
| YUV | 76.69 | 228.63 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 255 | 0.74 | 0.82 | 0 | 0 | 245.77 | 1 | 0.59 |
| Hex | 43 | 2F | FF | 4A | 52 | 0 | 0 | F6 | 64 | 3B |
| Octal | 103 | 57 | 377 | 112 | 122 | 0 | 0 | 366 | 144 | 73 |
| Binary | 1000011 | 101111 | 11111111 | 1001010 | 1010010 | 0 | 0 | 11110110 | 1100100 | 111011 |
Color Harmonies of #432FFF
Complementary color
Monochromatic Colors of #432FFF
Black with #432FFF
Text Example
Text Example
White with #432FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432FFF; }
p { color: rgb(67,47,255); }
H1.HeaderClassName
{
color: #432FFF;
}
.AnyTagClassName
{
color: #432FFF;
}
</style>
background-color css
<style>
a { background-color: #432FFF; }
a { background-color: rgb(67,47,255); }
div.DivClassName
{
background-color: #432FFF;
}
.BgClassName
{
background-color: #432FFF;
}
</style>
border-color css
<style>
span { border-color: #432FFF; }
span { border-color: rgb(67,47,255); }
td.TdClassName
{
border-color: #432FFF;
}
.TagClassName
{
border-color: #432FFF;
}
</style>