Shades of Han Purple #683AF1
Tints of Han Purple #683AF1
RGB
CMYK
RGB Variations
Color information
#683AF1 (or 0x683AF1) is known color: Han Purple. HEX triplet: 68, 3A and F1. RGB value is (104,58,241). Sum of RGB (Red+Green+Blue) = 104+58+241=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #683AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683AF1 is #97C50E. Grayscale: #5B5B5B. Windows color (decimal): -9946383 or 15809128. OLE color: 15809128.
HSL color Cylindrical-coordinate representation of color #683AF1: hue angle of 255.08º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #683AF1 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 58 | 241 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.05 |
| HSL | 255.08º | 0.87% | 0.59% | - |
| HSV(B) | 255.08º | 0.76% | 0.95% | - |
| XYZ | 23.1 | 12.32 | 84.38 | - |
| YUV | 92.62 | 211.74 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 241 | 0.57 | 0.76 | 0 | 0.05 | 255.08 | 0.87 | 0.59 |
| Hex | 68 | 3A | F1 | 39 | 4C | 0 | 5 | FF | 57 | 3B |
| Octal | 150 | 72 | 361 | 71 | 114 | 0 | 5 | 377 | 127 | 73 |
| Binary | 1101000 | 111010 | 11110001 | 111001 | 1001100 | 0 | 101 | 11111111 | 1010111 | 111011 |
Color Harmonies of #683AF1
Complementary color
Monochromatic Colors of #683AF1
Black with #683AF1
Text Example
Text Example
White with #683AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683AF1; }
p { color: rgb(104,58,241); }
H1.HeaderClassName
{
color: #683AF1;
}
.AnyTagClassName
{
color: #683AF1;
}
</style>
background-color css
<style>
a { background-color: #683AF1; }
a { background-color: rgb(104,58,241); }
div.DivClassName
{
background-color: #683AF1;
}
.BgClassName
{
background-color: #683AF1;
}
</style>
border-color css
<style>
span { border-color: #683AF1; }
span { border-color: rgb(104,58,241); }
td.TdClassName
{
border-color: #683AF1;
}
.TagClassName
{
border-color: #683AF1;
}
</style>