Shades of Han Purple #6B2CFE
Tints of Han Purple #6B2CFE
RGB
CMYK
RGB Variations
Color information
#6B2CFE (or 0x6B2CFE) is known color: Han Purple. HEX triplet: 6B, 2C and FE. RGB value is (107,44,254). Sum of RGB (Red+Green+Blue) = 107+44+254=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B2CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2CFE is #94D301. Grayscale: #565656. Windows color (decimal): -9753346 or 16657515. OLE color: 16657515.
HSL color Cylindrical-coordinate representation of color #6B2CFE: hue angle of 258º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B2CFE is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 44 | 254 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.00 |
| HSL | 258º | 0.99% | 0.58% | - |
| HSV(B) | 258º | 0.83% | 1% | - |
| XYZ | 24.85 | 12.08 | 94.79 | - |
| YUV | 86.78 | 222.37 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 254 | 0.58 | 0.83 | 0 | 0.00 | 258 | 0.99 | 0.58 |
| Hex | 6B | 2C | FE | 3A | 53 | 0 | 0 | 102 | 63 | 3A |
| Octal | 153 | 54 | 376 | 72 | 123 | 0 | 0 | 402 | 143 | 72 |
| Binary | 1101011 | 101100 | 11111110 | 111010 | 1010011 | 0 | 0 | 100000010 | 1100011 | 111010 |
Color Harmonies of #6B2CFE
Complementary color
Monochromatic Colors of #6B2CFE
Black with #6B2CFE
Text Example
Text Example
White with #6B2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2CFE; }
p { color: rgb(107,44,254); }
H1.HeaderClassName
{
color: #6B2CFE;
}
.AnyTagClassName
{
color: #6B2CFE;
}
</style>
background-color css
<style>
a { background-color: #6B2CFE; }
a { background-color: rgb(107,44,254); }
div.DivClassName
{
background-color: #6B2CFE;
}
.BgClassName
{
background-color: #6B2CFE;
}
</style>
border-color css
<style>
span { border-color: #6B2CFE; }
span { border-color: rgb(107,44,254); }
td.TdClassName
{
border-color: #6B2CFE;
}
.TagClassName
{
border-color: #6B2CFE;
}
</style>