Shades of Han Purple #6919FB
Tints of Han Purple #6919FB
RGB
CMYK
RGB Variations
Color information
#6919FB (or 0x6919FB) is known color: Han Purple. HEX triplet: 69, 19 and FB. RGB value is (105,25,251). Sum of RGB (Red+Green+Blue) = 105+25+251=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #6919FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6919FB is #96E604. Grayscale: #494949. Windows color (decimal): -9889285 or 16456041. OLE color: 16456041.
HSL color Cylindrical-coordinate representation of color #6919FB: hue angle of 261.24º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6919FB is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 25 | 251 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.02 |
| HSL | 261.24º | 0.97% | 0.54% | - |
| HSV(B) | 261.24º | 0.9% | 0.98% | - |
| XYZ | 23.59 | 10.66 | 92.08 | - |
| YUV | 74.68 | 227.5 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 251 | 0.58 | 0.90 | 0 | 0.02 | 261.24 | 0.97 | 0.54 |
| Hex | 69 | 19 | FB | 3A | 5A | 0 | 2 | 105 | 61 | 36 |
| Octal | 151 | 31 | 373 | 72 | 132 | 0 | 2 | 405 | 141 | 66 |
| Binary | 1101001 | 11001 | 11111011 | 111010 | 1011010 | 0 | 10 | 100000101 | 1100001 | 110110 |
Color Harmonies of #6919FB
Complementary color
Monochromatic Colors of #6919FB
Black with #6919FB
Text Example
Text Example
White with #6919FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6919FB; }
p { color: rgb(105,25,251); }
H1.HeaderClassName
{
color: #6919FB;
}
.AnyTagClassName
{
color: #6919FB;
}
</style>
background-color css
<style>
a { background-color: #6919FB; }
a { background-color: rgb(105,25,251); }
div.DivClassName
{
background-color: #6919FB;
}
.BgClassName
{
background-color: #6919FB;
}
</style>
border-color css
<style>
span { border-color: #6919FB; }
span { border-color: rgb(105,25,251); }
td.TdClassName
{
border-color: #6919FB;
}
.TagClassName
{
border-color: #6919FB;
}
</style>