Shades of Han Purple #6130F8
Tints of Han Purple #6130F8
RGB
CMYK
RGB Variations
Color information
#6130F8 (or 0x6130F8) is known color: Han Purple. HEX triplet: 61, 30 and F8. RGB value is (97,48,248). Sum of RGB (Red+Green+Blue) = 97+48+248=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #6130F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6130F8 is #9ECF07. Grayscale: #545454. Windows color (decimal): -10407688 or 16265313. OLE color: 16265313.
HSL color Cylindrical-coordinate representation of color #6130F8: hue angle of 254.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6130F8 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 48 | 248 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.03 |
| HSL | 254.7º | 0.93% | 0.58% | - |
| HSV(B) | 254.7º | 0.81% | 0.97% | - |
| XYZ | 22.93 | 11.43 | 89.81 | - |
| YUV | 85.45 | 219.73 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 248 | 0.61 | 0.81 | 0 | 0.03 | 254.7 | 0.93 | 0.58 |
| Hex | 61 | 30 | F8 | 3D | 51 | 0 | 3 | FF | 5D | 3A |
| Octal | 141 | 60 | 370 | 75 | 121 | 0 | 3 | 377 | 135 | 72 |
| Binary | 1100001 | 110000 | 11111000 | 111101 | 1010001 | 0 | 11 | 11111111 | 1011101 | 111010 |
Color Harmonies of #6130F8
Complementary color
Monochromatic Colors of #6130F8
Black with #6130F8
Text Example
Text Example
White with #6130F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6130F8; }
p { color: rgb(97,48,248); }
H1.HeaderClassName
{
color: #6130F8;
}
.AnyTagClassName
{
color: #6130F8;
}
</style>
background-color css
<style>
a { background-color: #6130F8; }
a { background-color: rgb(97,48,248); }
div.DivClassName
{
background-color: #6130F8;
}
.BgClassName
{
background-color: #6130F8;
}
</style>
border-color css
<style>
span { border-color: #6130F8; }
span { border-color: rgb(97,48,248); }
td.TdClassName
{
border-color: #6130F8;
}
.TagClassName
{
border-color: #6130F8;
}
</style>