Shades of Han Purple #652DEF
Tints of Han Purple #652DEF
RGB
CMYK
RGB Variations
Color information
#652DEF (or 0x652DEF) is known color: Han Purple. HEX triplet: 65, 2D and EF. RGB value is (101,45,239). Sum of RGB (Red+Green+Blue) = 101+45+239=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #652DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652DEF is #9AD210. Grayscale: #535353. Windows color (decimal): -10146321 or 15674725. OLE color: 15674725.
HSL color Cylindrical-coordinate representation of color #652DEF: hue angle of 257.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #652DEF is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 45 | 239 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.06 |
| HSL | 257.32º | 0.86% | 0.56% | - |
| HSV(B) | 257.32º | 0.81% | 0.94% | - |
| XYZ | 21.89 | 10.88 | 82.61 | - |
| YUV | 83.86 | 215.55 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 239 | 0.58 | 0.81 | 0 | 0.06 | 257.32 | 0.86 | 0.56 |
| Hex | 65 | 2D | EF | 3A | 51 | 0 | 6 | 101 | 56 | 38 |
| Octal | 145 | 55 | 357 | 72 | 121 | 0 | 6 | 401 | 126 | 70 |
| Binary | 1100101 | 101101 | 11101111 | 111010 | 1010001 | 0 | 110 | 100000001 | 1010110 | 111000 |
Color Harmonies of #652DEF
Complementary color
Monochromatic Colors of #652DEF
Black with #652DEF
Text Example
Text Example
White with #652DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DEF; }
p { color: rgb(101,45,239); }
H1.HeaderClassName
{
color: #652DEF;
}
.AnyTagClassName
{
color: #652DEF;
}
</style>
background-color css
<style>
a { background-color: #652DEF; }
a { background-color: rgb(101,45,239); }
div.DivClassName
{
background-color: #652DEF;
}
.BgClassName
{
background-color: #652DEF;
}
</style>
border-color css
<style>
span { border-color: #652DEF; }
span { border-color: rgb(101,45,239); }
td.TdClassName
{
border-color: #652DEF;
}
.TagClassName
{
border-color: #652DEF;
}
</style>