Shades of Han Purple #6535EE
Tints of Han Purple #6535EE
RGB
CMYK
RGB Variations
Color information
#6535EE (or 0x6535EE) is known color: Han Purple. HEX triplet: 65, 35 and EE. RGB value is (101,53,238). Sum of RGB (Red+Green+Blue) = 101+53+238=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #6535EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6535EE is #9ACA11. Grayscale: #575757. Windows color (decimal): -10144274 or 15611237. OLE color: 15611237.
HSL color Cylindrical-coordinate representation of color #6535EE: hue angle of 255.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6535EE is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 53 | 238 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.07 |
| HSL | 255.57º | 0.84% | 0.57% | - |
| HSV(B) | 255.57º | 0.78% | 0.93% | - |
| XYZ | 22.07 | 11.49 | 81.94 | - |
| YUV | 88.44 | 212.4 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 238 | 0.58 | 0.78 | 0 | 0.07 | 255.57 | 0.84 | 0.57 |
| Hex | 65 | 35 | EE | 3A | 4E | 0 | 7 | 100 | 54 | 39 |
| Octal | 145 | 65 | 356 | 72 | 116 | 0 | 7 | 400 | 124 | 71 |
| Binary | 1100101 | 110101 | 11101110 | 111010 | 1001110 | 0 | 111 | 100000000 | 1010100 | 111001 |
Color Harmonies of #6535EE
Complementary color
Monochromatic Colors of #6535EE
Black with #6535EE
Text Example
Text Example
White with #6535EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6535EE; }
p { color: rgb(101,53,238); }
H1.HeaderClassName
{
color: #6535EE;
}
.AnyTagClassName
{
color: #6535EE;
}
</style>
background-color css
<style>
a { background-color: #6535EE; }
a { background-color: rgb(101,53,238); }
div.DivClassName
{
background-color: #6535EE;
}
.BgClassName
{
background-color: #6535EE;
}
</style>
border-color css
<style>
span { border-color: #6535EE; }
span { border-color: rgb(101,53,238); }
td.TdClassName
{
border-color: #6535EE;
}
.TagClassName
{
border-color: #6535EE;
}
</style>