Shades of Han Purple #682FFD
Tints of Han Purple #682FFD
RGB
CMYK
RGB Variations
Color information
#682FFD (or 0x682FFD) is known color: Han Purple. HEX triplet: 68, 2F and FD. RGB value is (104,47,253). Sum of RGB (Red+Green+Blue) = 104+47+253=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #682FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682FFD is #97D002. Grayscale: #565656. Windows color (decimal): -9949187 or 16592744. OLE color: 16592744.
HSL color Cylindrical-coordinate representation of color #682FFD: hue angle of 256.6º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682FFD is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 47 | 253 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.01 |
| HSL | 256.6º | 0.98% | 0.59% | - |
| HSV(B) | 256.6º | 0.81% | 0.99% | - |
| XYZ | 24.46 | 12.07 | 93.97 | - |
| YUV | 87.53 | 221.38 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 253 | 0.59 | 0.81 | 0 | 0.01 | 256.6 | 0.98 | 0.59 |
| Hex | 68 | 2F | FD | 3B | 51 | 0 | 1 | 101 | 62 | 3B |
| Octal | 150 | 57 | 375 | 73 | 121 | 0 | 1 | 401 | 142 | 73 |
| Binary | 1101000 | 101111 | 11111101 | 111011 | 1010001 | 0 | 1 | 100000001 | 1100010 | 111011 |
Color Harmonies of #682FFD
Complementary color
Monochromatic Colors of #682FFD
Black with #682FFD
Text Example
Text Example
White with #682FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682FFD; }
p { color: rgb(104,47,253); }
H1.HeaderClassName
{
color: #682FFD;
}
.AnyTagClassName
{
color: #682FFD;
}
</style>
background-color css
<style>
a { background-color: #682FFD; }
a { background-color: rgb(104,47,253); }
div.DivClassName
{
background-color: #682FFD;
}
.BgClassName
{
background-color: #682FFD;
}
</style>
border-color css
<style>
span { border-color: #682FFD; }
span { border-color: rgb(104,47,253); }
td.TdClassName
{
border-color: #682FFD;
}
.TagClassName
{
border-color: #682FFD;
}
</style>