Shades of Han Purple #6A30FA
Tints of Han Purple #6A30FA
RGB
CMYK
RGB Variations
Color information
#6A30FA (or 0x6A30FA) is known color: Han Purple. HEX triplet: 6A, 30 and FA. RGB value is (106,48,250). Sum of RGB (Red+Green+Blue) = 106+48+250=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A30FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A30FA is #95CF05. Grayscale: #575757. Windows color (decimal): -9817862 or 16396394. OLE color: 16396394.
HSL color Cylindrical-coordinate representation of color #6A30FA: hue angle of 257.23º 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 #6A30FA is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 48 | 250 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.02 |
| HSL | 257.23º | 0.95% | 0.58% | - |
| HSV(B) | 257.23º | 0.81% | 0.98% | - |
| XYZ | 24.26 | 12.08 | 91.5 | - |
| YUV | 88.37 | 219.22 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 48 | 250 | 0.58 | 0.81 | 0 | 0.02 | 257.23 | 0.95 | 0.58 |
| Hex | 6A | 30 | FA | 3A | 51 | 0 | 2 | 101 | 5F | 3A |
| Octal | 152 | 60 | 372 | 72 | 121 | 0 | 2 | 401 | 137 | 72 |
| Binary | 1101010 | 110000 | 11111010 | 111010 | 1010001 | 0 | 10 | 100000001 | 1011111 | 111010 |
Color Harmonies of #6A30FA
Complementary color
Monochromatic Colors of #6A30FA
Black with #6A30FA
Text Example
Text Example
White with #6A30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A30FA; }
p { color: rgb(106,48,250); }
H1.HeaderClassName
{
color: #6A30FA;
}
.AnyTagClassName
{
color: #6A30FA;
}
</style>
background-color css
<style>
a { background-color: #6A30FA; }
a { background-color: rgb(106,48,250); }
div.DivClassName
{
background-color: #6A30FA;
}
.BgClassName
{
background-color: #6A30FA;
}
</style>
border-color css
<style>
span { border-color: #6A30FA; }
span { border-color: rgb(106,48,250); }
td.TdClassName
{
border-color: #6A30FA;
}
.TagClassName
{
border-color: #6A30FA;
}
</style>