Shades of Han Purple #6130FC
Tints of Han Purple #6130FC
RGB
CMYK
RGB Variations
Color information
#6130FC (or 0x6130FC) is known color: Han Purple. HEX triplet: 61, 30 and FC. RGB value is (97,48,252). Sum of RGB (Red+Green+Blue) = 97+48+252=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #6130FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6130FC is #9ECF03. Grayscale: #555555. Windows color (decimal): -10407684 or 16527457. OLE color: 16527457.
HSL color Cylindrical-coordinate representation of color #6130FC: hue angle of 254.41º degrees, saturation: 0.97, 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 #6130FC is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 48 | 252 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.01 |
| HSL | 254.41º | 0.97% | 0.59% | - |
| HSV(B) | 254.41º | 0.81% | 0.99% | - |
| XYZ | 23.56 | 11.68 | 93.11 | - |
| YUV | 85.91 | 221.73 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 252 | 0.62 | 0.81 | 0 | 0.01 | 254.41 | 0.97 | 0.59 |
| Hex | 61 | 30 | FC | 3E | 51 | 0 | 1 | FE | 61 | 3B |
| Octal | 141 | 60 | 374 | 76 | 121 | 0 | 1 | 376 | 141 | 73 |
| Binary | 1100001 | 110000 | 11111100 | 111110 | 1010001 | 0 | 1 | 11111110 | 1100001 | 111011 |
Color Harmonies of #6130FC
Complementary color
Monochromatic Colors of #6130FC
Black with #6130FC
Text Example
Text Example
White with #6130FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6130FC; }
p { color: rgb(97,48,252); }
H1.HeaderClassName
{
color: #6130FC;
}
.AnyTagClassName
{
color: #6130FC;
}
</style>
background-color css
<style>
a { background-color: #6130FC; }
a { background-color: rgb(97,48,252); }
div.DivClassName
{
background-color: #6130FC;
}
.BgClassName
{
background-color: #6130FC;
}
</style>
border-color css
<style>
span { border-color: #6130FC; }
span { border-color: rgb(97,48,252); }
td.TdClassName
{
border-color: #6130FC;
}
.TagClassName
{
border-color: #6130FC;
}
</style>