Shades of Han Purple #432DFD
Tints of Han Purple #432DFD
RGB
CMYK
RGB Variations
Color information
#432DFD (or 0x432DFD) is known color: Han Purple. HEX triplet: 43, 2D and FD. RGB value is (67,45,253). Sum of RGB (Red+Green+Blue) = 67+45+253=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #432DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #432DFD is #BCD202. Grayscale: #4A4A4A. Windows color (decimal): -12374531 or 16592195. OLE color: 16592195.
HSL color Cylindrical-coordinate representation of color #432DFD: hue angle of 246.35º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #432DFD is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 45 | 253 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.01 |
| HSL | 246.35º | 0.98% | 0.58% | - |
| HSV(B) | 246.35º | 0.82% | 0.99% | - |
| XYZ | 20.98 | 10.16 | 93.78 | - |
| YUV | 75.29 | 228.29 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 253 | 0.74 | 0.82 | 0 | 0.01 | 246.35 | 0.98 | 0.58 |
| Hex | 43 | 2D | FD | 4A | 52 | 0 | 1 | F6 | 62 | 3A |
| Octal | 103 | 55 | 375 | 112 | 122 | 0 | 1 | 366 | 142 | 72 |
| Binary | 1000011 | 101101 | 11111101 | 1001010 | 1010010 | 0 | 1 | 11110110 | 1100010 | 111010 |
Color Harmonies of #432DFD
Complementary color
Monochromatic Colors of #432DFD
Black with #432DFD
Text Example
Text Example
White with #432DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DFD; }
p { color: rgb(67,45,253); }
H1.HeaderClassName
{
color: #432DFD;
}
.AnyTagClassName
{
color: #432DFD;
}
</style>
background-color css
<style>
a { background-color: #432DFD; }
a { background-color: rgb(67,45,253); }
div.DivClassName
{
background-color: #432DFD;
}
.BgClassName
{
background-color: #432DFD;
}
</style>
border-color css
<style>
span { border-color: #432DFD; }
span { border-color: rgb(67,45,253); }
td.TdClassName
{
border-color: #432DFD;
}
.TagClassName
{
border-color: #432DFD;
}
</style>