Shades of Han Purple #6C35F8
Tints of Han Purple #6C35F8
RGB
CMYK
RGB Variations
Color information
#6C35F8 (or 0x6C35F8) is known color: Han Purple. HEX triplet: 6C, 35 and F8. RGB value is (108,53,248). Sum of RGB (Red+Green+Blue) = 108+53+248=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #6C35F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C35F8 is #93CA07. Grayscale: #5A5A5A. Windows color (decimal): -9685512 or 16266604. OLE color: 16266604.
HSL color Cylindrical-coordinate representation of color #6C35F8: hue angle of 256.92º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C35F8 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 108 | 53 | 248 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.03 |
| HSL | 256.92º | 0.93% | 0.59% | - |
| HSV(B) | 256.92º | 0.79% | 0.97% | - |
| XYZ | 24.4 | 12.51 | 89.94 | - |
| YUV | 91.68 | 216.22 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 248 | 0.56 | 0.79 | 0 | 0.03 | 256.92 | 0.93 | 0.59 |
| Hex | 6C | 35 | F8 | 38 | 4F | 0 | 3 | 101 | 5D | 3B |
| Octal | 154 | 65 | 370 | 70 | 117 | 0 | 3 | 401 | 135 | 73 |
| Binary | 1101100 | 110101 | 11111000 | 111000 | 1001111 | 0 | 11 | 100000001 | 1011101 | 111011 |
Color Harmonies of #6C35F8
Complementary color
Monochromatic Colors of #6C35F8
Black with #6C35F8
Text Example
Text Example
White with #6C35F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C35F8; }
p { color: rgb(108,53,248); }
H1.HeaderClassName
{
color: #6C35F8;
}
.AnyTagClassName
{
color: #6C35F8;
}
</style>
background-color css
<style>
a { background-color: #6C35F8; }
a { background-color: rgb(108,53,248); }
div.DivClassName
{
background-color: #6C35F8;
}
.BgClassName
{
background-color: #6C35F8;
}
</style>
border-color css
<style>
span { border-color: #6C35F8; }
span { border-color: rgb(108,53,248); }
td.TdClassName
{
border-color: #6C35F8;
}
.TagClassName
{
border-color: #6C35F8;
}
</style>