Shades of Han Purple #6331FB
Tints of Han Purple #6331FB
RGB
CMYK
RGB Variations
Color information
#6331FB (or 0x6331FB) is known color: Han Purple. HEX triplet: 63, 31 and FB. RGB value is (99,49,251). Sum of RGB (Red+Green+Blue) = 99+49+251=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #6331FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6331FB is #9CCE04. Grayscale: #565656. Windows color (decimal): -10276357 or 16462179. OLE color: 16462179.
HSL color Cylindrical-coordinate representation of color #6331FB: hue angle of 254.85º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6331FB is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 49 | 251 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.02 |
| HSL | 254.85º | 0.96% | 0.59% | - |
| HSV(B) | 254.85º | 0.8% | 0.98% | - |
| XYZ | 23.66 | 11.81 | 92.3 | - |
| YUV | 86.98 | 220.57 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 251 | 0.61 | 0.80 | 0 | 0.02 | 254.85 | 0.96 | 0.59 |
| Hex | 63 | 31 | FB | 3D | 50 | 0 | 2 | FF | 60 | 3B |
| Octal | 143 | 61 | 373 | 75 | 120 | 0 | 2 | 377 | 140 | 73 |
| Binary | 1100011 | 110001 | 11111011 | 111101 | 1010000 | 0 | 10 | 11111111 | 1100000 | 111011 |
Color Harmonies of #6331FB
Complementary color
Monochromatic Colors of #6331FB
Black with #6331FB
Text Example
Text Example
White with #6331FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6331FB; }
p { color: rgb(99,49,251); }
H1.HeaderClassName
{
color: #6331FB;
}
.AnyTagClassName
{
color: #6331FB;
}
</style>
background-color css
<style>
a { background-color: #6331FB; }
a { background-color: rgb(99,49,251); }
div.DivClassName
{
background-color: #6331FB;
}
.BgClassName
{
background-color: #6331FB;
}
</style>
border-color css
<style>
span { border-color: #6331FB; }
span { border-color: rgb(99,49,251); }
td.TdClassName
{
border-color: #6331FB;
}
.TagClassName
{
border-color: #6331FB;
}
</style>