Shades of Han Purple #6825F7
Tints of Han Purple #6825F7
RGB
CMYK
RGB Variations
Color information
#6825F7 (or 0x6825F7) is known color: Han Purple. HEX triplet: 68, 25 and F7. RGB value is (104,37,247). Sum of RGB (Red+Green+Blue) = 104+37+247=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 247 (96.88% from 255 or 63.66% from 388); Max value from RGB is 247 - color contains mainly: blue. Hex color #6825F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6825F7 is #97DA08. Grayscale: #505050. Windows color (decimal): -9951753 or 16196968. OLE color: 16196968.
HSL color Cylindrical-coordinate representation of color #6825F7: hue angle of 259.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6825F7 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 37 | 247 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.03 |
| HSL | 259.14º | 0.93% | 0.56% | - |
| HSV(B) | 259.14º | 0.85% | 0.97% | - |
| XYZ | 23.16 | 10.98 | 88.89 | - |
| YUV | 80.97 | 221.7 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 247 | 0.58 | 0.85 | 0 | 0.03 | 259.14 | 0.93 | 0.56 |
| Hex | 68 | 25 | F7 | 3A | 55 | 0 | 3 | 103 | 5D | 38 |
| Octal | 150 | 45 | 367 | 72 | 125 | 0 | 3 | 403 | 135 | 70 |
| Binary | 1101000 | 100101 | 11110111 | 111010 | 1010101 | 0 | 11 | 100000011 | 1011101 | 111000 |
Color Harmonies of #6825F7
Complementary color
Monochromatic Colors of #6825F7
Black with #6825F7
Text Example
Text Example
White with #6825F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6825F7; }
p { color: rgb(104,37,247); }
H1.HeaderClassName
{
color: #6825F7;
}
.AnyTagClassName
{
color: #6825F7;
}
</style>
background-color css
<style>
a { background-color: #6825F7; }
a { background-color: rgb(104,37,247); }
div.DivClassName
{
background-color: #6825F7;
}
.BgClassName
{
background-color: #6825F7;
}
</style>
border-color css
<style>
span { border-color: #6825F7; }
span { border-color: rgb(104,37,247); }
td.TdClassName
{
border-color: #6825F7;
}
.TagClassName
{
border-color: #6825F7;
}
</style>