Shades of Han Purple #6835FB
Tints of Han Purple #6835FB
RGB
CMYK
RGB Variations
Color information
#6835FB (or 0x6835FB) is known color: Han Purple. HEX triplet: 68, 35 and FB. RGB value is (104,53,251). Sum of RGB (Red+Green+Blue) = 104+53+251=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #6835FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6835FB is #97CA04. Grayscale: #5A5A5A. Windows color (decimal): -9947653 or 16463208. OLE color: 16463208.
HSL color Cylindrical-coordinate representation of color #6835FB: hue angle of 255.45º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6835FB is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 53 | 251 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.02 |
| HSL | 255.45º | 0.96% | 0.6% | - |
| HSV(B) | 255.45º | 0.79% | 0.98% | - |
| XYZ | 24.39 | 12.45 | 92.38 | - |
| YUV | 90.82 | 218.4 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 251 | 0.59 | 0.79 | 0 | 0.02 | 255.45 | 0.96 | 0.6 |
| Hex | 68 | 35 | FB | 3B | 4F | 0 | 2 | FF | 60 | 3C |
| Octal | 150 | 65 | 373 | 73 | 117 | 0 | 2 | 377 | 140 | 74 |
| Binary | 1101000 | 110101 | 11111011 | 111011 | 1001111 | 0 | 10 | 11111111 | 1100000 | 111100 |
Color Harmonies of #6835FB
Complementary color
Monochromatic Colors of #6835FB
Black with #6835FB
Text Example
Text Example
White with #6835FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6835FB; }
p { color: rgb(104,53,251); }
H1.HeaderClassName
{
color: #6835FB;
}
.AnyTagClassName
{
color: #6835FB;
}
</style>
background-color css
<style>
a { background-color: #6835FB; }
a { background-color: rgb(104,53,251); }
div.DivClassName
{
background-color: #6835FB;
}
.BgClassName
{
background-color: #6835FB;
}
</style>
border-color css
<style>
span { border-color: #6835FB; }
span { border-color: rgb(104,53,251); }
td.TdClassName
{
border-color: #6835FB;
}
.TagClassName
{
border-color: #6835FB;
}
</style>