Shades of Han Purple #6B2AF0
Tints of Han Purple #6B2AF0
RGB
CMYK
RGB Variations
Color information
#6B2AF0 (or 0x6B2AF0) is known color: Han Purple. HEX triplet: 6B, 2A and F0. RGB value is (107,42,240). Sum of RGB (Red+Green+Blue) = 107+42+240=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 240 (94.14% from 255 or 61.70% from 389); Max value from RGB is 240 - color contains mainly: blue. Hex color #6B2AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2AF0 is #94D50F. Grayscale: #535353. Windows color (decimal): -9753872 or 15739499. OLE color: 15739499.
HSL color Cylindrical-coordinate representation of color #6B2AF0: hue angle of 259.7º degrees, saturation: 0.87, 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 #6B2AF0 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 42 | 240 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.06 |
| HSL | 259.7º | 0.87% | 0.55% | - |
| HSV(B) | 259.7º | 0.83% | 0.94% | - |
| XYZ | 22.62 | 11.07 | 83.38 | - |
| YUV | 84.01 | 216.03 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 42 | 240 | 0.55 | 0.82 | 0 | 0.06 | 259.7 | 0.87 | 0.55 |
| Hex | 6B | 2A | F0 | 37 | 52 | 0 | 6 | 104 | 57 | 37 |
| Octal | 153 | 52 | 360 | 67 | 122 | 0 | 6 | 404 | 127 | 67 |
| Binary | 1101011 | 101010 | 11110000 | 110111 | 1010010 | 0 | 110 | 100000100 | 1010111 | 110111 |
Color Harmonies of #6B2AF0
Complementary color
Monochromatic Colors of #6B2AF0
Black with #6B2AF0
Text Example
Text Example
White with #6B2AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2AF0; }
p { color: rgb(107,42,240); }
H1.HeaderClassName
{
color: #6B2AF0;
}
.AnyTagClassName
{
color: #6B2AF0;
}
</style>
background-color css
<style>
a { background-color: #6B2AF0; }
a { background-color: rgb(107,42,240); }
div.DivClassName
{
background-color: #6B2AF0;
}
.BgClassName
{
background-color: #6B2AF0;
}
</style>
border-color css
<style>
span { border-color: #6B2AF0; }
span { border-color: rgb(107,42,240); }
td.TdClassName
{
border-color: #6B2AF0;
}
.TagClassName
{
border-color: #6B2AF0;
}
</style>