Shades of Han Purple #6D25F3
Tints of Han Purple #6D25F3
RGB
CMYK
RGB Variations
Color information
#6D25F3 (or 0x6D25F3) is known color: Han Purple. HEX triplet: 6D, 25 and F3. RGB value is (109,37,243). Sum of RGB (Red+Green+Blue) = 109+37+243=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 243 (95.31% from 255 or 62.47% from 389); Max value from RGB is 243 - color contains mainly: blue. Hex color #6D25F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D25F3 is #92DA0C. Grayscale: #515151. Windows color (decimal): -9624077 or 15934829. OLE color: 15934829.
HSL color Cylindrical-coordinate representation of color #6D25F3: hue angle of 260.97º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D25F3 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 37 | 243 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.05 |
| HSL | 260.97º | 0.9% | 0.55% | - |
| HSV(B) | 260.97º | 0.85% | 0.95% | - |
| XYZ | 23.15 | 11.05 | 85.71 | - |
| YUV | 82.01 | 218.85 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 243 | 0.55 | 0.85 | 0 | 0.05 | 260.97 | 0.9 | 0.55 |
| Hex | 6D | 25 | F3 | 37 | 55 | 0 | 5 | 105 | 5A | 37 |
| Octal | 155 | 45 | 363 | 67 | 125 | 0 | 5 | 405 | 132 | 67 |
| Binary | 1101101 | 100101 | 11110011 | 110111 | 1010101 | 0 | 101 | 100000101 | 1011010 | 110111 |
Color Harmonies of #6D25F3
Complementary color
Monochromatic Colors of #6D25F3
Black with #6D25F3
Text Example
Text Example
White with #6D25F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D25F3; }
p { color: rgb(109,37,243); }
H1.HeaderClassName
{
color: #6D25F3;
}
.AnyTagClassName
{
color: #6D25F3;
}
</style>
background-color css
<style>
a { background-color: #6D25F3; }
a { background-color: rgb(109,37,243); }
div.DivClassName
{
background-color: #6D25F3;
}
.BgClassName
{
background-color: #6D25F3;
}
</style>
border-color css
<style>
span { border-color: #6D25F3; }
span { border-color: rgb(109,37,243); }
td.TdClassName
{
border-color: #6D25F3;
}
.TagClassName
{
border-color: #6D25F3;
}
</style>