Shades of Han Purple #4320FF
Tints of Han Purple #4320FF
RGB
CMYK
RGB Variations
Color information
#4320FF (or 0x4320FF) is known color: Han Purple. HEX triplet: 43, 20 and FF. RGB value is (67,32,255). Sum of RGB (Red+Green+Blue) = 67+32+255=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #4320FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4320FF is #BCDF00. Grayscale: #434343. Windows color (decimal): -12377857 or 16719939. OLE color: 16719939.
HSL color Cylindrical-coordinate representation of color #4320FF: hue angle of 249.42º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4320FF is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 32 | 255 | - |
| CMYK | 0.74 | 0.87 | 0 | 0 |
| HSL | 249.42º | 1% | 0.56% | - |
| HSV(B) | 249.42º | 0.87% | 1% | - |
| XYZ | 20.88 | 9.45 | 95.33 | - |
| YUV | 67.89 | 233.6 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 255 | 0.74 | 0.87 | 0 | 0 | 249.42 | 1 | 0.56 |
| Hex | 43 | 20 | FF | 4A | 57 | 0 | 0 | F9 | 64 | 38 |
| Octal | 103 | 40 | 377 | 112 | 127 | 0 | 0 | 371 | 144 | 70 |
| Binary | 1000011 | 100000 | 11111111 | 1001010 | 1010111 | 0 | 0 | 11111001 | 1100100 | 111000 |
Color Harmonies of #4320FF
Complementary color
Monochromatic Colors of #4320FF
Black with #4320FF
Text Example
Text Example
White with #4320FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4320FF; }
p { color: rgb(67,32,255); }
H1.HeaderClassName
{
color: #4320FF;
}
.AnyTagClassName
{
color: #4320FF;
}
</style>
background-color css
<style>
a { background-color: #4320FF; }
a { background-color: rgb(67,32,255); }
div.DivClassName
{
background-color: #4320FF;
}
.BgClassName
{
background-color: #4320FF;
}
</style>
border-color css
<style>
span { border-color: #4320FF; }
span { border-color: rgb(67,32,255); }
td.TdClassName
{
border-color: #4320FF;
}
.TagClassName
{
border-color: #4320FF;
}
</style>