Shades of Han Purple #6931F3
Tints of Han Purple #6931F3
RGB
CMYK
RGB Variations
Color information
#6931F3 (or 0x6931F3) is known color: Han Purple. HEX triplet: 69, 31 and F3. RGB value is (105,49,243). Sum of RGB (Red+Green+Blue) = 105+49+243=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 243 (95.31% from 255 or 61.21% from 397); Max value from RGB is 243 - color contains mainly: blue. Hex color #6931F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6931F3 is #96CE0C. Grayscale: #575757. Windows color (decimal): -9883149 or 15937897. OLE color: 15937897.
HSL color Cylindrical-coordinate representation of color #6931F3: hue angle of 257.32º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6931F3 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 49 | 243 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.05 |
| HSL | 257.32º | 0.89% | 0.57% | - |
| HSV(B) | 257.32º | 0.8% | 0.95% | - |
| XYZ | 23.1 | 11.67 | 85.83 | - |
| YUV | 87.86 | 215.55 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 243 | 0.57 | 0.80 | 0 | 0.05 | 257.32 | 0.89 | 0.57 |
| Hex | 69 | 31 | F3 | 39 | 50 | 0 | 5 | 101 | 59 | 39 |
| Octal | 151 | 61 | 363 | 71 | 120 | 0 | 5 | 401 | 131 | 71 |
| Binary | 1101001 | 110001 | 11110011 | 111001 | 1010000 | 0 | 101 | 100000001 | 1011001 | 111001 |
Color Harmonies of #6931F3
Complementary color
Monochromatic Colors of #6931F3
Black with #6931F3
Text Example
Text Example
White with #6931F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931F3; }
p { color: rgb(105,49,243); }
H1.HeaderClassName
{
color: #6931F3;
}
.AnyTagClassName
{
color: #6931F3;
}
</style>
background-color css
<style>
a { background-color: #6931F3; }
a { background-color: rgb(105,49,243); }
div.DivClassName
{
background-color: #6931F3;
}
.BgClassName
{
background-color: #6931F3;
}
</style>
border-color css
<style>
span { border-color: #6931F3; }
span { border-color: rgb(105,49,243); }
td.TdClassName
{
border-color: #6931F3;
}
.TagClassName
{
border-color: #6931F3;
}
</style>