Shades of Han Purple #682BFE
Tints of Han Purple #682BFE
RGB
CMYK
RGB Variations
Color information
#682BFE (or 0x682BFE) is known color: Han Purple. HEX triplet: 68, 2B and FE. RGB value is (104,43,254). Sum of RGB (Red+Green+Blue) = 104+43+254=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #682BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682BFE is #97D401. Grayscale: #545454. Windows color (decimal): -9950210 or 16657256. OLE color: 16657256.
HSL color Cylindrical-coordinate representation of color #682BFE: hue angle of 257.35º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682BFE is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 43 | 254 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.00 |
| HSL | 257.35º | 0.99% | 0.58% | - |
| HSV(B) | 257.35º | 0.83% | 1% | - |
| XYZ | 24.46 | 11.83 | 94.76 | - |
| YUV | 85.29 | 223.21 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 254 | 0.59 | 0.83 | 0 | 0.00 | 257.35 | 0.99 | 0.58 |
| Hex | 68 | 2B | FE | 3B | 53 | 0 | 0 | 101 | 63 | 3A |
| Octal | 150 | 53 | 376 | 73 | 123 | 0 | 0 | 401 | 143 | 72 |
| Binary | 1101000 | 101011 | 11111110 | 111011 | 1010011 | 0 | 0 | 100000001 | 1100011 | 111010 |
Color Harmonies of #682BFE
Complementary color
Monochromatic Colors of #682BFE
Black with #682BFE
Text Example
Text Example
White with #682BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682BFE; }
p { color: rgb(104,43,254); }
H1.HeaderClassName
{
color: #682BFE;
}
.AnyTagClassName
{
color: #682BFE;
}
</style>
background-color css
<style>
a { background-color: #682BFE; }
a { background-color: rgb(104,43,254); }
div.DivClassName
{
background-color: #682BFE;
}
.BgClassName
{
background-color: #682BFE;
}
</style>
border-color css
<style>
span { border-color: #682BFE; }
span { border-color: rgb(104,43,254); }
td.TdClassName
{
border-color: #682BFE;
}
.TagClassName
{
border-color: #682BFE;
}
</style>