Shades of Han Purple #682BED
Tints of Han Purple #682BED
RGB
CMYK
RGB Variations
Color information
#682BED (or 0x682BED) is known color: Han Purple. HEX triplet: 68, 2B and ED. RGB value is (104,43,237). Sum of RGB (Red+Green+Blue) = 104+43+237=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #682BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682BED is #97D412. Grayscale: #525252. Windows color (decimal): -9950227 or 15543144. OLE color: 15543144.
HSL color Cylindrical-coordinate representation of color #682BED: hue angle of 258.87º degrees, saturation: 0.84, 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 #682BED is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 43 | 237 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.07 |
| HSL | 258.87º | 0.84% | 0.55% | - |
| HSV(B) | 258.87º | 0.82% | 0.93% | - |
| XYZ | 21.86 | 10.79 | 81.05 | - |
| YUV | 83.36 | 214.71 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 237 | 0.56 | 0.82 | 0 | 0.07 | 258.87 | 0.84 | 0.55 |
| Hex | 68 | 2B | ED | 38 | 52 | 0 | 7 | 103 | 54 | 37 |
| Octal | 150 | 53 | 355 | 70 | 122 | 0 | 7 | 403 | 124 | 67 |
| Binary | 1101000 | 101011 | 11101101 | 111000 | 1010010 | 0 | 111 | 100000011 | 1010100 | 110111 |
Color Harmonies of #682BED
Complementary color
Monochromatic Colors of #682BED
Black with #682BED
Text Example
Text Example
White with #682BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682BED; }
p { color: rgb(104,43,237); }
H1.HeaderClassName
{
color: #682BED;
}
.AnyTagClassName
{
color: #682BED;
}
</style>
background-color css
<style>
a { background-color: #682BED; }
a { background-color: rgb(104,43,237); }
div.DivClassName
{
background-color: #682BED;
}
.BgClassName
{
background-color: #682BED;
}
</style>
border-color css
<style>
span { border-color: #682BED; }
span { border-color: rgb(104,43,237); }
td.TdClassName
{
border-color: #682BED;
}
.TagClassName
{
border-color: #682BED;
}
</style>