Shades of Han Purple #6731FA
Tints of Han Purple #6731FA
RGB
CMYK
RGB Variations
Color information
#6731FA (or 0x6731FA) is known color: Han Purple. HEX triplet: 67, 31 and FA. RGB value is (103,49,250). Sum of RGB (Red+Green+Blue) = 103+49+250=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #6731FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6731FA is #98CE05. Grayscale: #575757. Windows color (decimal): -10014214 or 16396647. OLE color: 16396647.
HSL color Cylindrical-coordinate representation of color #6731FA: hue angle of 256.12º degrees, saturation: 0.95, 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 #6731FA is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 49 | 250 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.02 |
| HSL | 256.12º | 0.95% | 0.59% | - |
| HSV(B) | 256.12º | 0.8% | 0.98% | - |
| XYZ | 23.95 | 11.98 | 91.49 | - |
| YUV | 88.06 | 219.39 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 250 | 0.59 | 0.80 | 0 | 0.02 | 256.12 | 0.95 | 0.59 |
| Hex | 67 | 31 | FA | 3B | 50 | 0 | 2 | 100 | 5F | 3B |
| Octal | 147 | 61 | 372 | 73 | 120 | 0 | 2 | 400 | 137 | 73 |
| Binary | 1100111 | 110001 | 11111010 | 111011 | 1010000 | 0 | 10 | 100000000 | 1011111 | 111011 |
Color Harmonies of #6731FA
Complementary color
Monochromatic Colors of #6731FA
Black with #6731FA
Text Example
Text Example
White with #6731FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6731FA; }
p { color: rgb(103,49,250); }
H1.HeaderClassName
{
color: #6731FA;
}
.AnyTagClassName
{
color: #6731FA;
}
</style>
background-color css
<style>
a { background-color: #6731FA; }
a { background-color: rgb(103,49,250); }
div.DivClassName
{
background-color: #6731FA;
}
.BgClassName
{
background-color: #6731FA;
}
</style>
border-color css
<style>
span { border-color: #6731FA; }
span { border-color: rgb(103,49,250); }
td.TdClassName
{
border-color: #6731FA;
}
.TagClassName
{
border-color: #6731FA;
}
</style>