Shades of Han Purple #682BEE
Tints of Han Purple #682BEE
RGB
CMYK
RGB Variations
Color information
#682BEE (or 0x682BEE) is known color: Han Purple. HEX triplet: 68, 2B and EE. RGB value is (104,43,238). Sum of RGB (Red+Green+Blue) = 104+43+238=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #682BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682BEE is #97D411. Grayscale: #525252. Windows color (decimal): -9950226 or 15608680. OLE color: 15608680.
HSL color Cylindrical-coordinate representation of color #682BEE: hue angle of 258.77º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682BEE is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 43 | 238 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.07 |
| HSL | 258.77º | 0.85% | 0.55% | - |
| HSV(B) | 258.77º | 0.82% | 0.93% | - |
| XYZ | 22.01 | 10.84 | 81.82 | - |
| YUV | 83.47 | 215.21 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 238 | 0.56 | 0.82 | 0 | 0.07 | 258.77 | 0.85 | 0.55 |
| Hex | 68 | 2B | EE | 38 | 52 | 0 | 7 | 103 | 55 | 37 |
| Octal | 150 | 53 | 356 | 70 | 122 | 0 | 7 | 403 | 125 | 67 |
| Binary | 1101000 | 101011 | 11101110 | 111000 | 1010010 | 0 | 111 | 100000011 | 1010101 | 110111 |
Color Harmonies of #682BEE
Complementary color
Monochromatic Colors of #682BEE
Black with #682BEE
Text Example
Text Example
White with #682BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682BEE; }
p { color: rgb(104,43,238); }
H1.HeaderClassName
{
color: #682BEE;
}
.AnyTagClassName
{
color: #682BEE;
}
</style>
background-color css
<style>
a { background-color: #682BEE; }
a { background-color: rgb(104,43,238); }
div.DivClassName
{
background-color: #682BEE;
}
.BgClassName
{
background-color: #682BEE;
}
</style>
border-color css
<style>
span { border-color: #682BEE; }
span { border-color: rgb(104,43,238); }
td.TdClassName
{
border-color: #682BEE;
}
.TagClassName
{
border-color: #682BEE;
}
</style>