Shades of Han Purple #6130FD
Tints of Han Purple #6130FD
RGB
CMYK
RGB Variations
Color information
#6130FD (or 0x6130FD) is known color: Han Purple. HEX triplet: 61, 30 and FD. RGB value is (97,48,253). Sum of RGB (Red+Green+Blue) = 97+48+253=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #6130FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6130FD is #9ECF02. Grayscale: #555555. Windows color (decimal): -10407683 or 16592993. OLE color: 16592993.
HSL color Cylindrical-coordinate representation of color #6130FD: hue angle of 254.34º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6130FD is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 48 | 253 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.01 |
| HSL | 254.34º | 0.98% | 0.59% | - |
| HSV(B) | 254.34º | 0.81% | 0.99% | - |
| XYZ | 23.72 | 11.75 | 93.95 | - |
| YUV | 86.02 | 222.23 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 253 | 0.62 | 0.81 | 0 | 0.01 | 254.34 | 0.98 | 0.59 |
| Hex | 61 | 30 | FD | 3E | 51 | 0 | 1 | FE | 62 | 3B |
| Octal | 141 | 60 | 375 | 76 | 121 | 0 | 1 | 376 | 142 | 73 |
| Binary | 1100001 | 110000 | 11111101 | 111110 | 1010001 | 0 | 1 | 11111110 | 1100010 | 111011 |
Color Harmonies of #6130FD
Complementary color
Monochromatic Colors of #6130FD
Black with #6130FD
Text Example
Text Example
White with #6130FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6130FD; }
p { color: rgb(97,48,253); }
H1.HeaderClassName
{
color: #6130FD;
}
.AnyTagClassName
{
color: #6130FD;
}
</style>
background-color css
<style>
a { background-color: #6130FD; }
a { background-color: rgb(97,48,253); }
div.DivClassName
{
background-color: #6130FD;
}
.BgClassName
{
background-color: #6130FD;
}
</style>
border-color css
<style>
span { border-color: #6130FD; }
span { border-color: rgb(97,48,253); }
td.TdClassName
{
border-color: #6130FD;
}
.TagClassName
{
border-color: #6130FD;
}
</style>