Shades of Han Purple #6830F9
Tints of Han Purple #6830F9
RGB
CMYK
RGB Variations
Color information
#6830F9 (or 0x6830F9) is known color: Han Purple. HEX triplet: 68, 30 and F9. RGB value is (104,48,249). Sum of RGB (Red+Green+Blue) = 104+48+249=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 249 (97.66% from 255 or 62.09% from 401); Max value from RGB is 249 - color contains mainly: blue. Hex color #6830F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6830F9 is #97CF06. Grayscale: #565656. Windows color (decimal): -9948935 or 16330856. OLE color: 16330856.
HSL color Cylindrical-coordinate representation of color #6830F9: hue angle of 256.72º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6830F9 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 48 | 249 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.02 |
| HSL | 256.72º | 0.94% | 0.58% | - |
| HSV(B) | 256.72º | 0.81% | 0.98% | - |
| XYZ | 23.86 | 11.9 | 90.66 | - |
| YUV | 87.66 | 219.05 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 249 | 0.58 | 0.81 | 0 | 0.02 | 256.72 | 0.94 | 0.58 |
| Hex | 68 | 30 | F9 | 3A | 51 | 0 | 2 | 101 | 5E | 3A |
| Octal | 150 | 60 | 371 | 72 | 121 | 0 | 2 | 401 | 136 | 72 |
| Binary | 1101000 | 110000 | 11111001 | 111010 | 1010001 | 0 | 10 | 100000001 | 1011110 | 111010 |
Color Harmonies of #6830F9
Complementary color
Monochromatic Colors of #6830F9
Black with #6830F9
Text Example
Text Example
White with #6830F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6830F9; }
p { color: rgb(104,48,249); }
H1.HeaderClassName
{
color: #6830F9;
}
.AnyTagClassName
{
color: #6830F9;
}
</style>
background-color css
<style>
a { background-color: #6830F9; }
a { background-color: rgb(104,48,249); }
div.DivClassName
{
background-color: #6830F9;
}
.BgClassName
{
background-color: #6830F9;
}
</style>
border-color css
<style>
span { border-color: #6830F9; }
span { border-color: rgb(104,48,249); }
td.TdClassName
{
border-color: #6830F9;
}
.TagClassName
{
border-color: #6830F9;
}
</style>