Shades of Han Purple #4321F0
Tints of Han Purple #4321F0
RGB
CMYK
RGB Variations
Color information
#4321F0 (or 0x4321F0) is known color: Han Purple. HEX triplet: 43, 21 and F0. RGB value is (67,33,240). Sum of RGB (Red+Green+Blue) = 67+33+240=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 240 (94.14% from 255 or 70.59% from 340); Max value from RGB is 240 - color contains mainly: blue. Hex color #4321F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4321F0 is #BCDE0F. Grayscale: #414141. Windows color (decimal): -12377616 or 15737155. OLE color: 15737155.
HSL color Cylindrical-coordinate representation of color #4321F0: hue angle of 249.86º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4321F0 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 33 | 240 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.06 |
| HSL | 249.86º | 0.87% | 0.54% | - |
| HSV(B) | 249.86º | 0.86% | 0.94% | - |
| XYZ | 18.59 | 8.57 | 83.11 | - |
| YUV | 66.76 | 225.76 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 240 | 0.72 | 0.86 | 0 | 0.06 | 249.86 | 0.87 | 0.54 |
| Hex | 43 | 21 | F0 | 48 | 56 | 0 | 6 | FA | 57 | 36 |
| Octal | 103 | 41 | 360 | 110 | 126 | 0 | 6 | 372 | 127 | 66 |
| Binary | 1000011 | 100001 | 11110000 | 1001000 | 1010110 | 0 | 110 | 11111010 | 1010111 | 110110 |
Color Harmonies of #4321F0
Complementary color
Monochromatic Colors of #4321F0
Black with #4321F0
Text Example
Text Example
White with #4321F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321F0; }
p { color: rgb(67,33,240); }
H1.HeaderClassName
{
color: #4321F0;
}
.AnyTagClassName
{
color: #4321F0;
}
</style>
background-color css
<style>
a { background-color: #4321F0; }
a { background-color: rgb(67,33,240); }
div.DivClassName
{
background-color: #4321F0;
}
.BgClassName
{
background-color: #4321F0;
}
</style>
border-color css
<style>
span { border-color: #4321F0; }
span { border-color: rgb(67,33,240); }
td.TdClassName
{
border-color: #4321F0;
}
.TagClassName
{
border-color: #4321F0;
}
</style>