Shades of Han Purple #6C1BFD
Tints of Han Purple #6C1BFD
RGB
CMYK
RGB Variations
Color information
#6C1BFD (or 0x6C1BFD) is known color: Han Purple. HEX triplet: 6C, 1B and FD. RGB value is (108,27,253). Sum of RGB (Red+Green+Blue) = 108+27+253=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C1BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1BFD is #93E402. Grayscale: #4C4C4C. Windows color (decimal): -9692163 or 16587628. OLE color: 16587628.
HSL color Cylindrical-coordinate representation of color #6C1BFD: hue angle of 261.5º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C1BFD is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 27 | 253 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.01 |
| HSL | 261.5º | 0.98% | 0.55% | - |
| HSV(B) | 261.5º | 0.89% | 0.99% | - |
| XYZ | 24.31 | 11.06 | 93.78 | - |
| YUV | 76.98 | 227.34 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 253 | 0.57 | 0.89 | 0 | 0.01 | 261.5 | 0.98 | 0.55 |
| Hex | 6C | 1B | FD | 39 | 59 | 0 | 1 | 106 | 62 | 37 |
| Octal | 154 | 33 | 375 | 71 | 131 | 0 | 1 | 406 | 142 | 67 |
| Binary | 1101100 | 11011 | 11111101 | 111001 | 1011001 | 0 | 1 | 100000110 | 1100010 | 110111 |
Color Harmonies of #6C1BFD
Complementary color
Monochromatic Colors of #6C1BFD
Black with #6C1BFD
Text Example
Text Example
White with #6C1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1BFD; }
p { color: rgb(108,27,253); }
H1.HeaderClassName
{
color: #6C1BFD;
}
.AnyTagClassName
{
color: #6C1BFD;
}
</style>
background-color css
<style>
a { background-color: #6C1BFD; }
a { background-color: rgb(108,27,253); }
div.DivClassName
{
background-color: #6C1BFD;
}
.BgClassName
{
background-color: #6C1BFD;
}
</style>
border-color css
<style>
span { border-color: #6C1BFD; }
span { border-color: rgb(108,27,253); }
td.TdClassName
{
border-color: #6C1BFD;
}
.TagClassName
{
border-color: #6C1BFD;
}
</style>