Shades of Han Purple #6D38FD
Tints of Han Purple #6D38FD
RGB
CMYK
RGB Variations
Color information
#6D38FD (or 0x6D38FD) is known color: Han Purple. HEX triplet: 6D, 38 and FD. RGB value is (109,56,253). Sum of RGB (Red+Green+Blue) = 109+56+253=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D38FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D38FD is #92C702. Grayscale: #5D5D5D. Windows color (decimal): -9619203 or 16595053. OLE color: 16595053.
HSL color Cylindrical-coordinate representation of color #6D38FD: hue angle of 256.14º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D38FD is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 56 | 253 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.01 |
| HSL | 256.14º | 0.98% | 0.61% | - |
| HSV(B) | 256.14º | 0.78% | 0.99% | - |
| XYZ | 25.45 | 13.17 | 94.13 | - |
| YUV | 94.31 | 217.56 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 253 | 0.57 | 0.78 | 0 | 0.01 | 256.14 | 0.98 | 0.61 |
| Hex | 6D | 38 | FD | 39 | 4E | 0 | 1 | 100 | 62 | 3D |
| Octal | 155 | 70 | 375 | 71 | 116 | 0 | 1 | 400 | 142 | 75 |
| Binary | 1101101 | 111000 | 11111101 | 111001 | 1001110 | 0 | 1 | 100000000 | 1100010 | 111101 |
Color Harmonies of #6D38FD
Complementary color
Monochromatic Colors of #6D38FD
Black with #6D38FD
Text Example
Text Example
White with #6D38FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D38FD; }
p { color: rgb(109,56,253); }
H1.HeaderClassName
{
color: #6D38FD;
}
.AnyTagClassName
{
color: #6D38FD;
}
</style>
background-color css
<style>
a { background-color: #6D38FD; }
a { background-color: rgb(109,56,253); }
div.DivClassName
{
background-color: #6D38FD;
}
.BgClassName
{
background-color: #6D38FD;
}
</style>
border-color css
<style>
span { border-color: #6D38FD; }
span { border-color: rgb(109,56,253); }
td.TdClassName
{
border-color: #6D38FD;
}
.TagClassName
{
border-color: #6D38FD;
}
</style>