Shades of Han Purple #6314FB
Tints of Han Purple #6314FB
RGB
CMYK
RGB Variations
Color information
#6314FB (or 0x6314FB) is known color: Han Purple. HEX triplet: 63, 14 and FB. RGB value is (99,20,251). Sum of RGB (Red+Green+Blue) = 99+20+251=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #6314FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6314FB is #9CEB04. Grayscale: #454545. Windows color (decimal): -10283781 or 16454755. OLE color: 16454755.
HSL color Cylindrical-coordinate representation of color #6314FB: hue angle of 260.52º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6314FB is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 20 | 251 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.02 |
| HSL | 260.52º | 0.97% | 0.53% | - |
| HSV(B) | 260.52º | 0.92% | 0.98% | - |
| XYZ | 22.81 | 10.12 | 92.02 | - |
| YUV | 69.96 | 230.17 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 251 | 0.61 | 0.92 | 0 | 0.02 | 260.52 | 0.97 | 0.53 |
| Hex | 63 | 14 | FB | 3D | 5C | 0 | 2 | 105 | 61 | 35 |
| Octal | 143 | 24 | 373 | 75 | 134 | 0 | 2 | 405 | 141 | 65 |
| Binary | 1100011 | 10100 | 11111011 | 111101 | 1011100 | 0 | 10 | 100000101 | 1100001 | 110101 |
Color Harmonies of #6314FB
Complementary color
Monochromatic Colors of #6314FB
Black with #6314FB
Text Example
Text Example
White with #6314FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6314FB; }
p { color: rgb(99,20,251); }
H1.HeaderClassName
{
color: #6314FB;
}
.AnyTagClassName
{
color: #6314FB;
}
</style>
background-color css
<style>
a { background-color: #6314FB; }
a { background-color: rgb(99,20,251); }
div.DivClassName
{
background-color: #6314FB;
}
.BgClassName
{
background-color: #6314FB;
}
</style>
border-color css
<style>
span { border-color: #6314FB; }
span { border-color: rgb(99,20,251); }
td.TdClassName
{
border-color: #6314FB;
}
.TagClassName
{
border-color: #6314FB;
}
</style>