Shades of Han Purple #6D37FE
Tints of Han Purple #6D37FE
RGB
CMYK
RGB Variations
Color information
#6D37FE (or 0x6D37FE) is known color: Han Purple. HEX triplet: 6D, 37 and FE. RGB value is (109,55,254). Sum of RGB (Red+Green+Blue) = 109+55+254=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 55 (21.88% from 255 or 13.16% 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 #6D37FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D37FE is #92C801. Grayscale: #5D5D5D. Windows color (decimal): -9619458 or 16660333. OLE color: 16660333.
HSL color Cylindrical-coordinate representation of color #6D37FE: hue angle of 256.28º 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 #6D37FE is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 55 | 254 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.00 |
| HSL | 256.28º | 0.99% | 0.61% | - |
| HSV(B) | 256.28º | 0.78% | 1% | - |
| XYZ | 25.56 | 13.14 | 94.95 | - |
| YUV | 93.83 | 218.39 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 254 | 0.57 | 0.78 | 0 | 0.00 | 256.28 | 0.99 | 0.61 |
| Hex | 6D | 37 | FE | 39 | 4E | 0 | 0 | 100 | 63 | 3D |
| Octal | 155 | 67 | 376 | 71 | 116 | 0 | 0 | 400 | 143 | 75 |
| Binary | 1101101 | 110111 | 11111110 | 111001 | 1001110 | 0 | 0 | 100000000 | 1100011 | 111101 |
Color Harmonies of #6D37FE
Complementary color
Monochromatic Colors of #6D37FE
Black with #6D37FE
Text Example
Text Example
White with #6D37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D37FE; }
p { color: rgb(109,55,254); }
H1.HeaderClassName
{
color: #6D37FE;
}
.AnyTagClassName
{
color: #6D37FE;
}
</style>
background-color css
<style>
a { background-color: #6D37FE; }
a { background-color: rgb(109,55,254); }
div.DivClassName
{
background-color: #6D37FE;
}
.BgClassName
{
background-color: #6D37FE;
}
</style>
border-color css
<style>
span { border-color: #6D37FE; }
span { border-color: rgb(109,55,254); }
td.TdClassName
{
border-color: #6D37FE;
}
.TagClassName
{
border-color: #6D37FE;
}
</style>