Shades of Han Purple #6522FD
Tints of Han Purple #6522FD
RGB
CMYK
RGB Variations
Color information
#6522FD (or 0x6522FD) is known color: Han Purple. HEX triplet: 65, 22 and FD. RGB value is (101,34,253). Sum of RGB (Red+Green+Blue) = 101+34+253=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #6522FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6522FD is #9ADD02. Grayscale: #4E4E4E. Windows color (decimal): -10149123 or 16589413. OLE color: 16589413.
HSL color Cylindrical-coordinate representation of color #6522FD: hue angle of 258.36º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6522FD is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 34 | 253 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.01 |
| HSL | 258.36º | 0.98% | 0.56% | - |
| HSV(B) | 258.36º | 0.87% | 0.99% | - |
| XYZ | 23.67 | 11 | 93.8 | - |
| YUV | 79 | 226.2 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 253 | 0.60 | 0.87 | 0 | 0.01 | 258.36 | 0.98 | 0.56 |
| Hex | 65 | 22 | FD | 3C | 57 | 0 | 1 | 102 | 62 | 38 |
| Octal | 145 | 42 | 375 | 74 | 127 | 0 | 1 | 402 | 142 | 70 |
| Binary | 1100101 | 100010 | 11111101 | 111100 | 1010111 | 0 | 1 | 100000010 | 1100010 | 111000 |
Color Harmonies of #6522FD
Complementary color
Monochromatic Colors of #6522FD
Black with #6522FD
Text Example
Text Example
White with #6522FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6522FD; }
p { color: rgb(101,34,253); }
H1.HeaderClassName
{
color: #6522FD;
}
.AnyTagClassName
{
color: #6522FD;
}
</style>
background-color css
<style>
a { background-color: #6522FD; }
a { background-color: rgb(101,34,253); }
div.DivClassName
{
background-color: #6522FD;
}
.BgClassName
{
background-color: #6522FD;
}
</style>
border-color css
<style>
span { border-color: #6522FD; }
span { border-color: rgb(101,34,253); }
td.TdClassName
{
border-color: #6522FD;
}
.TagClassName
{
border-color: #6522FD;
}
</style>