Shades of Han Purple #6130EA
Tints of Han Purple #6130EA
RGB
CMYK
RGB Variations
Color information
#6130EA (or 0x6130EA) is known color: Han Purple. HEX triplet: 61, 30 and EA. RGB value is (97,48,234). Sum of RGB (Red+Green+Blue) = 97+48+234=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #6130EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6130EA is #9ECF15. Grayscale: #535353. Windows color (decimal): -10407702 or 15347809. OLE color: 15347809.
HSL color Cylindrical-coordinate representation of color #6130EA: hue angle of 255.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6130EA is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 48 | 234 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.08 |
| HSL | 255.81º | 0.82% | 0.55% | - |
| HSV(B) | 255.81º | 0.79% | 0.92% | - |
| XYZ | 20.84 | 10.6 | 78.79 | - |
| YUV | 83.86 | 212.73 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 234 | 0.59 | 0.79 | 0 | 0.08 | 255.81 | 0.82 | 0.55 |
| Hex | 61 | 30 | EA | 3B | 4F | 0 | 8 | 100 | 52 | 37 |
| Octal | 141 | 60 | 352 | 73 | 117 | 0 | 10 | 400 | 122 | 67 |
| Binary | 1100001 | 110000 | 11101010 | 111011 | 1001111 | 0 | 1000 | 100000000 | 1010010 | 110111 |
Color Harmonies of #6130EA
Complementary color
Monochromatic Colors of #6130EA
Black with #6130EA
Text Example
Text Example
White with #6130EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6130EA; }
p { color: rgb(97,48,234); }
H1.HeaderClassName
{
color: #6130EA;
}
.AnyTagClassName
{
color: #6130EA;
}
</style>
background-color css
<style>
a { background-color: #6130EA; }
a { background-color: rgb(97,48,234); }
div.DivClassName
{
background-color: #6130EA;
}
.BgClassName
{
background-color: #6130EA;
}
</style>
border-color css
<style>
span { border-color: #6130EA; }
span { border-color: rgb(97,48,234); }
td.TdClassName
{
border-color: #6130EA;
}
.TagClassName
{
border-color: #6130EA;
}
</style>