Shades of Han Purple #6322FC
Tints of Han Purple #6322FC
RGB
CMYK
RGB Variations
Color information
#6322FC (or 0x6322FC) is known color: Han Purple. HEX triplet: 63, 22 and FC. RGB value is (99,34,252). Sum of RGB (Red+Green+Blue) = 99+34+252=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 34 (13.67% from 255 or 8.83% 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 #6322FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6322FC is #9CDD03. Grayscale: #4D4D4D. Windows color (decimal): -10280196 or 16523875. OLE color: 16523875.
HSL color Cylindrical-coordinate representation of color #6322FC: hue angle of 257.89º 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 #6322FC is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 34 | 252 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.01 |
| HSL | 257.89º | 0.97% | 0.56% | - |
| HSV(B) | 257.89º | 0.87% | 0.99% | - |
| XYZ | 23.29 | 10.82 | 92.96 | - |
| YUV | 78.29 | 226.03 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 252 | 0.61 | 0.87 | 0 | 0.01 | 257.89 | 0.97 | 0.56 |
| Hex | 63 | 22 | FC | 3D | 57 | 0 | 1 | 102 | 61 | 38 |
| Octal | 143 | 42 | 374 | 75 | 127 | 0 | 1 | 402 | 141 | 70 |
| Binary | 1100011 | 100010 | 11111100 | 111101 | 1010111 | 0 | 1 | 100000010 | 1100001 | 111000 |
Color Harmonies of #6322FC
Complementary color
Monochromatic Colors of #6322FC
Black with #6322FC
Text Example
Text Example
White with #6322FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6322FC; }
p { color: rgb(99,34,252); }
H1.HeaderClassName
{
color: #6322FC;
}
.AnyTagClassName
{
color: #6322FC;
}
</style>
background-color css
<style>
a { background-color: #6322FC; }
a { background-color: rgb(99,34,252); }
div.DivClassName
{
background-color: #6322FC;
}
.BgClassName
{
background-color: #6322FC;
}
</style>
border-color css
<style>
span { border-color: #6322FC; }
span { border-color: rgb(99,34,252); }
td.TdClassName
{
border-color: #6322FC;
}
.TagClassName
{
border-color: #6322FC;
}
</style>