Shades of Han Purple #6B25EE
Tints of Han Purple #6B25EE
RGB
CMYK
RGB Variations
Color information
#6B25EE (or 0x6B25EE) is known color: Han Purple. HEX triplet: 6B, 25 and EE. RGB value is (107,37,238). Sum of RGB (Red+Green+Blue) = 107+37+238=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B25EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B25EE is #94DA11. Grayscale: #505050. Windows color (decimal): -9755154 or 15607147. OLE color: 15607147.
HSL color Cylindrical-coordinate representation of color #6B25EE: hue angle of 260.9º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B25EE is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 37 | 238 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.07 |
| HSL | 260.9º | 0.86% | 0.54% | - |
| HSV(B) | 260.9º | 0.84% | 0.93% | - |
| XYZ | 22.16 | 10.62 | 81.77 | - |
| YUV | 80.84 | 216.69 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 238 | 0.55 | 0.84 | 0 | 0.07 | 260.9 | 0.86 | 0.54 |
| Hex | 6B | 25 | EE | 37 | 54 | 0 | 7 | 105 | 56 | 36 |
| Octal | 153 | 45 | 356 | 67 | 124 | 0 | 7 | 405 | 126 | 66 |
| Binary | 1101011 | 100101 | 11101110 | 110111 | 1010100 | 0 | 111 | 100000101 | 1010110 | 110110 |
Color Harmonies of #6B25EE
Complementary color
Monochromatic Colors of #6B25EE
Black with #6B25EE
Text Example
Text Example
White with #6B25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B25EE; }
p { color: rgb(107,37,238); }
H1.HeaderClassName
{
color: #6B25EE;
}
.AnyTagClassName
{
color: #6B25EE;
}
</style>
background-color css
<style>
a { background-color: #6B25EE; }
a { background-color: rgb(107,37,238); }
div.DivClassName
{
background-color: #6B25EE;
}
.BgClassName
{
background-color: #6B25EE;
}
</style>
border-color css
<style>
span { border-color: #6B25EE; }
span { border-color: rgb(107,37,238); }
td.TdClassName
{
border-color: #6B25EE;
}
.TagClassName
{
border-color: #6B25EE;
}
</style>