Shades of Han Purple #652DFD
Tints of Han Purple #652DFD
RGB
CMYK
RGB Variations
Color information
#652DFD (or 0x652DFD) is known color: Han Purple. HEX triplet: 65, 2D and FD. RGB value is (101,45,253). Sum of RGB (Red+Green+Blue) = 101+45+253=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #652DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652DFD is #9AD202. Grayscale: #545454. Windows color (decimal): -10146307 or 16592229. OLE color: 16592229.
HSL color Cylindrical-coordinate representation of color #652DFD: hue angle of 256.15º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652DFD is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 45 | 253 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.01 |
| HSL | 256.15º | 0.98% | 0.58% | - |
| HSV(B) | 256.15º | 0.82% | 0.99% | - |
| XYZ | 24.03 | 11.74 | 93.93 | - |
| YUV | 85.46 | 222.55 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 253 | 0.60 | 0.82 | 0 | 0.01 | 256.15 | 0.98 | 0.58 |
| Hex | 65 | 2D | FD | 3C | 52 | 0 | 1 | 100 | 62 | 3A |
| Octal | 145 | 55 | 375 | 74 | 122 | 0 | 1 | 400 | 142 | 72 |
| Binary | 1100101 | 101101 | 11111101 | 111100 | 1010010 | 0 | 1 | 100000000 | 1100010 | 111010 |
Color Harmonies of #652DFD
Complementary color
Monochromatic Colors of #652DFD
Black with #652DFD
Text Example
Text Example
White with #652DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DFD; }
p { color: rgb(101,45,253); }
H1.HeaderClassName
{
color: #652DFD;
}
.AnyTagClassName
{
color: #652DFD;
}
</style>
background-color css
<style>
a { background-color: #652DFD; }
a { background-color: rgb(101,45,253); }
div.DivClassName
{
background-color: #652DFD;
}
.BgClassName
{
background-color: #652DFD;
}
</style>
border-color css
<style>
span { border-color: #652DFD; }
span { border-color: rgb(101,45,253); }
td.TdClassName
{
border-color: #652DFD;
}
.TagClassName
{
border-color: #652DFD;
}
</style>