Shades of Han Purple #432FDC
Tints of Han Purple #432FDC
RGB
CMYK
RGB Variations
Color information
#432FDC (or 0x432FDC) is known color: Han Purple. HEX triplet: 43, 2F and DC. RGB value is (67,47,220). Sum of RGB (Red+Green+Blue) = 67+47+220=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #432FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432FDC is #BCD023. Grayscale: #484848. Windows color (decimal): -12374052 or 14430019. OLE color: 14430019.
HSL color Cylindrical-coordinate representation of color #432FDC: hue angle of 246.94º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #432FDC is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 47 | 220 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.14 |
| HSL | 246.94º | 0.71% | 0.52% | - |
| HSV(B) | 246.94º | 0.79% | 0.86% | - |
| XYZ | 16.25 | 8.39 | 68.47 | - |
| YUV | 72.7 | 211.13 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 220 | 0.70 | 0.79 | 0 | 0.14 | 246.94 | 0.71 | 0.52 |
| Hex | 43 | 2F | DC | 46 | 4F | 0 | E | F7 | 47 | 34 |
| Octal | 103 | 57 | 334 | 106 | 117 | 0 | 16 | 367 | 107 | 64 |
| Binary | 1000011 | 101111 | 11011100 | 1000110 | 1001111 | 0 | 1110 | 11110111 | 1000111 | 110100 |
Color Harmonies of #432FDC
Complementary color
Monochromatic Colors of #432FDC
Black with #432FDC
Text Example
Text Example
White with #432FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432FDC; }
p { color: rgb(67,47,220); }
H1.HeaderClassName
{
color: #432FDC;
}
.AnyTagClassName
{
color: #432FDC;
}
</style>
background-color css
<style>
a { background-color: #432FDC; }
a { background-color: rgb(67,47,220); }
div.DivClassName
{
background-color: #432FDC;
}
.BgClassName
{
background-color: #432FDC;
}
</style>
border-color css
<style>
span { border-color: #432FDC; }
span { border-color: rgb(67,47,220); }
td.TdClassName
{
border-color: #432FDC;
}
.TagClassName
{
border-color: #432FDC;
}
</style>