Shades of Han Purple #432FFA
Tints of Han Purple #432FFA
RGB
CMYK
RGB Variations
Color information
#432FFA (or 0x432FFA) is known color: Han Purple. HEX triplet: 43, 2F and FA. RGB value is (67,47,250). Sum of RGB (Red+Green+Blue) = 67+47+250=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #432FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #432FFA is #BCD005. Grayscale: #4B4B4B. Windows color (decimal): -12374022 or 16396099. OLE color: 16396099.
HSL color Cylindrical-coordinate representation of color #432FFA: hue angle of 245.91º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #432FFA is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 47 | 250 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.02 |
| HSL | 245.91º | 0.95% | 0.58% | - |
| HSV(B) | 245.91º | 0.81% | 0.98% | - |
| XYZ | 20.59 | 10.13 | 91.31 | - |
| YUV | 76.12 | 226.13 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 250 | 0.73 | 0.81 | 0 | 0.02 | 245.91 | 0.95 | 0.58 |
| Hex | 43 | 2F | FA | 49 | 51 | 0 | 2 | F6 | 5F | 3A |
| Octal | 103 | 57 | 372 | 111 | 121 | 0 | 2 | 366 | 137 | 72 |
| Binary | 1000011 | 101111 | 11111010 | 1001001 | 1010001 | 0 | 10 | 11110110 | 1011111 | 111010 |
Color Harmonies of #432FFA
Complementary color
Monochromatic Colors of #432FFA
Black with #432FFA
Text Example
Text Example
White with #432FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432FFA; }
p { color: rgb(67,47,250); }
H1.HeaderClassName
{
color: #432FFA;
}
.AnyTagClassName
{
color: #432FFA;
}
</style>
background-color css
<style>
a { background-color: #432FFA; }
a { background-color: rgb(67,47,250); }
div.DivClassName
{
background-color: #432FFA;
}
.BgClassName
{
background-color: #432FFA;
}
</style>
border-color css
<style>
span { border-color: #432FFA; }
span { border-color: rgb(67,47,250); }
td.TdClassName
{
border-color: #432FFA;
}
.TagClassName
{
border-color: #432FFA;
}
</style>