Shades of Han Purple #6320F1
Tints of Han Purple #6320F1
RGB
CMYK
RGB Variations
Color information
#6320F1 (or 0x6320F1) is known color: Han Purple. HEX triplet: 63, 20 and F1. RGB value is (99,32,241). Sum of RGB (Red+Green+Blue) = 99+32+241=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #6320F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6320F1 is #9CDF0E. Grayscale: #4B4B4B. Windows color (decimal): -10280719 or 15802467. OLE color: 15802467.
HSL color Cylindrical-coordinate representation of color #6320F1: hue angle of 259.23º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6320F1 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 32 | 241 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.05 |
| HSL | 259.23º | 0.88% | 0.54% | - |
| HSV(B) | 259.23º | 0.87% | 0.95% | - |
| XYZ | 21.54 | 10.04 | 84.02 | - |
| YUV | 75.86 | 221.2 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 241 | 0.59 | 0.87 | 0 | 0.05 | 259.23 | 0.88 | 0.54 |
| Hex | 63 | 20 | F1 | 3B | 57 | 0 | 5 | 103 | 58 | 36 |
| Octal | 143 | 40 | 361 | 73 | 127 | 0 | 5 | 403 | 130 | 66 |
| Binary | 1100011 | 100000 | 11110001 | 111011 | 1010111 | 0 | 101 | 100000011 | 1011000 | 110110 |
Color Harmonies of #6320F1
Complementary color
Monochromatic Colors of #6320F1
Black with #6320F1
Text Example
Text Example
White with #6320F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6320F1; }
p { color: rgb(99,32,241); }
H1.HeaderClassName
{
color: #6320F1;
}
.AnyTagClassName
{
color: #6320F1;
}
</style>
background-color css
<style>
a { background-color: #6320F1; }
a { background-color: rgb(99,32,241); }
div.DivClassName
{
background-color: #6320F1;
}
.BgClassName
{
background-color: #6320F1;
}
</style>
border-color css
<style>
span { border-color: #6320F1; }
span { border-color: rgb(99,32,241); }
td.TdClassName
{
border-color: #6320F1;
}
.TagClassName
{
border-color: #6320F1;
}
</style>