Shades of Han Purple #6C38FE
Tints of Han Purple #6C38FE
RGB
CMYK
RGB Variations
Color information
#6C38FE (or 0x6C38FE) is known color: Han Purple. HEX triplet: 6C, 38 and FE. RGB value is (108,56,254). Sum of RGB (Red+Green+Blue) = 108+56+254=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C38FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C38FE is #93C701. Grayscale: #5D5D5D. Windows color (decimal): -9684738 or 16660588. OLE color: 16660588.
HSL color Cylindrical-coordinate representation of color #6C38FE: hue angle of 255.76º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C38FE is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 56 | 254 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.00 |
| HSL | 255.76º | 0.99% | 0.61% | - |
| HSV(B) | 255.76º | 0.78% | 1% | - |
| XYZ | 25.49 | 13.17 | 94.97 | - |
| YUV | 94.12 | 218.23 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 254 | 0.57 | 0.78 | 0 | 0.00 | 255.76 | 0.99 | 0.61 |
| Hex | 6C | 38 | FE | 39 | 4E | 0 | 0 | 100 | 63 | 3D |
| Octal | 154 | 70 | 376 | 71 | 116 | 0 | 0 | 400 | 143 | 75 |
| Binary | 1101100 | 111000 | 11111110 | 111001 | 1001110 | 0 | 0 | 100000000 | 1100011 | 111101 |
Color Harmonies of #6C38FE
Complementary color
Monochromatic Colors of #6C38FE
Black with #6C38FE
Text Example
Text Example
White with #6C38FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C38FE; }
p { color: rgb(108,56,254); }
H1.HeaderClassName
{
color: #6C38FE;
}
.AnyTagClassName
{
color: #6C38FE;
}
</style>
background-color css
<style>
a { background-color: #6C38FE; }
a { background-color: rgb(108,56,254); }
div.DivClassName
{
background-color: #6C38FE;
}
.BgClassName
{
background-color: #6C38FE;
}
</style>
border-color css
<style>
span { border-color: #6C38FE; }
span { border-color: rgb(108,56,254); }
td.TdClassName
{
border-color: #6C38FE;
}
.TagClassName
{
border-color: #6C38FE;
}
</style>