Shades of Han Purple #682FEE
Tints of Han Purple #682FEE
RGB
CMYK
RGB Variations
Color information
#682FEE (or 0x682FEE) is known color: Han Purple. HEX triplet: 68, 2F and EE. RGB value is (104,47,238). Sum of RGB (Red+Green+Blue) = 104+47+238=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #682FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682FEE is #97D011. Grayscale: #555555. Windows color (decimal): -9949202 or 15609704. OLE color: 15609704.
HSL color Cylindrical-coordinate representation of color #682FEE: hue angle of 257.91º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682FEE is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 47 | 238 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.07 |
| HSL | 257.91º | 0.85% | 0.56% | - |
| HSV(B) | 257.91º | 0.8% | 0.93% | - |
| XYZ | 22.16 | 11.15 | 81.87 | - |
| YUV | 85.82 | 213.88 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 238 | 0.56 | 0.80 | 0 | 0.07 | 257.91 | 0.85 | 0.56 |
| Hex | 68 | 2F | EE | 38 | 50 | 0 | 7 | 102 | 55 | 38 |
| Octal | 150 | 57 | 356 | 70 | 120 | 0 | 7 | 402 | 125 | 70 |
| Binary | 1101000 | 101111 | 11101110 | 111000 | 1010000 | 0 | 111 | 100000010 | 1010101 | 111000 |
Color Harmonies of #682FEE
Complementary color
Monochromatic Colors of #682FEE
Black with #682FEE
Text Example
Text Example
White with #682FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682FEE; }
p { color: rgb(104,47,238); }
H1.HeaderClassName
{
color: #682FEE;
}
.AnyTagClassName
{
color: #682FEE;
}
</style>
background-color css
<style>
a { background-color: #682FEE; }
a { background-color: rgb(104,47,238); }
div.DivClassName
{
background-color: #682FEE;
}
.BgClassName
{
background-color: #682FEE;
}
</style>
border-color css
<style>
span { border-color: #682FEE; }
span { border-color: rgb(104,47,238); }
td.TdClassName
{
border-color: #682FEE;
}
.TagClassName
{
border-color: #682FEE;
}
</style>