Shades of Han Purple #432ADF
Tints of Han Purple #432ADF
RGB
CMYK
RGB Variations
Color information
#432ADF (or 0x432ADF) is known color: Han Purple. HEX triplet: 43, 2A and DF. RGB value is (67,42,223). Sum of RGB (Red+Green+Blue) = 67+42+223=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #432ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432ADF is #BCD520. Grayscale: #454545. Windows color (decimal): -12375329 or 14625347. OLE color: 14625347.
HSL color Cylindrical-coordinate representation of color #432ADF: hue angle of 248.29º degrees, saturation: 0.74, 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 #432ADF is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 42 | 223 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.13 |
| HSL | 248.29º | 0.74% | 0.52% | - |
| HSV(B) | 248.29º | 0.81% | 0.87% | - |
| XYZ | 16.46 | 8.18 | 70.52 | - |
| YUV | 70.11 | 214.28 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 223 | 0.70 | 0.81 | 0 | 0.13 | 248.29 | 0.74 | 0.52 |
| Hex | 43 | 2A | DF | 46 | 51 | 0 | D | F8 | 4A | 34 |
| Octal | 103 | 52 | 337 | 106 | 121 | 0 | 15 | 370 | 112 | 64 |
| Binary | 1000011 | 101010 | 11011111 | 1000110 | 1010001 | 0 | 1101 | 11111000 | 1001010 | 110100 |
Color Harmonies of #432ADF
Complementary color
Monochromatic Colors of #432ADF
Black with #432ADF
Text Example
Text Example
White with #432ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432ADF; }
p { color: rgb(67,42,223); }
H1.HeaderClassName
{
color: #432ADF;
}
.AnyTagClassName
{
color: #432ADF;
}
</style>
background-color css
<style>
a { background-color: #432ADF; }
a { background-color: rgb(67,42,223); }
div.DivClassName
{
background-color: #432ADF;
}
.BgClassName
{
background-color: #432ADF;
}
</style>
border-color css
<style>
span { border-color: #432ADF; }
span { border-color: rgb(67,42,223); }
td.TdClassName
{
border-color: #432ADF;
}
.TagClassName
{
border-color: #432ADF;
}
</style>