Shades of Han Purple #6838FB
Tints of Han Purple #6838FB
RGB
CMYK
RGB Variations
Color information
#6838FB (or 0x6838FB) is known color: Han Purple. HEX triplet: 68, 38 and FB. RGB value is (104,56,251). Sum of RGB (Red+Green+Blue) = 104+56+251=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #6838FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6838FB is #97C704. Grayscale: #5B5B5B. Windows color (decimal): -9946885 or 16463976. OLE color: 16463976.
HSL color Cylindrical-coordinate representation of color #6838FB: hue angle of 254.77º 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 #6838FB is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 56 | 251 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.02 |
| HSL | 254.77º | 0.96% | 0.6% | - |
| HSV(B) | 254.77º | 0.78% | 0.98% | - |
| XYZ | 24.54 | 12.74 | 92.43 | - |
| YUV | 92.58 | 217.4 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 251 | 0.59 | 0.78 | 0 | 0.02 | 254.77 | 0.96 | 0.6 |
| Hex | 68 | 38 | FB | 3B | 4E | 0 | 2 | FF | 60 | 3C |
| Octal | 150 | 70 | 373 | 73 | 116 | 0 | 2 | 377 | 140 | 74 |
| Binary | 1101000 | 111000 | 11111011 | 111011 | 1001110 | 0 | 10 | 11111111 | 1100000 | 111100 |
Color Harmonies of #6838FB
Complementary color
Monochromatic Colors of #6838FB
Black with #6838FB
Text Example
Text Example
White with #6838FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6838FB; }
p { color: rgb(104,56,251); }
H1.HeaderClassName
{
color: #6838FB;
}
.AnyTagClassName
{
color: #6838FB;
}
</style>
background-color css
<style>
a { background-color: #6838FB; }
a { background-color: rgb(104,56,251); }
div.DivClassName
{
background-color: #6838FB;
}
.BgClassName
{
background-color: #6838FB;
}
</style>
border-color css
<style>
span { border-color: #6838FB; }
span { border-color: rgb(104,56,251); }
td.TdClassName
{
border-color: #6838FB;
}
.TagClassName
{
border-color: #6838FB;
}
</style>