Shades of Han Purple #6B36FC
Tints of Han Purple #6B36FC
RGB
CMYK
RGB Variations
Color information
#6B36FC (or 0x6B36FC) is known color: Han Purple. HEX triplet: 6B, 36 and FC. RGB value is (107,54,252). Sum of RGB (Red+Green+Blue) = 107+54+252=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B36FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B36FC is #94C903. Grayscale: #5B5B5B. Windows color (decimal): -9750788 or 16529003. OLE color: 16529003.
HSL color Cylindrical-coordinate representation of color #6B36FC: hue angle of 256.06º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B36FC is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 54 | 252 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.01 |
| HSL | 256.06º | 0.97% | 0.6% | - |
| HSV(B) | 256.06º | 0.79% | 0.99% | - |
| XYZ | 24.95 | 12.79 | 93.25 | - |
| YUV | 92.42 | 218.06 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 252 | 0.58 | 0.79 | 0 | 0.01 | 256.06 | 0.97 | 0.6 |
| Hex | 6B | 36 | FC | 3A | 4F | 0 | 1 | 100 | 61 | 3C |
| Octal | 153 | 66 | 374 | 72 | 117 | 0 | 1 | 400 | 141 | 74 |
| Binary | 1101011 | 110110 | 11111100 | 111010 | 1001111 | 0 | 1 | 100000000 | 1100001 | 111100 |
Color Harmonies of #6B36FC
Complementary color
Monochromatic Colors of #6B36FC
Black with #6B36FC
Text Example
Text Example
White with #6B36FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B36FC; }
p { color: rgb(107,54,252); }
H1.HeaderClassName
{
color: #6B36FC;
}
.AnyTagClassName
{
color: #6B36FC;
}
</style>
background-color css
<style>
a { background-color: #6B36FC; }
a { background-color: rgb(107,54,252); }
div.DivClassName
{
background-color: #6B36FC;
}
.BgClassName
{
background-color: #6B36FC;
}
</style>
border-color css
<style>
span { border-color: #6B36FC; }
span { border-color: rgb(107,54,252); }
td.TdClassName
{
border-color: #6B36FC;
}
.TagClassName
{
border-color: #6B36FC;
}
</style>