Shades of Han Purple #6836FB
Tints of Han Purple #6836FB
RGB
CMYK
RGB Variations
Color information
#6836FB (or 0x6836FB) is known color: Han Purple. HEX triplet: 68, 36 and FB. RGB value is (104,54,251). Sum of RGB (Red+Green+Blue) = 104+54+251=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #6836FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6836FB is #97C904. Grayscale: #5A5A5A. Windows color (decimal): -9947397 or 16463464. OLE color: 16463464.
HSL color Cylindrical-coordinate representation of color #6836FB: hue angle of 255.23º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6836FB is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 54 | 251 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.02 |
| HSL | 255.23º | 0.96% | 0.6% | - |
| HSV(B) | 255.23º | 0.78% | 0.98% | - |
| XYZ | 24.44 | 12.55 | 92.4 | - |
| YUV | 91.41 | 218.07 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 251 | 0.59 | 0.78 | 0 | 0.02 | 255.23 | 0.96 | 0.6 |
| Hex | 68 | 36 | FB | 3B | 4E | 0 | 2 | FF | 60 | 3C |
| Octal | 150 | 66 | 373 | 73 | 116 | 0 | 2 | 377 | 140 | 74 |
| Binary | 1101000 | 110110 | 11111011 | 111011 | 1001110 | 0 | 10 | 11111111 | 1100000 | 111100 |
Color Harmonies of #6836FB
Complementary color
Monochromatic Colors of #6836FB
Black with #6836FB
Text Example
Text Example
White with #6836FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6836FB; }
p { color: rgb(104,54,251); }
H1.HeaderClassName
{
color: #6836FB;
}
.AnyTagClassName
{
color: #6836FB;
}
</style>
background-color css
<style>
a { background-color: #6836FB; }
a { background-color: rgb(104,54,251); }
div.DivClassName
{
background-color: #6836FB;
}
.BgClassName
{
background-color: #6836FB;
}
</style>
border-color css
<style>
span { border-color: #6836FB; }
span { border-color: rgb(104,54,251); }
td.TdClassName
{
border-color: #6836FB;
}
.TagClassName
{
border-color: #6836FB;
}
</style>