Shades of Han Purple #432BDD
Tints of Han Purple #432BDD
RGB
CMYK
RGB Variations
Color information
#432BDD (or 0x432BDD) is known color: Han Purple. HEX triplet: 43, 2B and DD. RGB value is (67,43,221). Sum of RGB (Red+Green+Blue) = 67+43+221=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #432BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432BDD is #BCD422. Grayscale: #454545. Windows color (decimal): -12375075 or 14494531. OLE color: 14494531.
HSL color Cylindrical-coordinate representation of color #432BDD: hue angle of 248.09º degrees, saturation: 0.72, 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 #432BDD is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 43 | 221 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.13 |
| HSL | 248.09º | 0.72% | 0.52% | - |
| HSV(B) | 248.09º | 0.81% | 0.87% | - |
| XYZ | 16.23 | 8.14 | 69.12 | - |
| YUV | 70.47 | 212.95 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 221 | 0.70 | 0.81 | 0 | 0.13 | 248.09 | 0.72 | 0.52 |
| Hex | 43 | 2B | DD | 46 | 51 | 0 | D | F8 | 48 | 34 |
| Octal | 103 | 53 | 335 | 106 | 121 | 0 | 15 | 370 | 110 | 64 |
| Binary | 1000011 | 101011 | 11011101 | 1000110 | 1010001 | 0 | 1101 | 11111000 | 1001000 | 110100 |
Color Harmonies of #432BDD
Complementary color
Monochromatic Colors of #432BDD
Black with #432BDD
Text Example
Text Example
White with #432BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432BDD; }
p { color: rgb(67,43,221); }
H1.HeaderClassName
{
color: #432BDD;
}
.AnyTagClassName
{
color: #432BDD;
}
</style>
background-color css
<style>
a { background-color: #432BDD; }
a { background-color: rgb(67,43,221); }
div.DivClassName
{
background-color: #432BDD;
}
.BgClassName
{
background-color: #432BDD;
}
</style>
border-color css
<style>
span { border-color: #432BDD; }
span { border-color: rgb(67,43,221); }
td.TdClassName
{
border-color: #432BDD;
}
.TagClassName
{
border-color: #432BDD;
}
</style>