Shades of Han Purple #682CFC
Tints of Han Purple #682CFC
RGB
CMYK
RGB Variations
Color information
#682CFC (or 0x682CFC) is known color: Han Purple. HEX triplet: 68, 2C and FC. RGB value is (104,44,252). Sum of RGB (Red+Green+Blue) = 104+44+252=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #682CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682CFC is #97D303. Grayscale: #545454. Windows color (decimal): -9949956 or 16526440. OLE color: 16526440.
HSL color Cylindrical-coordinate representation of color #682CFC: hue angle of 257.31º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682CFC is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 44 | 252 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.01 |
| HSL | 257.31º | 0.97% | 0.58% | - |
| HSV(B) | 257.31º | 0.83% | 0.99% | - |
| XYZ | 24.18 | 11.77 | 93.09 | - |
| YUV | 85.65 | 221.88 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 252 | 0.59 | 0.83 | 0 | 0.01 | 257.31 | 0.97 | 0.58 |
| Hex | 68 | 2C | FC | 3B | 53 | 0 | 1 | 101 | 61 | 3A |
| Octal | 150 | 54 | 374 | 73 | 123 | 0 | 1 | 401 | 141 | 72 |
| Binary | 1101000 | 101100 | 11111100 | 111011 | 1010011 | 0 | 1 | 100000001 | 1100001 | 111010 |
Color Harmonies of #682CFC
Complementary color
Monochromatic Colors of #682CFC
Black with #682CFC
Text Example
Text Example
White with #682CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CFC; }
p { color: rgb(104,44,252); }
H1.HeaderClassName
{
color: #682CFC;
}
.AnyTagClassName
{
color: #682CFC;
}
</style>
background-color css
<style>
a { background-color: #682CFC; }
a { background-color: rgb(104,44,252); }
div.DivClassName
{
background-color: #682CFC;
}
.BgClassName
{
background-color: #682CFC;
}
</style>
border-color css
<style>
span { border-color: #682CFC; }
span { border-color: rgb(104,44,252); }
td.TdClassName
{
border-color: #682CFC;
}
.TagClassName
{
border-color: #682CFC;
}
</style>