Shades of Han Purple #6A30FB
Tints of Han Purple #6A30FB
RGB
CMYK
RGB Variations
Color information
#6A30FB (or 0x6A30FB) is known color: Han Purple. HEX triplet: 6A, 30 and FB. RGB value is (106,48,251). Sum of RGB (Red+Green+Blue) = 106+48+251=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A30FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A30FB is #95CF04. Grayscale: #575757. Windows color (decimal): -9817861 or 16461930. OLE color: 16461930.
HSL color Cylindrical-coordinate representation of color #6A30FB: hue angle of 257.14º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A30FB is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 48 | 251 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.02 |
| HSL | 257.14º | 0.96% | 0.59% | - |
| HSV(B) | 257.14º | 0.81% | 0.98% | - |
| XYZ | 24.41 | 12.14 | 92.32 | - |
| YUV | 88.48 | 219.72 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 48 | 251 | 0.58 | 0.81 | 0 | 0.02 | 257.14 | 0.96 | 0.59 |
| Hex | 6A | 30 | FB | 3A | 51 | 0 | 2 | 101 | 60 | 3B |
| Octal | 152 | 60 | 373 | 72 | 121 | 0 | 2 | 401 | 140 | 73 |
| Binary | 1101010 | 110000 | 11111011 | 111010 | 1010001 | 0 | 10 | 100000001 | 1100000 | 111011 |
Color Harmonies of #6A30FB
Complementary color
Monochromatic Colors of #6A30FB
Black with #6A30FB
Text Example
Text Example
White with #6A30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A30FB; }
p { color: rgb(106,48,251); }
H1.HeaderClassName
{
color: #6A30FB;
}
.AnyTagClassName
{
color: #6A30FB;
}
</style>
background-color css
<style>
a { background-color: #6A30FB; }
a { background-color: rgb(106,48,251); }
div.DivClassName
{
background-color: #6A30FB;
}
.BgClassName
{
background-color: #6A30FB;
}
</style>
border-color css
<style>
span { border-color: #6A30FB; }
span { border-color: rgb(106,48,251); }
td.TdClassName
{
border-color: #6A30FB;
}
.TagClassName
{
border-color: #6A30FB;
}
</style>