Shades of Han Purple #6A1CFF
Tints of Han Purple #6A1CFF
RGB
CMYK
RGB Variations
Color information
#6A1CFF (or 0x6A1CFF) is known color: Han Purple. HEX triplet: 6A, 1C and FF. RGB value is (106,28,255). Sum of RGB (Red+Green+Blue) = 106+28+255=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A1CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1CFF is #95E300. Grayscale: #4C4C4C. Windows color (decimal): -9822977 or 16718954. OLE color: 16718954.
HSL color Cylindrical-coordinate representation of color #6A1CFF: hue angle of 260.62º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A1CFF is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 28 | 255 | - |
| CMYK | 0.58 | 0.89 | 0 | 0 |
| HSL | 260.62º | 1% | 0.55% | - |
| HSV(B) | 260.62º | 0.89% | 1% | - |
| XYZ | 24.41 | 11.11 | 95.47 | - |
| YUV | 77.2 | 228.34 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 28 | 255 | 0.58 | 0.89 | 0 | 0 | 260.62 | 1 | 0.55 |
| Hex | 6A | 1C | FF | 3A | 59 | 0 | 0 | 105 | 64 | 37 |
| Octal | 152 | 34 | 377 | 72 | 131 | 0 | 0 | 405 | 144 | 67 |
| Binary | 1101010 | 11100 | 11111111 | 111010 | 1011001 | 0 | 0 | 100000101 | 1100100 | 110111 |
Color Harmonies of #6A1CFF
Complementary color
Monochromatic Colors of #6A1CFF
Black with #6A1CFF
Text Example
Text Example
White with #6A1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1CFF; }
p { color: rgb(106,28,255); }
H1.HeaderClassName
{
color: #6A1CFF;
}
.AnyTagClassName
{
color: #6A1CFF;
}
</style>
background-color css
<style>
a { background-color: #6A1CFF; }
a { background-color: rgb(106,28,255); }
div.DivClassName
{
background-color: #6A1CFF;
}
.BgClassName
{
background-color: #6A1CFF;
}
</style>
border-color css
<style>
span { border-color: #6A1CFF; }
span { border-color: rgb(106,28,255); }
td.TdClassName
{
border-color: #6A1CFF;
}
.TagClassName
{
border-color: #6A1CFF;
}
</style>