Shades of Han Purple #6B19F3
Tints of Han Purple #6B19F3
RGB
CMYK
RGB Variations
Color information
#6B19F3 (or 0x6B19F3) is known color: Han Purple. HEX triplet: 6B, 19 and F3. RGB value is (107,25,243). Sum of RGB (Red+Green+Blue) = 107+25+243=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #6B19F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B19F3 is #94E60C. Grayscale: #494949. Windows color (decimal): -9758221 or 15931755. OLE color: 15931755.
HSL color Cylindrical-coordinate representation of color #6B19F3: hue angle of 262.57º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B19F3 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 25 | 243 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.05 |
| HSL | 262.57º | 0.9% | 0.53% | - |
| HSV(B) | 262.57º | 0.9% | 0.95% | - |
| XYZ | 22.59 | 10.29 | 85.59 | - |
| YUV | 74.37 | 223.17 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 243 | 0.56 | 0.90 | 0 | 0.05 | 262.57 | 0.9 | 0.53 |
| Hex | 6B | 19 | F3 | 38 | 5A | 0 | 5 | 107 | 5A | 35 |
| Octal | 153 | 31 | 363 | 70 | 132 | 0 | 5 | 407 | 132 | 65 |
| Binary | 1101011 | 11001 | 11110011 | 111000 | 1011010 | 0 | 101 | 100000111 | 1011010 | 110101 |
Color Harmonies of #6B19F3
Complementary color
Monochromatic Colors of #6B19F3
Black with #6B19F3
Text Example
Text Example
White with #6B19F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B19F3; }
p { color: rgb(107,25,243); }
H1.HeaderClassName
{
color: #6B19F3;
}
.AnyTagClassName
{
color: #6B19F3;
}
</style>
background-color css
<style>
a { background-color: #6B19F3; }
a { background-color: rgb(107,25,243); }
div.DivClassName
{
background-color: #6B19F3;
}
.BgClassName
{
background-color: #6B19F3;
}
</style>
border-color css
<style>
span { border-color: #6B19F3; }
span { border-color: rgb(107,25,243); }
td.TdClassName
{
border-color: #6B19F3;
}
.TagClassName
{
border-color: #6B19F3;
}
</style>