Shades of Han Purple #6931FD
Tints of Han Purple #6931FD
RGB
CMYK
RGB Variations
Color information
#6931FD (or 0x6931FD) is known color: Han Purple. HEX triplet: 69, 31 and FD. RGB value is (105,49,253). Sum of RGB (Red+Green+Blue) = 105+49+253=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #6931FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6931FD is #96CE02. Grayscale: #585858. Windows color (decimal): -9883139 or 16593257. OLE color: 16593257.
HSL color Cylindrical-coordinate representation of color #6931FD: hue angle of 256.47º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6931FD is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 49 | 253 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.01 |
| HSL | 256.47º | 0.98% | 0.59% | - |
| HSV(B) | 256.47º | 0.81% | 0.99% | - |
| XYZ | 24.65 | 12.29 | 94 | - |
| YUV | 89 | 220.55 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 253 | 0.58 | 0.81 | 0 | 0.01 | 256.47 | 0.98 | 0.59 |
| Hex | 69 | 31 | FD | 3A | 51 | 0 | 1 | 100 | 62 | 3B |
| Octal | 151 | 61 | 375 | 72 | 121 | 0 | 1 | 400 | 142 | 73 |
| Binary | 1101001 | 110001 | 11111101 | 111010 | 1010001 | 0 | 1 | 100000000 | 1100010 | 111011 |
Color Harmonies of #6931FD
Complementary color
Monochromatic Colors of #6931FD
Black with #6931FD
Text Example
Text Example
White with #6931FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931FD; }
p { color: rgb(105,49,253); }
H1.HeaderClassName
{
color: #6931FD;
}
.AnyTagClassName
{
color: #6931FD;
}
</style>
background-color css
<style>
a { background-color: #6931FD; }
a { background-color: rgb(105,49,253); }
div.DivClassName
{
background-color: #6931FD;
}
.BgClassName
{
background-color: #6931FD;
}
</style>
border-color css
<style>
span { border-color: #6931FD; }
span { border-color: rgb(105,49,253); }
td.TdClassName
{
border-color: #6931FD;
}
.TagClassName
{
border-color: #6931FD;
}
</style>