Shades of Han Purple #6C35FB
Tints of Han Purple #6C35FB
RGB
CMYK
RGB Variations
Color information
#6C35FB (or 0x6C35FB) is known color: Han Purple. HEX triplet: 6C, 35 and FB. RGB value is (108,53,251). Sum of RGB (Red+Green+Blue) = 108+53+251=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C35FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C35FB is #93CA04. Grayscale: #5B5B5B. Windows color (decimal): -9685509 or 16463212. OLE color: 16463212.
HSL color Cylindrical-coordinate representation of color #6C35FB: hue angle of 256.67º 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 #6C35FB is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 53 | 251 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.02 |
| HSL | 256.67º | 0.96% | 0.6% | - |
| HSV(B) | 256.67º | 0.79% | 0.98% | - |
| XYZ | 24.87 | 12.7 | 92.41 | - |
| YUV | 92.02 | 217.72 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 251 | 0.57 | 0.79 | 0 | 0.02 | 256.67 | 0.96 | 0.6 |
| Hex | 6C | 35 | FB | 39 | 4F | 0 | 2 | 101 | 60 | 3C |
| Octal | 154 | 65 | 373 | 71 | 117 | 0 | 2 | 401 | 140 | 74 |
| Binary | 1101100 | 110101 | 11111011 | 111001 | 1001111 | 0 | 10 | 100000001 | 1100000 | 111100 |
Color Harmonies of #6C35FB
Complementary color
Monochromatic Colors of #6C35FB
Black with #6C35FB
Text Example
Text Example
White with #6C35FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C35FB; }
p { color: rgb(108,53,251); }
H1.HeaderClassName
{
color: #6C35FB;
}
.AnyTagClassName
{
color: #6C35FB;
}
</style>
background-color css
<style>
a { background-color: #6C35FB; }
a { background-color: rgb(108,53,251); }
div.DivClassName
{
background-color: #6C35FB;
}
.BgClassName
{
background-color: #6C35FB;
}
</style>
border-color css
<style>
span { border-color: #6C35FB; }
span { border-color: rgb(108,53,251); }
td.TdClassName
{
border-color: #6C35FB;
}
.TagClassName
{
border-color: #6C35FB;
}
</style>