Shades of Han Purple #631AF4
Tints of Han Purple #631AF4
RGB
CMYK
RGB Variations
Color information
#631AF4 (or 0x631AF4) is known color: Han Purple. HEX triplet: 63, 1A and F4. RGB value is (99,26,244). Sum of RGB (Red+Green+Blue) = 99+26+244=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 244 (95.70% from 255 or 66.12% from 369); Max value from RGB is 244 - color contains mainly: blue. Hex color #631AF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631AF4 is #9CE50B. Grayscale: #474747. Windows color (decimal): -10282252 or 15997539. OLE color: 15997539.
HSL color Cylindrical-coordinate representation of color #631AF4: hue angle of 260.09º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631AF4 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 26 | 244 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.04 |
| HSL | 260.09º | 0.91% | 0.53% | - |
| HSV(B) | 260.09º | 0.89% | 0.96% | - |
| XYZ | 21.84 | 9.92 | 86.35 | - |
| YUV | 72.68 | 224.68 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 244 | 0.59 | 0.89 | 0 | 0.04 | 260.09 | 0.91 | 0.53 |
| Hex | 63 | 1A | F4 | 3B | 59 | 0 | 4 | 104 | 5B | 35 |
| Octal | 143 | 32 | 364 | 73 | 131 | 0 | 4 | 404 | 133 | 65 |
| Binary | 1100011 | 11010 | 11110100 | 111011 | 1011001 | 0 | 100 | 100000100 | 1011011 | 110101 |
Color Harmonies of #631AF4
Complementary color
Monochromatic Colors of #631AF4
Black with #631AF4
Text Example
Text Example
White with #631AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631AF4; }
p { color: rgb(99,26,244); }
H1.HeaderClassName
{
color: #631AF4;
}
.AnyTagClassName
{
color: #631AF4;
}
</style>
background-color css
<style>
a { background-color: #631AF4; }
a { background-color: rgb(99,26,244); }
div.DivClassName
{
background-color: #631AF4;
}
.BgClassName
{
background-color: #631AF4;
}
</style>
border-color css
<style>
span { border-color: #631AF4; }
span { border-color: rgb(99,26,244); }
td.TdClassName
{
border-color: #631AF4;
}
.TagClassName
{
border-color: #631AF4;
}
</style>