Shades of Han Purple #682BF8
Tints of Han Purple #682BF8
RGB
CMYK
RGB Variations
Color information
#682BF8 (or 0x682BF8) is known color: Han Purple. HEX triplet: 68, 2B and F8. RGB value is (104,43,248). Sum of RGB (Red+Green+Blue) = 104+43+248=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 248 (97.27% from 255 or 62.78% from 395); Max value from RGB is 248 - color contains mainly: blue. Hex color #682BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682BF8 is #97D407. Grayscale: #535353. Windows color (decimal): -9950216 or 16264040. OLE color: 16264040.
HSL color Cylindrical-coordinate representation of color #682BF8: hue angle of 257.85º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682BF8 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 43 | 248 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.03 |
| HSL | 257.85º | 0.94% | 0.57% | - |
| HSV(B) | 257.85º | 0.83% | 0.97% | - |
| XYZ | 23.52 | 11.45 | 89.78 | - |
| YUV | 84.61 | 220.21 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 248 | 0.58 | 0.83 | 0 | 0.03 | 257.85 | 0.94 | 0.57 |
| Hex | 68 | 2B | F8 | 3A | 53 | 0 | 3 | 102 | 5E | 39 |
| Octal | 150 | 53 | 370 | 72 | 123 | 0 | 3 | 402 | 136 | 71 |
| Binary | 1101000 | 101011 | 11111000 | 111010 | 1010011 | 0 | 11 | 100000010 | 1011110 | 111001 |
Color Harmonies of #682BF8
Complementary color
Monochromatic Colors of #682BF8
Black with #682BF8
Text Example
Text Example
White with #682BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682BF8; }
p { color: rgb(104,43,248); }
H1.HeaderClassName
{
color: #682BF8;
}
.AnyTagClassName
{
color: #682BF8;
}
</style>
background-color css
<style>
a { background-color: #682BF8; }
a { background-color: rgb(104,43,248); }
div.DivClassName
{
background-color: #682BF8;
}
.BgClassName
{
background-color: #682BF8;
}
</style>
border-color css
<style>
span { border-color: #682BF8; }
span { border-color: rgb(104,43,248); }
td.TdClassName
{
border-color: #682BF8;
}
.TagClassName
{
border-color: #682BF8;
}
</style>