Shades of Han Purple #651BFF
Tints of Han Purple #651BFF
RGB
CMYK
RGB Variations
Color information
#651BFF (or 0x651BFF) is known color: Han Purple. HEX triplet: 65, 1B and FF. RGB value is (101,27,255). Sum of RGB (Red+Green+Blue) = 101+27+255=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #651BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651BFF is #9AE400. Grayscale: #4A4A4A. Windows color (decimal): -10150913 or 16718693. OLE color: 16718693.
HSL color Cylindrical-coordinate representation of color #651BFF: hue angle of 259.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #651BFF is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 27 | 255 | - |
| CMYK | 0.60 | 0.89 | 0 | 0 |
| HSL | 259.47º | 1% | 0.55% | - |
| HSV(B) | 259.47º | 0.89% | 1% | - |
| XYZ | 23.81 | 10.77 | 95.43 | - |
| YUV | 75.12 | 229.52 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 255 | 0.60 | 0.89 | 0 | 0 | 259.47 | 1 | 0.55 |
| Hex | 65 | 1B | FF | 3C | 59 | 0 | 0 | 103 | 64 | 37 |
| Octal | 145 | 33 | 377 | 74 | 131 | 0 | 0 | 403 | 144 | 67 |
| Binary | 1100101 | 11011 | 11111111 | 111100 | 1011001 | 0 | 0 | 100000011 | 1100100 | 110111 |
Color Harmonies of #651BFF
Complementary color
Monochromatic Colors of #651BFF
Black with #651BFF
Text Example
Text Example
White with #651BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651BFF; }
p { color: rgb(101,27,255); }
H1.HeaderClassName
{
color: #651BFF;
}
.AnyTagClassName
{
color: #651BFF;
}
</style>
background-color css
<style>
a { background-color: #651BFF; }
a { background-color: rgb(101,27,255); }
div.DivClassName
{
background-color: #651BFF;
}
.BgClassName
{
background-color: #651BFF;
}
</style>
border-color css
<style>
span { border-color: #651BFF; }
span { border-color: rgb(101,27,255); }
td.TdClassName
{
border-color: #651BFF;
}
.TagClassName
{
border-color: #651BFF;
}
</style>