Shades of Han Purple #6F2BFD
Tints of Han Purple #6F2BFD
RGB
CMYK
RGB Variations
Color information
#6F2BFD (or 0x6F2BFD) is known color: Han Purple. HEX triplet: 6F, 2B and FD. RGB value is (111,43,253). Sum of RGB (Red+Green+Blue) = 111+43+253=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 43 (17.19% from 255 or 10.57% 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 #6F2BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2BFD is #90D402. Grayscale: #565656. Windows color (decimal): -9491459 or 16591727. OLE color: 16591727.
HSL color Cylindrical-coordinate representation of color #6F2BFD: hue angle of 259.43º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F2BFD is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 43 | 253 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.01 |
| HSL | 259.43º | 0.98% | 0.58% | - |
| HSV(B) | 259.43º | 0.83% | 0.99% | - |
| XYZ | 25.15 | 12.2 | 93.96 | - |
| YUV | 87.27 | 221.53 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 43 | 253 | 0.56 | 0.83 | 0 | 0.01 | 259.43 | 0.98 | 0.58 |
| Hex | 6F | 2B | FD | 38 | 53 | 0 | 1 | 103 | 62 | 3A |
| Octal | 157 | 53 | 375 | 70 | 123 | 0 | 1 | 403 | 142 | 72 |
| Binary | 1101111 | 101011 | 11111101 | 111000 | 1010011 | 0 | 1 | 100000011 | 1100010 | 111010 |
Color Harmonies of #6F2BFD
Complementary color
Monochromatic Colors of #6F2BFD
Black with #6F2BFD
Text Example
Text Example
White with #6F2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2BFD; }
p { color: rgb(111,43,253); }
H1.HeaderClassName
{
color: #6F2BFD;
}
.AnyTagClassName
{
color: #6F2BFD;
}
</style>
background-color css
<style>
a { background-color: #6F2BFD; }
a { background-color: rgb(111,43,253); }
div.DivClassName
{
background-color: #6F2BFD;
}
.BgClassName
{
background-color: #6F2BFD;
}
</style>
border-color css
<style>
span { border-color: #6F2BFD; }
span { border-color: rgb(111,43,253); }
td.TdClassName
{
border-color: #6F2BFD;
}
.TagClassName
{
border-color: #6F2BFD;
}
</style>