Shades of Han Purple #432BDE
Tints of Han Purple #432BDE
RGB
CMYK
RGB Variations
Color information
#432BDE (or 0x432BDE) is known color: Han Purple. HEX triplet: 43, 2B and DE. RGB value is (67,43,222). Sum of RGB (Red+Green+Blue) = 67+43+222=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #432BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432BDE is #BCD421. Grayscale: #454545. Windows color (decimal): -12375074 or 14560067. OLE color: 14560067.
HSL color Cylindrical-coordinate representation of color #432BDE: hue angle of 248.04º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #432BDE is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 43 | 222 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.13 |
| HSL | 248.04º | 0.73% | 0.52% | - |
| HSV(B) | 248.04º | 0.81% | 0.87% | - |
| XYZ | 16.36 | 8.19 | 69.83 | - |
| YUV | 70.58 | 213.45 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 222 | 0.70 | 0.81 | 0 | 0.13 | 248.04 | 0.73 | 0.52 |
| Hex | 43 | 2B | DE | 46 | 51 | 0 | D | F8 | 49 | 34 |
| Octal | 103 | 53 | 336 | 106 | 121 | 0 | 15 | 370 | 111 | 64 |
| Binary | 1000011 | 101011 | 11011110 | 1000110 | 1010001 | 0 | 1101 | 11111000 | 1001001 | 110100 |
Color Harmonies of #432BDE
Complementary color
Monochromatic Colors of #432BDE
Black with #432BDE
Text Example
Text Example
White with #432BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432BDE; }
p { color: rgb(67,43,222); }
H1.HeaderClassName
{
color: #432BDE;
}
.AnyTagClassName
{
color: #432BDE;
}
</style>
background-color css
<style>
a { background-color: #432BDE; }
a { background-color: rgb(67,43,222); }
div.DivClassName
{
background-color: #432BDE;
}
.BgClassName
{
background-color: #432BDE;
}
</style>
border-color css
<style>
span { border-color: #432BDE; }
span { border-color: rgb(67,43,222); }
td.TdClassName
{
border-color: #432BDE;
}
.TagClassName
{
border-color: #432BDE;
}
</style>