Shades of Han Purple #6425E2
Tints of Han Purple #6425E2
RGB
CMYK
RGB Variations
Color information
#6425E2 (or 0x6425E2) is known color: Han Purple. HEX triplet: 64, 25 and E2. RGB value is (100,37,226). Sum of RGB (Red+Green+Blue) = 100+37+226=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 226 (88.67% from 255 or 62.26% from 363); Max value from RGB is 226 - color contains mainly: blue. Hex color #6425E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6425E2 is #9BDA1D. Grayscale: #4C4C4C. Windows color (decimal): -10213918 or 14820708. OLE color: 14820708.
HSL color Cylindrical-coordinate representation of color #6425E2: hue angle of 260º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6425E2 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 37 | 226 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.11 |
| HSL | 260º | 0.77% | 0.52% | - |
| HSV(B) | 260º | 0.84% | 0.89% | - |
| XYZ | 19.64 | 9.52 | 72.75 | - |
| YUV | 77.38 | 211.87 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 226 | 0.56 | 0.84 | 0 | 0.11 | 260 | 0.77 | 0.52 |
| Hex | 64 | 25 | E2 | 38 | 54 | 0 | B | 104 | 4D | 34 |
| Octal | 144 | 45 | 342 | 70 | 124 | 0 | 13 | 404 | 115 | 64 |
| Binary | 1100100 | 100101 | 11100010 | 111000 | 1010100 | 0 | 1011 | 100000100 | 1001101 | 110100 |
Color Harmonies of #6425E2
Complementary color
Monochromatic Colors of #6425E2
Black with #6425E2
Text Example
Text Example
White with #6425E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6425E2; }
p { color: rgb(100,37,226); }
H1.HeaderClassName
{
color: #6425E2;
}
.AnyTagClassName
{
color: #6425E2;
}
</style>
background-color css
<style>
a { background-color: #6425E2; }
a { background-color: rgb(100,37,226); }
div.DivClassName
{
background-color: #6425E2;
}
.BgClassName
{
background-color: #6425E2;
}
</style>
border-color css
<style>
span { border-color: #6425E2; }
span { border-color: rgb(100,37,226); }
td.TdClassName
{
border-color: #6425E2;
}
.TagClassName
{
border-color: #6425E2;
}
</style>