Shades of Han Purple #432FFC
Tints of Han Purple #432FFC
RGB
CMYK
RGB Variations
Color information
#432FFC (or 0x432FFC) is known color: Han Purple. HEX triplet: 43, 2F and FC. RGB value is (67,47,252). Sum of RGB (Red+Green+Blue) = 67+47+252=366 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.31% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #432FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #432FFC is #BCD003. Grayscale: #4B4B4B. Windows color (decimal): -12374020 or 16527171. OLE color: 16527171.
HSL color Cylindrical-coordinate representation of color #432FFC: hue angle of 245.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #432FFC is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 47 | 252 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.01 |
| HSL | 245.85º | 0.97% | 0.59% | - |
| HSV(B) | 245.85º | 0.81% | 0.99% | - |
| XYZ | 20.9 | 10.25 | 92.97 | - |
| YUV | 76.35 | 227.13 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 252 | 0.73 | 0.81 | 0 | 0.01 | 245.85 | 0.97 | 0.59 |
| Hex | 43 | 2F | FC | 49 | 51 | 0 | 1 | F6 | 61 | 3B |
| Octal | 103 | 57 | 374 | 111 | 121 | 0 | 1 | 366 | 141 | 73 |
| Binary | 1000011 | 101111 | 11111100 | 1001001 | 1010001 | 0 | 1 | 11110110 | 1100001 | 111011 |
Color Harmonies of #432FFC
Complementary color
Monochromatic Colors of #432FFC
Black with #432FFC
Text Example
Text Example
White with #432FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432FFC; }
p { color: rgb(67,47,252); }
H1.HeaderClassName
{
color: #432FFC;
}
.AnyTagClassName
{
color: #432FFC;
}
</style>
background-color css
<style>
a { background-color: #432FFC; }
a { background-color: rgb(67,47,252); }
div.DivClassName
{
background-color: #432FFC;
}
.BgClassName
{
background-color: #432FFC;
}
</style>
border-color css
<style>
span { border-color: #432FFC; }
span { border-color: rgb(67,47,252); }
td.TdClassName
{
border-color: #432FFC;
}
.TagClassName
{
border-color: #432FFC;
}
</style>