Shades of Han Purple #682DF2
Tints of Han Purple #682DF2
RGB
CMYK
RGB Variations
Color information
#682DF2 (or 0x682DF2) is known color: Han Purple. HEX triplet: 68, 2D and F2. RGB value is (104,45,242). Sum of RGB (Red+Green+Blue) = 104+45+242=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #682DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682DF2 is #97D20D. Grayscale: #545454. Windows color (decimal): -9949710 or 15871336. OLE color: 15871336.
HSL color Cylindrical-coordinate representation of color #682DF2: hue angle of 257.97º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682DF2 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 45 | 242 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.05 |
| HSL | 257.97º | 0.88% | 0.56% | - |
| HSV(B) | 257.97º | 0.81% | 0.95% | - |
| XYZ | 22.67 | 11.23 | 84.98 | - |
| YUV | 85.1 | 216.55 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 242 | 0.57 | 0.81 | 0 | 0.05 | 257.97 | 0.88 | 0.56 |
| Hex | 68 | 2D | F2 | 39 | 51 | 0 | 5 | 102 | 58 | 38 |
| Octal | 150 | 55 | 362 | 71 | 121 | 0 | 5 | 402 | 130 | 70 |
| Binary | 1101000 | 101101 | 11110010 | 111001 | 1010001 | 0 | 101 | 100000010 | 1011000 | 111000 |
Color Harmonies of #682DF2
Complementary color
Monochromatic Colors of #682DF2
Black with #682DF2
Text Example
Text Example
White with #682DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682DF2; }
p { color: rgb(104,45,242); }
H1.HeaderClassName
{
color: #682DF2;
}
.AnyTagClassName
{
color: #682DF2;
}
</style>
background-color css
<style>
a { background-color: #682DF2; }
a { background-color: rgb(104,45,242); }
div.DivClassName
{
background-color: #682DF2;
}
.BgClassName
{
background-color: #682DF2;
}
</style>
border-color css
<style>
span { border-color: #682DF2; }
span { border-color: rgb(104,45,242); }
td.TdClassName
{
border-color: #682DF2;
}
.TagClassName
{
border-color: #682DF2;
}
</style>