Shades of Han Purple #6930FB
Tints of Han Purple #6930FB
RGB
CMYK
RGB Variations
Color information
#6930FB (or 0x6930FB) is known color: Han Purple. HEX triplet: 69, 30 and FB. RGB value is (105,48,251). Sum of RGB (Red+Green+Blue) = 105+48+251=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #6930FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6930FB is #96CF04. Grayscale: #575757. Windows color (decimal): -9883397 or 16461929. OLE color: 16461929.
HSL color Cylindrical-coordinate representation of color #6930FB: hue angle of 256.85º 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 #6930FB is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 48 | 251 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.02 |
| HSL | 256.85º | 0.96% | 0.59% | - |
| HSV(B) | 256.85º | 0.81% | 0.98% | - |
| XYZ | 24.3 | 12.08 | 92.32 | - |
| YUV | 88.19 | 219.88 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 48 | 251 | 0.58 | 0.81 | 0 | 0.02 | 256.85 | 0.96 | 0.59 |
| Hex | 69 | 30 | FB | 3A | 51 | 0 | 2 | 101 | 60 | 3B |
| Octal | 151 | 60 | 373 | 72 | 121 | 0 | 2 | 401 | 140 | 73 |
| Binary | 1101001 | 110000 | 11111011 | 111010 | 1010001 | 0 | 10 | 100000001 | 1100000 | 111011 |
Color Harmonies of #6930FB
Complementary color
Monochromatic Colors of #6930FB
Black with #6930FB
Text Example
Text Example
White with #6930FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6930FB; }
p { color: rgb(105,48,251); }
H1.HeaderClassName
{
color: #6930FB;
}
.AnyTagClassName
{
color: #6930FB;
}
</style>
background-color css
<style>
a { background-color: #6930FB; }
a { background-color: rgb(105,48,251); }
div.DivClassName
{
background-color: #6930FB;
}
.BgClassName
{
background-color: #6930FB;
}
</style>
border-color css
<style>
span { border-color: #6930FB; }
span { border-color: rgb(105,48,251); }
td.TdClassName
{
border-color: #6930FB;
}
.TagClassName
{
border-color: #6930FB;
}
</style>