Shades of Han Purple #6425FB
Tints of Han Purple #6425FB
RGB
CMYK
RGB Variations
Color information
#6425FB (or 0x6425FB) is known color: Han Purple. HEX triplet: 64, 25 and FB. RGB value is (100,37,251). Sum of RGB (Red+Green+Blue) = 100+37+251=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #6425FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6425FB is #9BDA04. Grayscale: #4F4F4F. Windows color (decimal): -10213893 or 16459108. OLE color: 16459108.
HSL color Cylindrical-coordinate representation of color #6425FB: hue angle of 257.66º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6425FB is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 37 | 251 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.02 |
| HSL | 257.66º | 0.96% | 0.56% | - |
| HSV(B) | 257.66º | 0.85% | 0.98% | - |
| XYZ | 23.33 | 11 | 92.16 | - |
| YUV | 80.23 | 224.37 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 251 | 0.60 | 0.85 | 0 | 0.02 | 257.66 | 0.96 | 0.56 |
| Hex | 64 | 25 | FB | 3C | 55 | 0 | 2 | 102 | 60 | 38 |
| Octal | 144 | 45 | 373 | 74 | 125 | 0 | 2 | 402 | 140 | 70 |
| Binary | 1100100 | 100101 | 11111011 | 111100 | 1010101 | 0 | 10 | 100000010 | 1100000 | 111000 |
Color Harmonies of #6425FB
Complementary color
Monochromatic Colors of #6425FB
Black with #6425FB
Text Example
Text Example
White with #6425FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6425FB; }
p { color: rgb(100,37,251); }
H1.HeaderClassName
{
color: #6425FB;
}
.AnyTagClassName
{
color: #6425FB;
}
</style>
background-color css
<style>
a { background-color: #6425FB; }
a { background-color: rgb(100,37,251); }
div.DivClassName
{
background-color: #6425FB;
}
.BgClassName
{
background-color: #6425FB;
}
</style>
border-color css
<style>
span { border-color: #6425FB; }
span { border-color: rgb(100,37,251); }
td.TdClassName
{
border-color: #6425FB;
}
.TagClassName
{
border-color: #6425FB;
}
</style>