Shades of Han Purple #6311F0
Tints of Han Purple #6311F0
RGB
CMYK
RGB Variations
Color information
#6311F0 (or 0x6311F0) is known color: Han Purple. HEX triplet: 63, 11 and F0. RGB value is (99,17,240). Sum of RGB (Red+Green+Blue) = 99+17+240=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 240 (94.14% from 255 or 67.42% from 356); Max value from RGB is 240 - color contains mainly: blue. Hex color #6311F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6311F0 is #9CEE0F. Grayscale: #424242. Windows color (decimal): -10284560 or 15733091. OLE color: 15733091.
HSL color Cylindrical-coordinate representation of color #6311F0: hue angle of 262.06º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6311F0 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 17 | 240 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.06 |
| HSL | 262.06º | 0.88% | 0.5% | - |
| HSV(B) | 262.06º | 0.93% | 0.94% | - |
| XYZ | 21.07 | 9.34 | 83.13 | - |
| YUV | 66.94 | 225.67 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 240 | 0.59 | 0.93 | 0 | 0.06 | 262.06 | 0.88 | 0.5 |
| Hex | 63 | 11 | F0 | 3B | 5D | 0 | 6 | 106 | 58 | 32 |
| Octal | 143 | 21 | 360 | 73 | 135 | 0 | 6 | 406 | 130 | 62 |
| Binary | 1100011 | 10001 | 11110000 | 111011 | 1011101 | 0 | 110 | 100000110 | 1011000 | 110010 |
Color Harmonies of #6311F0
Complementary color
Monochromatic Colors of #6311F0
Black with #6311F0
Text Example
Text Example
White with #6311F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6311F0; }
p { color: rgb(99,17,240); }
H1.HeaderClassName
{
color: #6311F0;
}
.AnyTagClassName
{
color: #6311F0;
}
</style>
background-color css
<style>
a { background-color: #6311F0; }
a { background-color: rgb(99,17,240); }
div.DivClassName
{
background-color: #6311F0;
}
.BgClassName
{
background-color: #6311F0;
}
</style>
border-color css
<style>
span { border-color: #6311F0; }
span { border-color: rgb(99,17,240); }
td.TdClassName
{
border-color: #6311F0;
}
.TagClassName
{
border-color: #6311F0;
}
</style>