Shades of Han Purple #682FEB
Tints of Han Purple #682FEB
RGB
CMYK
RGB Variations
Color information
#682FEB (or 0x682FEB) is known color: Han Purple. HEX triplet: 68, 2F and EB. RGB value is (104,47,235). Sum of RGB (Red+Green+Blue) = 104+47+235=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #682FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682FEB is #97D014. Grayscale: #545454. Windows color (decimal): -9949205 or 15413096. OLE color: 15413096.
HSL color Cylindrical-coordinate representation of color #682FEB: hue angle of 258.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682FEB is Cyan = 0.56, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 104 | 47 | 235 | - |
CMYK | 0.56 | 0.8 | 0 | 0.08 |
HSL | 258.19º | 0.82% | 0.55% | - |
HSV(B) | 258.19º | 0.8% | 0.92% | - |
XYZ | 21.72 | 10.97 | 79.57 | - |
YUV | 85.48 | 212.38 | 141.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 47 | 235 | 0.56 | 0.8 | 0 | 0.08 | 258.19 | 0.82 | 0.55 |
Hex | 68 | 2F | EB | 38 | 50 | 0 | 8 | 102 | 52 | 37 |
Octal | 150 | 57 | 353 | 70 | 120 | 0 | 10 | 402 | 122 | 67 |
Binary | 1101000 | 101111 | 11101011 | 111000 | 1010000 | 0 | 1000 | 100000010 | 1010010 | 110111 |
Color Harmonies of #682FEB
Complementary color
Monochromatic Colors of #682FEB
Black with #682FEB
Text Example
Text Example
White with #682FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682FEB; }
p { color: rgb(104,47,235); }
H1.HeaderClassName
{
color: #682FEB;
}
.AnyTagClassName
{
color: #682FEB;
}
</style>
background-color css
<style>
a { background-color: #682FEB; }
a { background-color: rgb(104,47,235); }
div.DivClassName
{
background-color: #682FEB;
}
.BgClassName
{
background-color: #682FEB;
}
</style>
border-color css
<style>
span { border-color: #682FEB; }
span { border-color: rgb(104,47,235); }
td.TdClassName
{
border-color: #682FEB;
}
.TagClassName
{
border-color: #682FEB;
}
</style>