Shades of Han Purple #432FE1
Tints of Han Purple #432FE1
RGB
CMYK
RGB Variations
Color information
#432FE1 (or 0x432FE1) is known color: Han Purple. HEX triplet: 43, 2F and E1. RGB value is (67,47,225). Sum of RGB (Red+Green+Blue) = 67+47+225=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #432FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432FE1 is #BCD01E. Grayscale: #484848. Windows color (decimal): -12374047 or 14757699. OLE color: 14757699.
HSL color Cylindrical-coordinate representation of color #432FE1: hue angle of 246.74º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #432FE1 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 47 | 225 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.12 |
| HSL | 246.74º | 0.75% | 0.53% | - |
| HSV(B) | 246.74º | 0.79% | 0.88% | - |
| XYZ | 16.92 | 8.66 | 72.01 | - |
| YUV | 73.27 | 213.63 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 225 | 0.70 | 0.79 | 0 | 0.12 | 246.74 | 0.75 | 0.53 |
| Hex | 43 | 2F | E1 | 46 | 4F | 0 | C | F7 | 4B | 35 |
| Octal | 103 | 57 | 341 | 106 | 117 | 0 | 14 | 367 | 113 | 65 |
| Binary | 1000011 | 101111 | 11100001 | 1000110 | 1001111 | 0 | 1100 | 11110111 | 1001011 | 110101 |
Color Harmonies of #432FE1
Complementary color
Monochromatic Colors of #432FE1
Black with #432FE1
Text Example
Text Example
White with #432FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432FE1; }
p { color: rgb(67,47,225); }
H1.HeaderClassName
{
color: #432FE1;
}
.AnyTagClassName
{
color: #432FE1;
}
</style>
background-color css
<style>
a { background-color: #432FE1; }
a { background-color: rgb(67,47,225); }
div.DivClassName
{
background-color: #432FE1;
}
.BgClassName
{
background-color: #432FE1;
}
</style>
border-color css
<style>
span { border-color: #432FE1; }
span { border-color: rgb(67,47,225); }
td.TdClassName
{
border-color: #432FE1;
}
.TagClassName
{
border-color: #432FE1;
}
</style>