Shades of Han Purple #6320FE
Tints of Han Purple #6320FE
RGB
CMYK
RGB Variations
Color information
#6320FE (or 0x6320FE) is known color: Han Purple. HEX triplet: 63, 20 and FE. RGB value is (99,32,254). Sum of RGB (Red+Green+Blue) = 99+32+254=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #6320FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6320FE is #9CDF01. Grayscale: #4C4C4C. Windows color (decimal): -10280706 or 16654435. OLE color: 16654435.
HSL color Cylindrical-coordinate representation of color #6320FE: hue angle of 258.11º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6320FE is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 32 | 254 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.00 |
| HSL | 258.11º | 0.99% | 0.56% | - |
| HSV(B) | 258.11º | 0.87% | 1% | - |
| XYZ | 23.55 | 10.84 | 94.62 | - |
| YUV | 77.34 | 227.7 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 254 | 0.61 | 0.87 | 0 | 0.00 | 258.11 | 0.99 | 0.56 |
| Hex | 63 | 20 | FE | 3D | 57 | 0 | 0 | 102 | 63 | 38 |
| Octal | 143 | 40 | 376 | 75 | 127 | 0 | 0 | 402 | 143 | 70 |
| Binary | 1100011 | 100000 | 11111110 | 111101 | 1010111 | 0 | 0 | 100000010 | 1100011 | 111000 |
Color Harmonies of #6320FE
Complementary color
Monochromatic Colors of #6320FE
Black with #6320FE
Text Example
Text Example
White with #6320FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6320FE; }
p { color: rgb(99,32,254); }
H1.HeaderClassName
{
color: #6320FE;
}
.AnyTagClassName
{
color: #6320FE;
}
</style>
background-color css
<style>
a { background-color: #6320FE; }
a { background-color: rgb(99,32,254); }
div.DivClassName
{
background-color: #6320FE;
}
.BgClassName
{
background-color: #6320FE;
}
</style>
border-color css
<style>
span { border-color: #6320FE; }
span { border-color: rgb(99,32,254); }
td.TdClassName
{
border-color: #6320FE;
}
.TagClassName
{
border-color: #6320FE;
}
</style>