Shades of Han Purple #432CDF
Tints of Han Purple #432CDF
RGB
CMYK
RGB Variations
Color information
#432CDF (or 0x432CDF) is known color: Han Purple. HEX triplet: 43, 2C and DF. RGB value is (67,44,223). Sum of RGB (Red+Green+Blue) = 67+44+223=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #432CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432CDF is #BCD320. Grayscale: #464646. Windows color (decimal): -12374817 or 14625859. OLE color: 14625859.
HSL color Cylindrical-coordinate representation of color #432CDF: hue angle of 247.71º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #432CDF is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 44 | 223 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.13 |
| HSL | 247.71º | 0.74% | 0.52% | - |
| HSV(B) | 247.71º | 0.8% | 0.87% | - |
| XYZ | 16.53 | 8.32 | 70.55 | - |
| YUV | 71.28 | 213.62 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 223 | 0.70 | 0.80 | 0 | 0.13 | 247.71 | 0.74 | 0.52 |
| Hex | 43 | 2C | DF | 46 | 50 | 0 | D | F8 | 4A | 34 |
| Octal | 103 | 54 | 337 | 106 | 120 | 0 | 15 | 370 | 112 | 64 |
| Binary | 1000011 | 101100 | 11011111 | 1000110 | 1010000 | 0 | 1101 | 11111000 | 1001010 | 110100 |
Color Harmonies of #432CDF
Complementary color
Monochromatic Colors of #432CDF
Black with #432CDF
Text Example
Text Example
White with #432CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432CDF; }
p { color: rgb(67,44,223); }
H1.HeaderClassName
{
color: #432CDF;
}
.AnyTagClassName
{
color: #432CDF;
}
</style>
background-color css
<style>
a { background-color: #432CDF; }
a { background-color: rgb(67,44,223); }
div.DivClassName
{
background-color: #432CDF;
}
.BgClassName
{
background-color: #432CDF;
}
</style>
border-color css
<style>
span { border-color: #432CDF; }
span { border-color: rgb(67,44,223); }
td.TdClassName
{
border-color: #432CDF;
}
.TagClassName
{
border-color: #432CDF;
}
</style>