Shades of Han Purple #6A35FF
Tints of Han Purple #6A35FF
RGB
CMYK
RGB Variations
Color information
#6A35FF (or 0x6A35FF) is known color: Han Purple. HEX triplet: 6A, 35 and FF. RGB value is (106,53,255). Sum of RGB (Red+Green+Blue) = 106+53+255=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A35FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A35FF is #95CA00. Grayscale: #5B5B5B. Windows color (decimal): -9816577 or 16725354. OLE color: 16725354.
HSL color Cylindrical-coordinate representation of color #6A35FF: hue angle of 255.74º 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 #6A35FF is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 53 | 255 | - |
| CMYK | 0.58 | 0.79 | 0 | 0 |
| HSL | 255.74º | 1% | 0.6% | - |
| HSV(B) | 255.74º | 0.79% | 1% | - |
| XYZ | 25.27 | 12.83 | 95.75 | - |
| YUV | 91.88 | 220.06 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 53 | 255 | 0.58 | 0.79 | 0 | 0 | 255.74 | 1 | 0.6 |
| Hex | 6A | 35 | FF | 3A | 4F | 0 | 0 | 100 | 64 | 3C |
| Octal | 152 | 65 | 377 | 72 | 117 | 0 | 0 | 400 | 144 | 74 |
| Binary | 1101010 | 110101 | 11111111 | 111010 | 1001111 | 0 | 0 | 100000000 | 1100100 | 111100 |
Color Harmonies of #6A35FF
Complementary color
Monochromatic Colors of #6A35FF
Black with #6A35FF
Text Example
Text Example
White with #6A35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A35FF; }
p { color: rgb(106,53,255); }
H1.HeaderClassName
{
color: #6A35FF;
}
.AnyTagClassName
{
color: #6A35FF;
}
</style>
background-color css
<style>
a { background-color: #6A35FF; }
a { background-color: rgb(106,53,255); }
div.DivClassName
{
background-color: #6A35FF;
}
.BgClassName
{
background-color: #6A35FF;
}
</style>
border-color css
<style>
span { border-color: #6A35FF; }
span { border-color: rgb(106,53,255); }
td.TdClassName
{
border-color: #6A35FF;
}
.TagClassName
{
border-color: #6A35FF;
}
</style>