Shades of Han Purple #6825FE
Tints of Han Purple #6825FE
RGB
CMYK
RGB Variations
Color information
#6825FE (or 0x6825FE) is known color: Han Purple. HEX triplet: 68, 25 and FE. RGB value is (104,37,254). Sum of RGB (Red+Green+Blue) = 104+37+254=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #6825FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6825FE is #97DA01. Grayscale: #505050. Windows color (decimal): -9951746 or 16655720. OLE color: 16655720.
HSL color Cylindrical-coordinate representation of color #6825FE: hue angle of 258.53º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6825FE is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 37 | 254 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.00 |
| HSL | 258.53º | 0.99% | 0.57% | - |
| HSV(B) | 258.53º | 0.85% | 1% | - |
| XYZ | 24.26 | 11.42 | 94.69 | - |
| YUV | 81.77 | 225.2 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 254 | 0.59 | 0.85 | 0 | 0.00 | 258.53 | 0.99 | 0.57 |
| Hex | 68 | 25 | FE | 3B | 55 | 0 | 0 | 103 | 63 | 39 |
| Octal | 150 | 45 | 376 | 73 | 125 | 0 | 0 | 403 | 143 | 71 |
| Binary | 1101000 | 100101 | 11111110 | 111011 | 1010101 | 0 | 0 | 100000011 | 1100011 | 111001 |
Color Harmonies of #6825FE
Complementary color
Monochromatic Colors of #6825FE
Black with #6825FE
Text Example
Text Example
White with #6825FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6825FE; }
p { color: rgb(104,37,254); }
H1.HeaderClassName
{
color: #6825FE;
}
.AnyTagClassName
{
color: #6825FE;
}
</style>
background-color css
<style>
a { background-color: #6825FE; }
a { background-color: rgb(104,37,254); }
div.DivClassName
{
background-color: #6825FE;
}
.BgClassName
{
background-color: #6825FE;
}
</style>
border-color css
<style>
span { border-color: #6825FE; }
span { border-color: rgb(104,37,254); }
td.TdClassName
{
border-color: #6825FE;
}
.TagClassName
{
border-color: #6825FE;
}
</style>