Shades of Han Purple #6B25E9
Tints of Han Purple #6B25E9
RGB
CMYK
RGB Variations
Color information
#6B25E9 (or 0x6B25E9) is known color: Han Purple. HEX triplet: 6B, 25 and E9. RGB value is (107,37,233). Sum of RGB (Red+Green+Blue) = 107+37+233=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 233 (91.41% from 255 or 61.80% from 377); Max value from RGB is 233 - color contains mainly: blue. Hex color #6B25E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B25E9 is #94DA16. Grayscale: #4F4F4F. Windows color (decimal): -9755159 or 15279467. OLE color: 15279467.
HSL color Cylindrical-coordinate representation of color #6B25E9: hue angle of 261.43º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B25E9 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 37 | 233 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.09 |
| HSL | 261.43º | 0.82% | 0.53% | - |
| HSV(B) | 261.43º | 0.84% | 0.91% | - |
| XYZ | 21.43 | 10.33 | 77.96 | - |
| YUV | 80.27 | 214.19 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 233 | 0.54 | 0.84 | 0 | 0.09 | 261.43 | 0.82 | 0.53 |
| Hex | 6B | 25 | E9 | 36 | 54 | 0 | 9 | 105 | 52 | 35 |
| Octal | 153 | 45 | 351 | 66 | 124 | 0 | 11 | 405 | 122 | 65 |
| Binary | 1101011 | 100101 | 11101001 | 110110 | 1010100 | 0 | 1001 | 100000101 | 1010010 | 110101 |
Color Harmonies of #6B25E9
Complementary color
Monochromatic Colors of #6B25E9
Black with #6B25E9
Text Example
Text Example
White with #6B25E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B25E9; }
p { color: rgb(107,37,233); }
H1.HeaderClassName
{
color: #6B25E9;
}
.AnyTagClassName
{
color: #6B25E9;
}
</style>
background-color css
<style>
a { background-color: #6B25E9; }
a { background-color: rgb(107,37,233); }
div.DivClassName
{
background-color: #6B25E9;
}
.BgClassName
{
background-color: #6B25E9;
}
</style>
border-color css
<style>
span { border-color: #6B25E9; }
span { border-color: rgb(107,37,233); }
td.TdClassName
{
border-color: #6B25E9;
}
.TagClassName
{
border-color: #6B25E9;
}
</style>