Shades of Han Purple #6B1AFD
Tints of Han Purple #6B1AFD
RGB
CMYK
RGB Variations
Color information
#6B1AFD (or 0x6B1AFD) is known color: Han Purple. HEX triplet: 6B, 1A and FD. RGB value is (107,26,253). Sum of RGB (Red+Green+Blue) = 107+26+253=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B1AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1AFD is #94E502. Grayscale: #4B4B4B. Windows color (decimal): -9757955 or 16587371. OLE color: 16587371.
HSL color Cylindrical-coordinate representation of color #6B1AFD: hue angle of 261.41º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B1AFD is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 26 | 253 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.01 |
| HSL | 261.41º | 0.98% | 0.55% | - |
| HSV(B) | 261.41º | 0.9% | 0.99% | - |
| XYZ | 24.16 | 10.96 | 93.77 | - |
| YUV | 76.1 | 227.84 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 26 | 253 | 0.58 | 0.90 | 0 | 0.01 | 261.41 | 0.98 | 0.55 |
| Hex | 6B | 1A | FD | 3A | 5A | 0 | 1 | 105 | 62 | 37 |
| Octal | 153 | 32 | 375 | 72 | 132 | 0 | 1 | 405 | 142 | 67 |
| Binary | 1101011 | 11010 | 11111101 | 111010 | 1011010 | 0 | 1 | 100000101 | 1100010 | 110111 |
Color Harmonies of #6B1AFD
Complementary color
Monochromatic Colors of #6B1AFD
Black with #6B1AFD
Text Example
Text Example
White with #6B1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1AFD; }
p { color: rgb(107,26,253); }
H1.HeaderClassName
{
color: #6B1AFD;
}
.AnyTagClassName
{
color: #6B1AFD;
}
</style>
background-color css
<style>
a { background-color: #6B1AFD; }
a { background-color: rgb(107,26,253); }
div.DivClassName
{
background-color: #6B1AFD;
}
.BgClassName
{
background-color: #6B1AFD;
}
</style>
border-color css
<style>
span { border-color: #6B1AFD; }
span { border-color: rgb(107,26,253); }
td.TdClassName
{
border-color: #6B1AFD;
}
.TagClassName
{
border-color: #6B1AFD;
}
</style>