Shades of Han Purple #682EFC
Tints of Han Purple #682EFC
RGB
CMYK
RGB Variations
Color information
#682EFC (or 0x682EFC) is known color: Han Purple. HEX triplet: 68, 2E and FC. RGB value is (104,46,252). Sum of RGB (Red+Green+Blue) = 104+46+252=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #682EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682EFC is #97D103. Grayscale: #565656. Windows color (decimal): -9949444 or 16526952. OLE color: 16526952.
HSL color Cylindrical-coordinate representation of color #682EFC: hue angle of 256.89º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682EFC is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 46 | 252 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.01 |
| HSL | 256.89º | 0.97% | 0.58% | - |
| HSV(B) | 256.89º | 0.82% | 0.99% | - |
| XYZ | 24.26 | 11.93 | 93.12 | - |
| YUV | 86.83 | 221.22 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 252 | 0.59 | 0.82 | 0 | 0.01 | 256.89 | 0.97 | 0.58 |
| Hex | 68 | 2E | FC | 3B | 52 | 0 | 1 | 101 | 61 | 3A |
| Octal | 150 | 56 | 374 | 73 | 122 | 0 | 1 | 401 | 141 | 72 |
| Binary | 1101000 | 101110 | 11111100 | 111011 | 1010010 | 0 | 1 | 100000001 | 1100001 | 111010 |
Color Harmonies of #682EFC
Complementary color
Monochromatic Colors of #682EFC
Black with #682EFC
Text Example
Text Example
White with #682EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682EFC; }
p { color: rgb(104,46,252); }
H1.HeaderClassName
{
color: #682EFC;
}
.AnyTagClassName
{
color: #682EFC;
}
</style>
background-color css
<style>
a { background-color: #682EFC; }
a { background-color: rgb(104,46,252); }
div.DivClassName
{
background-color: #682EFC;
}
.BgClassName
{
background-color: #682EFC;
}
</style>
border-color css
<style>
span { border-color: #682EFC; }
span { border-color: rgb(104,46,252); }
td.TdClassName
{
border-color: #682EFC;
}
.TagClassName
{
border-color: #682EFC;
}
</style>