Shades of Han Purple #682DFF
Tints of Han Purple #682DFF
RGB
CMYK
RGB Variations
Color information
#682DFF (or 0x682DFF) is known color: Han Purple. HEX triplet: 68, 2D and FF. RGB value is (104,45,255). Sum of RGB (Red+Green+Blue) = 104+45+255=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #682DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682DFF is #97D200. Grayscale: #555555. Windows color (decimal): -9949697 or 16723304. OLE color: 16723304.
HSL color Cylindrical-coordinate representation of color #682DFF: hue angle of 256.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682DFF is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 45 | 255 | - |
| CMYK | 0.59 | 0.82 | 0 | 0 |
| HSL | 256.86º | 1% | 0.59% | - |
| HSV(B) | 256.86º | 0.82% | 1% | - |
| XYZ | 24.7 | 12.04 | 95.63 | - |
| YUV | 86.58 | 223.05 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 255 | 0.59 | 0.82 | 0 | 0 | 256.86 | 1 | 0.59 |
| Hex | 68 | 2D | FF | 3B | 52 | 0 | 0 | 101 | 64 | 3B |
| Octal | 150 | 55 | 377 | 73 | 122 | 0 | 0 | 401 | 144 | 73 |
| Binary | 1101000 | 101101 | 11111111 | 111011 | 1010010 | 0 | 0 | 100000001 | 1100100 | 111011 |
Color Harmonies of #682DFF
Complementary color
Monochromatic Colors of #682DFF
Black with #682DFF
Text Example
Text Example
White with #682DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682DFF; }
p { color: rgb(104,45,255); }
H1.HeaderClassName
{
color: #682DFF;
}
.AnyTagClassName
{
color: #682DFF;
}
</style>
background-color css
<style>
a { background-color: #682DFF; }
a { background-color: rgb(104,45,255); }
div.DivClassName
{
background-color: #682DFF;
}
.BgClassName
{
background-color: #682DFF;
}
</style>
border-color css
<style>
span { border-color: #682DFF; }
span { border-color: rgb(104,45,255); }
td.TdClassName
{
border-color: #682DFF;
}
.TagClassName
{
border-color: #682DFF;
}
</style>