Shades of Han Purple #683AEC
Tints of Han Purple #683AEC
RGB
CMYK
RGB Variations
Color information
#683AEC (or 0x683AEC) is known color: Han Purple. HEX triplet: 68, 3A and EC. RGB value is (104,58,236). Sum of RGB (Red+Green+Blue) = 104+58+236=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #683AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683AEC is #97C513. Grayscale: #5B5B5B. Windows color (decimal): -9946388 or 15481448. OLE color: 15481448.
HSL color Cylindrical-coordinate representation of color #683AEC: hue angle of 255.51º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #683AEC is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 58 | 236 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.07 |
| HSL | 255.51º | 0.82% | 0.58% | - |
| HSV(B) | 255.51º | 0.75% | 0.93% | - |
| XYZ | 22.36 | 12.03 | 80.5 | - |
| YUV | 92.05 | 209.24 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 236 | 0.56 | 0.75 | 0 | 0.07 | 255.51 | 0.82 | 0.58 |
| Hex | 68 | 3A | EC | 38 | 4B | 0 | 7 | 100 | 52 | 3A |
| Octal | 150 | 72 | 354 | 70 | 113 | 0 | 7 | 400 | 122 | 72 |
| Binary | 1101000 | 111010 | 11101100 | 111000 | 1001011 | 0 | 111 | 100000000 | 1010010 | 111010 |
Color Harmonies of #683AEC
Complementary color
Monochromatic Colors of #683AEC
Black with #683AEC
Text Example
Text Example
White with #683AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683AEC; }
p { color: rgb(104,58,236); }
H1.HeaderClassName
{
color: #683AEC;
}
.AnyTagClassName
{
color: #683AEC;
}
</style>
background-color css
<style>
a { background-color: #683AEC; }
a { background-color: rgb(104,58,236); }
div.DivClassName
{
background-color: #683AEC;
}
.BgClassName
{
background-color: #683AEC;
}
</style>
border-color css
<style>
span { border-color: #683AEC; }
span { border-color: rgb(104,58,236); }
td.TdClassName
{
border-color: #683AEC;
}
.TagClassName
{
border-color: #683AEC;
}
</style>