Shades of Han Purple #6C32FD
Tints of Han Purple #6C32FD
RGB
CMYK
RGB Variations
Color information
#6C32FD (or 0x6C32FD) is known color: Han Purple. HEX triplet: 6C, 32 and FD. RGB value is (108,50,253). Sum of RGB (Red+Green+Blue) = 108+50+253=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C32FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C32FD is #93CD02. Grayscale: #595959. Windows color (decimal): -9686275 or 16593516. OLE color: 16593516.
HSL color Cylindrical-coordinate representation of color #6C32FD: hue angle of 257.14º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C32FD is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 50 | 253 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.01 |
| HSL | 257.14º | 0.98% | 0.59% | - |
| HSV(B) | 257.14º | 0.8% | 0.99% | - |
| XYZ | 25.05 | 12.56 | 94.03 | - |
| YUV | 90.48 | 219.72 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 253 | 0.57 | 0.80 | 0 | 0.01 | 257.14 | 0.98 | 0.59 |
| Hex | 6C | 32 | FD | 39 | 50 | 0 | 1 | 101 | 62 | 3B |
| Octal | 154 | 62 | 375 | 71 | 120 | 0 | 1 | 401 | 142 | 73 |
| Binary | 1101100 | 110010 | 11111101 | 111001 | 1010000 | 0 | 1 | 100000001 | 1100010 | 111011 |
Color Harmonies of #6C32FD
Complementary color
Monochromatic Colors of #6C32FD
Black with #6C32FD
Text Example
Text Example
White with #6C32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C32FD; }
p { color: rgb(108,50,253); }
H1.HeaderClassName
{
color: #6C32FD;
}
.AnyTagClassName
{
color: #6C32FD;
}
</style>
background-color css
<style>
a { background-color: #6C32FD; }
a { background-color: rgb(108,50,253); }
div.DivClassName
{
background-color: #6C32FD;
}
.BgClassName
{
background-color: #6C32FD;
}
</style>
border-color css
<style>
span { border-color: #6C32FD; }
span { border-color: rgb(108,50,253); }
td.TdClassName
{
border-color: #6C32FD;
}
.TagClassName
{
border-color: #6C32FD;
}
</style>