Shades of Han Purple #4321FA
Tints of Han Purple #4321FA
RGB
CMYK
RGB Variations
Color information
#4321FA (or 0x4321FA) is known color: Han Purple. HEX triplet: 43, 21 and FA. RGB value is (67,33,250). Sum of RGB (Red+Green+Blue) = 67+33+250=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #4321FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4321FA is #BCDE05. Grayscale: #434343. Windows color (decimal): -12377606 or 16392515. OLE color: 16392515.
HSL color Cylindrical-coordinate representation of color #4321FA: hue angle of 249.4º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4321FA is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 33 | 250 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.02 |
| HSL | 249.4º | 0.96% | 0.55% | - |
| HSV(B) | 249.4º | 0.87% | 0.98% | - |
| XYZ | 20.11 | 9.18 | 91.15 | - |
| YUV | 67.9 | 230.76 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 250 | 0.73 | 0.87 | 0 | 0.02 | 249.4 | 0.96 | 0.55 |
| Hex | 43 | 21 | FA | 49 | 57 | 0 | 2 | F9 | 60 | 37 |
| Octal | 103 | 41 | 372 | 111 | 127 | 0 | 2 | 371 | 140 | 67 |
| Binary | 1000011 | 100001 | 11111010 | 1001001 | 1010111 | 0 | 10 | 11111001 | 1100000 | 110111 |
Color Harmonies of #4321FA
Complementary color
Monochromatic Colors of #4321FA
Black with #4321FA
Text Example
Text Example
White with #4321FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321FA; }
p { color: rgb(67,33,250); }
H1.HeaderClassName
{
color: #4321FA;
}
.AnyTagClassName
{
color: #4321FA;
}
</style>
background-color css
<style>
a { background-color: #4321FA; }
a { background-color: rgb(67,33,250); }
div.DivClassName
{
background-color: #4321FA;
}
.BgClassName
{
background-color: #4321FA;
}
</style>
border-color css
<style>
span { border-color: #4321FA; }
span { border-color: rgb(67,33,250); }
td.TdClassName
{
border-color: #4321FA;
}
.TagClassName
{
border-color: #4321FA;
}
</style>