Shades of Han Purple #6421FC
Tints of Han Purple #6421FC
RGB
CMYK
RGB Variations
Color information
#6421FC (or 0x6421FC) is known color: Han Purple. HEX triplet: 64, 21 and FC. RGB value is (100,33,252). Sum of RGB (Red+Green+Blue) = 100+33+252=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #6421FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6421FC is #9BDE03. Grayscale: #4D4D4D. Windows color (decimal): -10214916 or 16523620. OLE color: 16523620.
HSL color Cylindrical-coordinate representation of color #6421FC: hue angle of 258.36º degrees, saturation: 0.97, 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 #6421FC is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 33 | 252 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.01 |
| HSL | 258.36º | 0.97% | 0.56% | - |
| HSV(B) | 258.36º | 0.87% | 0.99% | - |
| XYZ | 23.37 | 10.83 | 92.95 | - |
| YUV | 78 | 226.2 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 252 | 0.60 | 0.87 | 0 | 0.01 | 258.36 | 0.97 | 0.56 |
| Hex | 64 | 21 | FC | 3C | 57 | 0 | 1 | 102 | 61 | 38 |
| Octal | 144 | 41 | 374 | 74 | 127 | 0 | 1 | 402 | 141 | 70 |
| Binary | 1100100 | 100001 | 11111100 | 111100 | 1010111 | 0 | 1 | 100000010 | 1100001 | 111000 |
Color Harmonies of #6421FC
Complementary color
Monochromatic Colors of #6421FC
Black with #6421FC
Text Example
Text Example
White with #6421FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6421FC; }
p { color: rgb(100,33,252); }
H1.HeaderClassName
{
color: #6421FC;
}
.AnyTagClassName
{
color: #6421FC;
}
</style>
background-color css
<style>
a { background-color: #6421FC; }
a { background-color: rgb(100,33,252); }
div.DivClassName
{
background-color: #6421FC;
}
.BgClassName
{
background-color: #6421FC;
}
</style>
border-color css
<style>
span { border-color: #6421FC; }
span { border-color: rgb(100,33,252); }
td.TdClassName
{
border-color: #6421FC;
}
.TagClassName
{
border-color: #6421FC;
}
</style>