Shades of Han Purple #6B36FF
Tints of Han Purple #6B36FF
RGB
CMYK
RGB Variations
Color information
#6B36FF (or 0x6B36FF) is known color: Han Purple. HEX triplet: 6B, 36 and FF. RGB value is (107,54,255). Sum of RGB (Red+Green+Blue) = 107+54+255=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B36FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B36FF is #94C900. Grayscale: #5C5C5C. Windows color (decimal): -9750785 or 16725611. OLE color: 16725611.
HSL color Cylindrical-coordinate representation of color #6B36FF: hue angle of 255.82º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B36FF is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 54 | 255 | - |
| CMYK | 0.58 | 0.79 | 0 | 0 |
| HSL | 255.82º | 1% | 0.61% | - |
| HSV(B) | 255.82º | 0.79% | 1% | - |
| XYZ | 25.43 | 12.98 | 95.77 | - |
| YUV | 92.76 | 219.56 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 255 | 0.58 | 0.79 | 0 | 0 | 255.82 | 1 | 0.61 |
| Hex | 6B | 36 | FF | 3A | 4F | 0 | 0 | 100 | 64 | 3D |
| Octal | 153 | 66 | 377 | 72 | 117 | 0 | 0 | 400 | 144 | 75 |
| Binary | 1101011 | 110110 | 11111111 | 111010 | 1001111 | 0 | 0 | 100000000 | 1100100 | 111101 |
Color Harmonies of #6B36FF
Complementary color
Monochromatic Colors of #6B36FF
Black with #6B36FF
Text Example
Text Example
White with #6B36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B36FF; }
p { color: rgb(107,54,255); }
H1.HeaderClassName
{
color: #6B36FF;
}
.AnyTagClassName
{
color: #6B36FF;
}
</style>
background-color css
<style>
a { background-color: #6B36FF; }
a { background-color: rgb(107,54,255); }
div.DivClassName
{
background-color: #6B36FF;
}
.BgClassName
{
background-color: #6B36FF;
}
</style>
border-color css
<style>
span { border-color: #6B36FF; }
span { border-color: rgb(107,54,255); }
td.TdClassName
{
border-color: #6B36FF;
}
.TagClassName
{
border-color: #6B36FF;
}
</style>