Shades of Han Purple #6925EF
Tints of Han Purple #6925EF
RGB
CMYK
RGB Variations
Color information
#6925EF (or 0x6925EF) is known color: Han Purple. HEX triplet: 69, 25 and EF. RGB value is (105,37,239). Sum of RGB (Red+Green+Blue) = 105+37+239=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #6925EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6925EF is #96DA10. Grayscale: #4F4F4F. Windows color (decimal): -9886225 or 15672681. OLE color: 15672681.
HSL color Cylindrical-coordinate representation of color #6925EF: hue angle of 260.2º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6925EF is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 37 | 239 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.06 |
| HSL | 260.2º | 0.86% | 0.54% | - |
| HSV(B) | 260.2º | 0.85% | 0.94% | - |
| XYZ | 22.07 | 10.56 | 82.54 | - |
| YUV | 80.36 | 217.53 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 239 | 0.56 | 0.85 | 0 | 0.06 | 260.2 | 0.86 | 0.54 |
| Hex | 69 | 25 | EF | 38 | 55 | 0 | 6 | 104 | 56 | 36 |
| Octal | 151 | 45 | 357 | 70 | 125 | 0 | 6 | 404 | 126 | 66 |
| Binary | 1101001 | 100101 | 11101111 | 111000 | 1010101 | 0 | 110 | 100000100 | 1010110 | 110110 |
Color Harmonies of #6925EF
Complementary color
Monochromatic Colors of #6925EF
Black with #6925EF
Text Example
Text Example
White with #6925EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6925EF; }
p { color: rgb(105,37,239); }
H1.HeaderClassName
{
color: #6925EF;
}
.AnyTagClassName
{
color: #6925EF;
}
</style>
background-color css
<style>
a { background-color: #6925EF; }
a { background-color: rgb(105,37,239); }
div.DivClassName
{
background-color: #6925EF;
}
.BgClassName
{
background-color: #6925EF;
}
</style>
border-color css
<style>
span { border-color: #6925EF; }
span { border-color: rgb(105,37,239); }
td.TdClassName
{
border-color: #6925EF;
}
.TagClassName
{
border-color: #6925EF;
}
</style>