Shades of Han Purple #682CEC
Tints of Han Purple #682CEC
RGB
CMYK
RGB Variations
Color information
#682CEC (or 0x682CEC) is known color: Han Purple. HEX triplet: 68, 2C and EC. RGB value is (104,44,236). Sum of RGB (Red+Green+Blue) = 104+44+236=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #682CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682CEC is #97D313. Grayscale: #535353. Windows color (decimal): -9949972 or 15477864. OLE color: 15477864.
HSL color Cylindrical-coordinate representation of color #682CEC: hue angle of 258.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682CEC is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 44 | 236 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.07 |
| HSL | 258.75º | 0.83% | 0.55% | - |
| HSV(B) | 258.75º | 0.81% | 0.93% | - |
| XYZ | 21.75 | 10.8 | 80.3 | - |
| YUV | 83.83 | 213.88 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 236 | 0.56 | 0.81 | 0 | 0.07 | 258.75 | 0.83 | 0.55 |
| Hex | 68 | 2C | EC | 38 | 51 | 0 | 7 | 103 | 53 | 37 |
| Octal | 150 | 54 | 354 | 70 | 121 | 0 | 7 | 403 | 123 | 67 |
| Binary | 1101000 | 101100 | 11101100 | 111000 | 1010001 | 0 | 111 | 100000011 | 1010011 | 110111 |
Color Harmonies of #682CEC
Complementary color
Monochromatic Colors of #682CEC
Black with #682CEC
Text Example
Text Example
White with #682CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CEC; }
p { color: rgb(104,44,236); }
H1.HeaderClassName
{
color: #682CEC;
}
.AnyTagClassName
{
color: #682CEC;
}
</style>
background-color css
<style>
a { background-color: #682CEC; }
a { background-color: rgb(104,44,236); }
div.DivClassName
{
background-color: #682CEC;
}
.BgClassName
{
background-color: #682CEC;
}
</style>
border-color css
<style>
span { border-color: #682CEC; }
span { border-color: rgb(104,44,236); }
td.TdClassName
{
border-color: #682CEC;
}
.TagClassName
{
border-color: #682CEC;
}
</style>