Shades of Han Purple #6830FA
Tints of Han Purple #6830FA
RGB
CMYK
RGB Variations
Color information
#6830FA (or 0x6830FA) is known color: Han Purple. HEX triplet: 68, 30 and FA. RGB value is (104,48,250). Sum of RGB (Red+Green+Blue) = 104+48+250=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #6830FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6830FA is #97CF05. Grayscale: #575757. Windows color (decimal): -9948934 or 16396392. OLE color: 16396392.
HSL color Cylindrical-coordinate representation of color #6830FA: hue angle of 256.63º degrees, saturation: 0.95, 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 #6830FA is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 48 | 250 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.02 |
| HSL | 256.63º | 0.95% | 0.58% | - |
| HSV(B) | 256.63º | 0.81% | 0.98% | - |
| XYZ | 24.02 | 11.96 | 91.48 | - |
| YUV | 87.77 | 219.55 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 250 | 0.58 | 0.81 | 0 | 0.02 | 256.63 | 0.95 | 0.58 |
| Hex | 68 | 30 | FA | 3A | 51 | 0 | 2 | 101 | 5F | 3A |
| Octal | 150 | 60 | 372 | 72 | 121 | 0 | 2 | 401 | 137 | 72 |
| Binary | 1101000 | 110000 | 11111010 | 111010 | 1010001 | 0 | 10 | 100000001 | 1011111 | 111010 |
Color Harmonies of #6830FA
Complementary color
Monochromatic Colors of #6830FA
Black with #6830FA
Text Example
Text Example
White with #6830FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6830FA; }
p { color: rgb(104,48,250); }
H1.HeaderClassName
{
color: #6830FA;
}
.AnyTagClassName
{
color: #6830FA;
}
</style>
background-color css
<style>
a { background-color: #6830FA; }
a { background-color: rgb(104,48,250); }
div.DivClassName
{
background-color: #6830FA;
}
.BgClassName
{
background-color: #6830FA;
}
</style>
border-color css
<style>
span { border-color: #6830FA; }
span { border-color: rgb(104,48,250); }
td.TdClassName
{
border-color: #6830FA;
}
.TagClassName
{
border-color: #6830FA;
}
</style>