Shades of Han Purple #651FE5
Tints of Han Purple #651FE5
RGB
CMYK
RGB Variations
Color information
#651FE5 (or 0x651FE5) is known color: Han Purple. HEX triplet: 65, 1F and E5. RGB value is (101,31,229). Sum of RGB (Red+Green+Blue) = 101+31+229=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #651FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651FE5 is #9AE01A. Grayscale: #494949. Windows color (decimal): -10149915 or 15015781. OLE color: 15015781.
HSL color Cylindrical-coordinate representation of color #651FE5: hue angle of 261.21º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651FE5 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 31 | 229 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.10 |
| HSL | 261.21º | 0.79% | 0.51% | - |
| HSV(B) | 261.21º | 0.86% | 0.9% | - |
| XYZ | 20 | 9.4 | 74.89 | - |
| YUV | 74.5 | 215.19 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 229 | 0.56 | 0.86 | 0 | 0.10 | 261.21 | 0.79 | 0.51 |
| Hex | 65 | 1F | E5 | 38 | 56 | 0 | A | 105 | 4F | 33 |
| Octal | 145 | 37 | 345 | 70 | 126 | 0 | 12 | 405 | 117 | 63 |
| Binary | 1100101 | 11111 | 11100101 | 111000 | 1010110 | 0 | 1010 | 100000101 | 1001111 | 110011 |
Color Harmonies of #651FE5
Complementary color
Monochromatic Colors of #651FE5
Black with #651FE5
Text Example
Text Example
White with #651FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651FE5; }
p { color: rgb(101,31,229); }
H1.HeaderClassName
{
color: #651FE5;
}
.AnyTagClassName
{
color: #651FE5;
}
</style>
background-color css
<style>
a { background-color: #651FE5; }
a { background-color: rgb(101,31,229); }
div.DivClassName
{
background-color: #651FE5;
}
.BgClassName
{
background-color: #651FE5;
}
</style>
border-color css
<style>
span { border-color: #651FE5; }
span { border-color: rgb(101,31,229); }
td.TdClassName
{
border-color: #651FE5;
}
.TagClassName
{
border-color: #651FE5;
}
</style>