Shades of Han Purple #6F35FF
Tints of Han Purple #6F35FF
RGB
CMYK
RGB Variations
Color information
#6F35FF (or 0x6F35FF) is known color: Han Purple. HEX triplet: 6F, 35 and FF. RGB value is (111,53,255). Sum of RGB (Red+Green+Blue) = 111+53+255=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F35FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F35FF is #90CA00. Grayscale: #5C5C5C. Windows color (decimal): -9488897 or 16725359. OLE color: 16725359.
HSL color Cylindrical-coordinate representation of color #6F35FF: hue angle of 257.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F35FF is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 53 | 255 | - |
| CMYK | 0.56 | 0.79 | 0 | 0 |
| HSL | 257.23º | 1% | 0.6% | - |
| HSV(B) | 257.23º | 0.79% | 1% | - |
| XYZ | 25.88 | 13.15 | 95.78 | - |
| YUV | 93.37 | 219.22 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 255 | 0.56 | 0.79 | 0 | 0 | 257.23 | 1 | 0.6 |
| Hex | 6F | 35 | FF | 38 | 4F | 0 | 0 | 101 | 64 | 3C |
| Octal | 157 | 65 | 377 | 70 | 117 | 0 | 0 | 401 | 144 | 74 |
| Binary | 1101111 | 110101 | 11111111 | 111000 | 1001111 | 0 | 0 | 100000001 | 1100100 | 111100 |
Color Harmonies of #6F35FF
Complementary color
Monochromatic Colors of #6F35FF
Black with #6F35FF
Text Example
Text Example
White with #6F35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F35FF; }
p { color: rgb(111,53,255); }
H1.HeaderClassName
{
color: #6F35FF;
}
.AnyTagClassName
{
color: #6F35FF;
}
</style>
background-color css
<style>
a { background-color: #6F35FF; }
a { background-color: rgb(111,53,255); }
div.DivClassName
{
background-color: #6F35FF;
}
.BgClassName
{
background-color: #6F35FF;
}
</style>
border-color css
<style>
span { border-color: #6F35FF; }
span { border-color: rgb(111,53,255); }
td.TdClassName
{
border-color: #6F35FF;
}
.TagClassName
{
border-color: #6F35FF;
}
</style>