Shades of Han Purple #682AFF
Tints of Han Purple #682AFF
RGB
CMYK
RGB Variations
Color information
#682AFF (or 0x682AFF) is known color: Han Purple. HEX triplet: 68, 2A and FF. RGB value is (104,42,255). Sum of RGB (Red+Green+Blue) = 104+42+255=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #682AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682AFF is #97D500. Grayscale: #545454. Windows color (decimal): -9950465 or 16722536. OLE color: 16722536.
HSL color Cylindrical-coordinate representation of color #682AFF: hue angle of 257.46º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #682AFF is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 42 | 255 | - |
| CMYK | 0.59 | 0.84 | 0 | 0 |
| HSL | 257.46º | 1% | 0.58% | - |
| HSV(B) | 257.46º | 0.84% | 1% | - |
| XYZ | 24.59 | 11.82 | 95.59 | - |
| YUV | 84.82 | 224.04 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 255 | 0.59 | 0.84 | 0 | 0 | 257.46 | 1 | 0.58 |
| Hex | 68 | 2A | FF | 3B | 54 | 0 | 0 | 101 | 64 | 3A |
| Octal | 150 | 52 | 377 | 73 | 124 | 0 | 0 | 401 | 144 | 72 |
| Binary | 1101000 | 101010 | 11111111 | 111011 | 1010100 | 0 | 0 | 100000001 | 1100100 | 111010 |
Color Harmonies of #682AFF
Complementary color
Monochromatic Colors of #682AFF
Black with #682AFF
Text Example
Text Example
White with #682AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682AFF; }
p { color: rgb(104,42,255); }
H1.HeaderClassName
{
color: #682AFF;
}
.AnyTagClassName
{
color: #682AFF;
}
</style>
background-color css
<style>
a { background-color: #682AFF; }
a { background-color: rgb(104,42,255); }
div.DivClassName
{
background-color: #682AFF;
}
.BgClassName
{
background-color: #682AFF;
}
</style>
border-color css
<style>
span { border-color: #682AFF; }
span { border-color: rgb(104,42,255); }
td.TdClassName
{
border-color: #682AFF;
}
.TagClassName
{
border-color: #682AFF;
}
</style>