Shades of Han Purple #6B2CEC
Tints of Han Purple #6B2CEC
RGB
CMYK
RGB Variations
Color information
#6B2CEC (or 0x6B2CEC) is known color: Han Purple. HEX triplet: 6B, 2C and EC. RGB value is (107,44,236). Sum of RGB (Red+Green+Blue) = 107+44+236=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B2CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2CEC is #94D313. Grayscale: #545454. Windows color (decimal): -9753364 or 15477867. OLE color: 15477867.
HSL color Cylindrical-coordinate representation of color #6B2CEC: hue angle of 259.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B2CEC is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 44 | 236 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.07 |
| HSL | 259.69º | 0.83% | 0.55% | - |
| HSV(B) | 259.69º | 0.81% | 0.93% | - |
| XYZ | 22.1 | 10.98 | 80.31 | - |
| YUV | 84.73 | 213.37 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 236 | 0.55 | 0.81 | 0 | 0.07 | 259.69 | 0.83 | 0.55 |
| Hex | 6B | 2C | EC | 37 | 51 | 0 | 7 | 104 | 53 | 37 |
| Octal | 153 | 54 | 354 | 67 | 121 | 0 | 7 | 404 | 123 | 67 |
| Binary | 1101011 | 101100 | 11101100 | 110111 | 1010001 | 0 | 111 | 100000100 | 1010011 | 110111 |
Color Harmonies of #6B2CEC
Complementary color
Monochromatic Colors of #6B2CEC
Black with #6B2CEC
Text Example
Text Example
White with #6B2CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2CEC; }
p { color: rgb(107,44,236); }
H1.HeaderClassName
{
color: #6B2CEC;
}
.AnyTagClassName
{
color: #6B2CEC;
}
</style>
background-color css
<style>
a { background-color: #6B2CEC; }
a { background-color: rgb(107,44,236); }
div.DivClassName
{
background-color: #6B2CEC;
}
.BgClassName
{
background-color: #6B2CEC;
}
</style>
border-color css
<style>
span { border-color: #6B2CEC; }
span { border-color: rgb(107,44,236); }
td.TdClassName
{
border-color: #6B2CEC;
}
.TagClassName
{
border-color: #6B2CEC;
}
</style>