Shades of Han Purple #682CFF
Tints of Han Purple #682CFF
RGB
CMYK
RGB Variations
Color information
#682CFF (or 0x682CFF) is known color: Han Purple. HEX triplet: 68, 2C and FF. RGB value is (104,44,255). Sum of RGB (Red+Green+Blue) = 104+44+255=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #682CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682CFF is #97D300. Grayscale: #555555. Windows color (decimal): -9949953 or 16723048. OLE color: 16723048.
HSL color Cylindrical-coordinate representation of color #682CFF: hue angle of 257.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682CFF is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 44 | 255 | - |
| CMYK | 0.59 | 0.83 | 0 | 0 |
| HSL | 257.06º | 1% | 0.59% | - |
| HSV(B) | 257.06º | 0.83% | 1% | - |
| XYZ | 24.66 | 11.96 | 95.62 | - |
| YUV | 85.99 | 223.38 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 255 | 0.59 | 0.83 | 0 | 0 | 257.06 | 1 | 0.59 |
| Hex | 68 | 2C | FF | 3B | 53 | 0 | 0 | 101 | 64 | 3B |
| Octal | 150 | 54 | 377 | 73 | 123 | 0 | 0 | 401 | 144 | 73 |
| Binary | 1101000 | 101100 | 11111111 | 111011 | 1010011 | 0 | 0 | 100000001 | 1100100 | 111011 |
Color Harmonies of #682CFF
Complementary color
Monochromatic Colors of #682CFF
Black with #682CFF
Text Example
Text Example
White with #682CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CFF; }
p { color: rgb(104,44,255); }
H1.HeaderClassName
{
color: #682CFF;
}
.AnyTagClassName
{
color: #682CFF;
}
</style>
background-color css
<style>
a { background-color: #682CFF; }
a { background-color: rgb(104,44,255); }
div.DivClassName
{
background-color: #682CFF;
}
.BgClassName
{
background-color: #682CFF;
}
</style>
border-color css
<style>
span { border-color: #682CFF; }
span { border-color: rgb(104,44,255); }
td.TdClassName
{
border-color: #682CFF;
}
.TagClassName
{
border-color: #682CFF;
}
</style>