Shades of Han Purple #6C38FD
Tints of Han Purple #6C38FD
RGB
CMYK
RGB Variations
Color information
#6C38FD (or 0x6C38FD) is known color: Han Purple. HEX triplet: 6C, 38 and FD. RGB value is (108,56,253). Sum of RGB (Red+Green+Blue) = 108+56+253=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C38FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C38FD is #93C702. Grayscale: #5D5D5D. Windows color (decimal): -9684739 or 16595052. OLE color: 16595052.
HSL color Cylindrical-coordinate representation of color #6C38FD: hue angle of 255.84º 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 #6C38FD is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 56 | 253 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.01 |
| HSL | 255.84º | 0.98% | 0.61% | - |
| HSV(B) | 255.84º | 0.78% | 0.99% | - |
| XYZ | 25.33 | 13.11 | 94.12 | - |
| YUV | 94.01 | 217.73 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 253 | 0.57 | 0.78 | 0 | 0.01 | 255.84 | 0.98 | 0.61 |
| Hex | 6C | 38 | FD | 39 | 4E | 0 | 1 | 100 | 62 | 3D |
| Octal | 154 | 70 | 375 | 71 | 116 | 0 | 1 | 400 | 142 | 75 |
| Binary | 1101100 | 111000 | 11111101 | 111001 | 1001110 | 0 | 1 | 100000000 | 1100010 | 111101 |
Color Harmonies of #6C38FD
Complementary color
Monochromatic Colors of #6C38FD
Black with #6C38FD
Text Example
Text Example
White with #6C38FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C38FD; }
p { color: rgb(108,56,253); }
H1.HeaderClassName
{
color: #6C38FD;
}
.AnyTagClassName
{
color: #6C38FD;
}
</style>
background-color css
<style>
a { background-color: #6C38FD; }
a { background-color: rgb(108,56,253); }
div.DivClassName
{
background-color: #6C38FD;
}
.BgClassName
{
background-color: #6C38FD;
}
</style>
border-color css
<style>
span { border-color: #6C38FD; }
span { border-color: rgb(108,56,253); }
td.TdClassName
{
border-color: #6C38FD;
}
.TagClassName
{
border-color: #6C38FD;
}
</style>