Shades of Han Purple #6B2CED
Tints of Han Purple #6B2CED
RGB
CMYK
RGB Variations
Color information
#6B2CED (or 0x6B2CED) is known color: Han Purple. HEX triplet: 6B, 2C and ED. RGB value is (107,44,237). Sum of RGB (Red+Green+Blue) = 107+44+237=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B2CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2CED is #94D312. Grayscale: #545454. Windows color (decimal): -9753363 or 15543403. OLE color: 15543403.
HSL color Cylindrical-coordinate representation of color #6B2CED: hue angle of 259.59º degrees, saturation: 0.84, 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 #6B2CED is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 44 | 237 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.07 |
| HSL | 259.59º | 0.84% | 0.55% | - |
| HSV(B) | 259.59º | 0.81% | 0.93% | - |
| XYZ | 22.25 | 11.04 | 81.08 | - |
| YUV | 84.84 | 213.87 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 237 | 0.55 | 0.81 | 0 | 0.07 | 259.59 | 0.84 | 0.55 |
| Hex | 6B | 2C | ED | 37 | 51 | 0 | 7 | 104 | 54 | 37 |
| Octal | 153 | 54 | 355 | 67 | 121 | 0 | 7 | 404 | 124 | 67 |
| Binary | 1101011 | 101100 | 11101101 | 110111 | 1010001 | 0 | 111 | 100000100 | 1010100 | 110111 |
Color Harmonies of #6B2CED
Complementary color
Monochromatic Colors of #6B2CED
Black with #6B2CED
Text Example
Text Example
White with #6B2CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2CED; }
p { color: rgb(107,44,237); }
H1.HeaderClassName
{
color: #6B2CED;
}
.AnyTagClassName
{
color: #6B2CED;
}
</style>
background-color css
<style>
a { background-color: #6B2CED; }
a { background-color: rgb(107,44,237); }
div.DivClassName
{
background-color: #6B2CED;
}
.BgClassName
{
background-color: #6B2CED;
}
</style>
border-color css
<style>
span { border-color: #6B2CED; }
span { border-color: rgb(107,44,237); }
td.TdClassName
{
border-color: #6B2CED;
}
.TagClassName
{
border-color: #6B2CED;
}
</style>