Shades of Han Purple #6B2CEF
Tints of Han Purple #6B2CEF
RGB
CMYK
RGB Variations
Color information
#6B2CEF (or 0x6B2CEF) is known color: Han Purple. HEX triplet: 6B, 2C and EF. RGB value is (107,44,239). Sum of RGB (Red+Green+Blue) = 107+44+239=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B2CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2CEF is #94D310. Grayscale: #545454. Windows color (decimal): -9753361 or 15674475. OLE color: 15674475.
HSL color Cylindrical-coordinate representation of color #6B2CEF: hue angle of 259.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B2CEF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 44 | 239 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.06 |
| HSL | 259.38º | 0.86% | 0.55% | - |
| HSV(B) | 259.38º | 0.82% | 0.94% | - |
| XYZ | 22.54 | 11.16 | 82.63 | - |
| YUV | 85.07 | 214.87 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 239 | 0.55 | 0.82 | 0 | 0.06 | 259.38 | 0.86 | 0.55 |
| Hex | 6B | 2C | EF | 37 | 52 | 0 | 6 | 103 | 56 | 37 |
| Octal | 153 | 54 | 357 | 67 | 122 | 0 | 6 | 403 | 126 | 67 |
| Binary | 1101011 | 101100 | 11101111 | 110111 | 1010010 | 0 | 110 | 100000011 | 1010110 | 110111 |
Color Harmonies of #6B2CEF
Complementary color
Monochromatic Colors of #6B2CEF
Black with #6B2CEF
Text Example
Text Example
White with #6B2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2CEF; }
p { color: rgb(107,44,239); }
H1.HeaderClassName
{
color: #6B2CEF;
}
.AnyTagClassName
{
color: #6B2CEF;
}
</style>
background-color css
<style>
a { background-color: #6B2CEF; }
a { background-color: rgb(107,44,239); }
div.DivClassName
{
background-color: #6B2CEF;
}
.BgClassName
{
background-color: #6B2CEF;
}
</style>
border-color css
<style>
span { border-color: #6B2CEF; }
span { border-color: rgb(107,44,239); }
td.TdClassName
{
border-color: #6B2CEF;
}
.TagClassName
{
border-color: #6B2CEF;
}
</style>