Shades of Han Purple #682CFE
Tints of Han Purple #682CFE
RGB
CMYK
RGB Variations
Color information
#682CFE (or 0x682CFE) is known color: Han Purple. HEX triplet: 68, 2C and FE. RGB value is (104,44,254). Sum of RGB (Red+Green+Blue) = 104+44+254=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #682CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682CFE is #97D301. Grayscale: #555555. Windows color (decimal): -9949954 or 16657512. OLE color: 16657512.
HSL color Cylindrical-coordinate representation of color #682CFE: hue angle of 257.14º 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 #682CFE is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 44 | 254 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.00 |
| HSL | 257.14º | 0.99% | 0.58% | - |
| HSV(B) | 257.14º | 0.83% | 1% | - |
| XYZ | 24.5 | 11.9 | 94.77 | - |
| YUV | 85.88 | 222.88 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 254 | 0.59 | 0.83 | 0 | 0.00 | 257.14 | 0.99 | 0.58 |
| Hex | 68 | 2C | FE | 3B | 53 | 0 | 0 | 101 | 63 | 3A |
| Octal | 150 | 54 | 376 | 73 | 123 | 0 | 0 | 401 | 143 | 72 |
| Binary | 1101000 | 101100 | 11111110 | 111011 | 1010011 | 0 | 0 | 100000001 | 1100011 | 111010 |
Color Harmonies of #682CFE
Complementary color
Monochromatic Colors of #682CFE
Black with #682CFE
Text Example
Text Example
White with #682CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CFE; }
p { color: rgb(104,44,254); }
H1.HeaderClassName
{
color: #682CFE;
}
.AnyTagClassName
{
color: #682CFE;
}
</style>
background-color css
<style>
a { background-color: #682CFE; }
a { background-color: rgb(104,44,254); }
div.DivClassName
{
background-color: #682CFE;
}
.BgClassName
{
background-color: #682CFE;
}
</style>
border-color css
<style>
span { border-color: #682CFE; }
span { border-color: rgb(104,44,254); }
td.TdClassName
{
border-color: #682CFE;
}
.TagClassName
{
border-color: #682CFE;
}
</style>