Shades of Han Purple #4321FD
Tints of Han Purple #4321FD
RGB
CMYK
RGB Variations
Color information
#4321FD (or 0x4321FD) is known color: Han Purple. HEX triplet: 43, 21 and FD. RGB value is (67,33,253). Sum of RGB (Red+Green+Blue) = 67+33+253=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #4321FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4321FD is #BCDE02. Grayscale: #434343. Windows color (decimal): -12377603 or 16589123. OLE color: 16589123.
HSL color Cylindrical-coordinate representation of color #4321FD: hue angle of 249.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4321FD is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 33 | 253 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.01 |
| HSL | 249.27º | 0.98% | 0.56% | - |
| HSV(B) | 249.27º | 0.87% | 0.99% | - |
| XYZ | 20.59 | 9.37 | 93.65 | - |
| YUV | 68.25 | 232.26 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 253 | 0.74 | 0.87 | 0 | 0.01 | 249.27 | 0.98 | 0.56 |
| Hex | 43 | 21 | FD | 4A | 57 | 0 | 1 | F9 | 62 | 38 |
| Octal | 103 | 41 | 375 | 112 | 127 | 0 | 1 | 371 | 142 | 70 |
| Binary | 1000011 | 100001 | 11111101 | 1001010 | 1010111 | 0 | 1 | 11111001 | 1100010 | 111000 |
Color Harmonies of #4321FD
Complementary color
Monochromatic Colors of #4321FD
Black with #4321FD
Text Example
Text Example
White with #4321FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321FD; }
p { color: rgb(67,33,253); }
H1.HeaderClassName
{
color: #4321FD;
}
.AnyTagClassName
{
color: #4321FD;
}
</style>
background-color css
<style>
a { background-color: #4321FD; }
a { background-color: rgb(67,33,253); }
div.DivClassName
{
background-color: #4321FD;
}
.BgClassName
{
background-color: #4321FD;
}
</style>
border-color css
<style>
span { border-color: #4321FD; }
span { border-color: rgb(67,33,253); }
td.TdClassName
{
border-color: #4321FD;
}
.TagClassName
{
border-color: #4321FD;
}
</style>