Shades of Han Purple #682BFD
Tints of Han Purple #682BFD
RGB
CMYK
RGB Variations
Color information
#682BFD (or 0x682BFD) is known color: Han Purple. HEX triplet: 68, 2B and FD. RGB value is (104,43,253). Sum of RGB (Red+Green+Blue) = 104+43+253=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #682BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682BFD is #97D402. Grayscale: #545454. Windows color (decimal): -9950211 or 16591720. OLE color: 16591720.
HSL color Cylindrical-coordinate representation of color #682BFD: hue angle of 257.43º 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 #682BFD is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 43 | 253 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.01 |
| HSL | 257.43º | 0.98% | 0.58% | - |
| HSV(B) | 257.43º | 0.83% | 0.99% | - |
| XYZ | 24.3 | 11.76 | 93.92 | - |
| YUV | 85.18 | 222.71 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 253 | 0.59 | 0.83 | 0 | 0.01 | 257.43 | 0.98 | 0.58 |
| Hex | 68 | 2B | FD | 3B | 53 | 0 | 1 | 101 | 62 | 3A |
| Octal | 150 | 53 | 375 | 73 | 123 | 0 | 1 | 401 | 142 | 72 |
| Binary | 1101000 | 101011 | 11111101 | 111011 | 1010011 | 0 | 1 | 100000001 | 1100010 | 111010 |
Color Harmonies of #682BFD
Complementary color
Monochromatic Colors of #682BFD
Black with #682BFD
Text Example
Text Example
White with #682BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682BFD; }
p { color: rgb(104,43,253); }
H1.HeaderClassName
{
color: #682BFD;
}
.AnyTagClassName
{
color: #682BFD;
}
</style>
background-color css
<style>
a { background-color: #682BFD; }
a { background-color: rgb(104,43,253); }
div.DivClassName
{
background-color: #682BFD;
}
.BgClassName
{
background-color: #682BFD;
}
</style>
border-color css
<style>
span { border-color: #682BFD; }
span { border-color: rgb(104,43,253); }
td.TdClassName
{
border-color: #682BFD;
}
.TagClassName
{
border-color: #682BFD;
}
</style>