Shades of Han Purple #6F31FD
Tints of Han Purple #6F31FD
RGB
CMYK
RGB Variations
Color information
#6F31FD (or 0x6F31FD) is known color: Han Purple. HEX triplet: 6F, 31 and FD. RGB value is (111,49,253). Sum of RGB (Red+Green+Blue) = 111+49+253=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F31FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F31FD is #90CE02. Grayscale: #5A5A5A. Windows color (decimal): -9489923 or 16593263. OLE color: 16593263.
HSL color Cylindrical-coordinate representation of color #6F31FD: hue angle of 258.24º 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 #6F31FD is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 49 | 253 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.01 |
| HSL | 258.24º | 0.98% | 0.59% | - |
| HSV(B) | 258.24º | 0.81% | 0.99% | - |
| XYZ | 25.38 | 12.67 | 94.04 | - |
| YUV | 90.79 | 219.54 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 253 | 0.56 | 0.81 | 0 | 0.01 | 258.24 | 0.98 | 0.59 |
| Hex | 6F | 31 | FD | 38 | 51 | 0 | 1 | 102 | 62 | 3B |
| Octal | 157 | 61 | 375 | 70 | 121 | 0 | 1 | 402 | 142 | 73 |
| Binary | 1101111 | 110001 | 11111101 | 111000 | 1010001 | 0 | 1 | 100000010 | 1100010 | 111011 |
Color Harmonies of #6F31FD
Complementary color
Monochromatic Colors of #6F31FD
Black with #6F31FD
Text Example
Text Example
White with #6F31FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F31FD; }
p { color: rgb(111,49,253); }
H1.HeaderClassName
{
color: #6F31FD;
}
.AnyTagClassName
{
color: #6F31FD;
}
</style>
background-color css
<style>
a { background-color: #6F31FD; }
a { background-color: rgb(111,49,253); }
div.DivClassName
{
background-color: #6F31FD;
}
.BgClassName
{
background-color: #6F31FD;
}
</style>
border-color css
<style>
span { border-color: #6F31FD; }
span { border-color: rgb(111,49,253); }
td.TdClassName
{
border-color: #6F31FD;
}
.TagClassName
{
border-color: #6F31FD;
}
</style>