Shades of Han Purple #6321FF
Tints of Han Purple #6321FF
RGB
CMYK
RGB Variations
Color information
#6321FF (or 0x6321FF) is known color: Han Purple. HEX triplet: 63, 21 and FF. RGB value is (99,33,255). Sum of RGB (Red+Green+Blue) = 99+33+255=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #6321FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6321FF is #9CDE00. Grayscale: #4D4D4D. Windows color (decimal): -10280449 or 16720227. OLE color: 16720227.
HSL color Cylindrical-coordinate representation of color #6321FF: hue angle of 257.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6321FF is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 33 | 255 | - |
| CMYK | 0.61 | 0.87 | 0 | 0 |
| HSL | 257.84º | 1% | 0.56% | - |
| HSV(B) | 257.84º | 0.87% | 1% | - |
| XYZ | 23.74 | 10.96 | 95.47 | - |
| YUV | 78.04 | 227.87 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 255 | 0.61 | 0.87 | 0 | 0 | 257.84 | 1 | 0.56 |
| Hex | 63 | 21 | FF | 3D | 57 | 0 | 0 | 102 | 64 | 38 |
| Octal | 143 | 41 | 377 | 75 | 127 | 0 | 0 | 402 | 144 | 70 |
| Binary | 1100011 | 100001 | 11111111 | 111101 | 1010111 | 0 | 0 | 100000010 | 1100100 | 111000 |
Color Harmonies of #6321FF
Complementary color
Monochromatic Colors of #6321FF
Black with #6321FF
Text Example
Text Example
White with #6321FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6321FF; }
p { color: rgb(99,33,255); }
H1.HeaderClassName
{
color: #6321FF;
}
.AnyTagClassName
{
color: #6321FF;
}
</style>
background-color css
<style>
a { background-color: #6321FF; }
a { background-color: rgb(99,33,255); }
div.DivClassName
{
background-color: #6321FF;
}
.BgClassName
{
background-color: #6321FF;
}
</style>
border-color css
<style>
span { border-color: #6321FF; }
span { border-color: rgb(99,33,255); }
td.TdClassName
{
border-color: #6321FF;
}
.TagClassName
{
border-color: #6321FF;
}
</style>