Shades of Han Purple #4321FE
Tints of Han Purple #4321FE
RGB
CMYK
RGB Variations
Color information
#4321FE (or 0x4321FE) is known color: Han Purple. HEX triplet: 43, 21 and FE. RGB value is (67,33,254). Sum of RGB (Red+Green+Blue) = 67+33+254=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #4321FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4321FE is #BCDE01. Grayscale: #434343. Windows color (decimal): -12377602 or 16654659. OLE color: 16654659.
HSL color Cylindrical-coordinate representation of color #4321FE: hue angle of 249.23º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4321FE is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 33 | 254 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.00 |
| HSL | 249.23º | 0.99% | 0.56% | - |
| HSV(B) | 249.23º | 0.87% | 1% | - |
| XYZ | 20.75 | 9.44 | 94.49 | - |
| YUV | 68.36 | 232.76 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 254 | 0.74 | 0.87 | 0 | 0.00 | 249.23 | 0.99 | 0.56 |
| Hex | 43 | 21 | FE | 4A | 57 | 0 | 0 | F9 | 63 | 38 |
| Octal | 103 | 41 | 376 | 112 | 127 | 0 | 0 | 371 | 143 | 70 |
| Binary | 1000011 | 100001 | 11111110 | 1001010 | 1010111 | 0 | 0 | 11111001 | 1100011 | 111000 |
Color Harmonies of #4321FE
Complementary color
Monochromatic Colors of #4321FE
Black with #4321FE
Text Example
Text Example
White with #4321FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321FE; }
p { color: rgb(67,33,254); }
H1.HeaderClassName
{
color: #4321FE;
}
.AnyTagClassName
{
color: #4321FE;
}
</style>
background-color css
<style>
a { background-color: #4321FE; }
a { background-color: rgb(67,33,254); }
div.DivClassName
{
background-color: #4321FE;
}
.BgClassName
{
background-color: #4321FE;
}
</style>
border-color css
<style>
span { border-color: #4321FE; }
span { border-color: rgb(67,33,254); }
td.TdClassName
{
border-color: #4321FE;
}
.TagClassName
{
border-color: #4321FE;
}
</style>