Shades of Han Purple #432CD7
Tints of Han Purple #432CD7
RGB
CMYK
RGB Variations
Color information
#432CD7 (or 0x432CD7) is known color: Han Purple. HEX triplet: 43, 2C and D7. RGB value is (67,44,215). Sum of RGB (Red+Green+Blue) = 67+44+215=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 215 (84.38% from 255 or 65.95% from 326); Max value from RGB is 215 - color contains mainly: blue. Hex color #432CD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432CD7 is #BCD328. Grayscale: #454545. Windows color (decimal): -12374825 or 14101571. OLE color: 14101571.
HSL color Cylindrical-coordinate representation of color #432CD7: hue angle of 248.07º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #432CD7 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 44 | 215 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.16 |
| HSL | 248.07º | 0.68% | 0.51% | - |
| HSV(B) | 248.07º | 0.8% | 0.84% | - |
| XYZ | 15.48 | 7.9 | 65 | - |
| YUV | 70.37 | 209.62 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 215 | 0.69 | 0.80 | 0 | 0.16 | 248.07 | 0.68 | 0.51 |
| Hex | 43 | 2C | D7 | 45 | 50 | 0 | 10 | F8 | 44 | 33 |
| Octal | 103 | 54 | 327 | 105 | 120 | 0 | 20 | 370 | 104 | 63 |
| Binary | 1000011 | 101100 | 11010111 | 1000101 | 1010000 | 0 | 10000 | 11111000 | 1000100 | 110011 |
Color Harmonies of #432CD7
Complementary color
Monochromatic Colors of #432CD7
Black with #432CD7
Text Example
Text Example
White with #432CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432CD7; }
p { color: rgb(67,44,215); }
H1.HeaderClassName
{
color: #432CD7;
}
.AnyTagClassName
{
color: #432CD7;
}
</style>
background-color css
<style>
a { background-color: #432CD7; }
a { background-color: rgb(67,44,215); }
div.DivClassName
{
background-color: #432CD7;
}
.BgClassName
{
background-color: #432CD7;
}
</style>
border-color css
<style>
span { border-color: #432CD7; }
span { border-color: rgb(67,44,215); }
td.TdClassName
{
border-color: #432CD7;
}
.TagClassName
{
border-color: #432CD7;
}
</style>