Shades of Han Purple #682CFD
Tints of Han Purple #682CFD
RGB
CMYK
RGB Variations
Color information
#682CFD (or 0x682CFD) is known color: Han Purple. HEX triplet: 68, 2C and FD. RGB value is (104,44,253). Sum of RGB (Red+Green+Blue) = 104+44+253=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #682CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682CFD is #97D302. Grayscale: #545454. Windows color (decimal): -9949955 or 16591976. OLE color: 16591976.
HSL color Cylindrical-coordinate representation of color #682CFD: hue angle of 257.22º degrees, saturation: 0.98, 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 #682CFD is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 44 | 253 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.01 |
| HSL | 257.22º | 0.98% | 0.58% | - |
| HSV(B) | 257.22º | 0.83% | 0.99% | - |
| XYZ | 24.34 | 11.84 | 93.93 | - |
| YUV | 85.77 | 222.38 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 253 | 0.59 | 0.83 | 0 | 0.01 | 257.22 | 0.98 | 0.58 |
| Hex | 68 | 2C | FD | 3B | 53 | 0 | 1 | 101 | 62 | 3A |
| Octal | 150 | 54 | 375 | 73 | 123 | 0 | 1 | 401 | 142 | 72 |
| Binary | 1101000 | 101100 | 11111101 | 111011 | 1010011 | 0 | 1 | 100000001 | 1100010 | 111010 |
Color Harmonies of #682CFD
Complementary color
Monochromatic Colors of #682CFD
Black with #682CFD
Text Example
Text Example
White with #682CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CFD; }
p { color: rgb(104,44,253); }
H1.HeaderClassName
{
color: #682CFD;
}
.AnyTagClassName
{
color: #682CFD;
}
</style>
background-color css
<style>
a { background-color: #682CFD; }
a { background-color: rgb(104,44,253); }
div.DivClassName
{
background-color: #682CFD;
}
.BgClassName
{
background-color: #682CFD;
}
</style>
border-color css
<style>
span { border-color: #682CFD; }
span { border-color: rgb(104,44,253); }
td.TdClassName
{
border-color: #682CFD;
}
.TagClassName
{
border-color: #682CFD;
}
</style>