Shades of Han Purple #6135FA
Tints of Han Purple #6135FA
RGB
CMYK
RGB Variations
Color information
#6135FA (or 0x6135FA) is known color: Han Purple. HEX triplet: 61, 35 and FA. RGB value is (97,53,250). Sum of RGB (Red+Green+Blue) = 97+53+250=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #6135FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6135FA is #9ECA05. Grayscale: #575757. Windows color (decimal): -10406406 or 16397665. OLE color: 16397665.
HSL color Cylindrical-coordinate representation of color #6135FA: hue angle of 253.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6135FA is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 53 | 250 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.02 |
| HSL | 253.4º | 0.95% | 0.59% | - |
| HSV(B) | 253.4º | 0.79% | 0.98% | - |
| XYZ | 23.46 | 11.99 | 91.52 | - |
| YUV | 88.61 | 219.08 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 53 | 250 | 0.61 | 0.79 | 0 | 0.02 | 253.4 | 0.95 | 0.59 |
| Hex | 61 | 35 | FA | 3D | 4F | 0 | 2 | FD | 5F | 3B |
| Octal | 141 | 65 | 372 | 75 | 117 | 0 | 2 | 375 | 137 | 73 |
| Binary | 1100001 | 110101 | 11111010 | 111101 | 1001111 | 0 | 10 | 11111101 | 1011111 | 111011 |
Color Harmonies of #6135FA
Complementary color
Monochromatic Colors of #6135FA
Black with #6135FA
Text Example
Text Example
White with #6135FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6135FA; }
p { color: rgb(97,53,250); }
H1.HeaderClassName
{
color: #6135FA;
}
.AnyTagClassName
{
color: #6135FA;
}
</style>
background-color css
<style>
a { background-color: #6135FA; }
a { background-color: rgb(97,53,250); }
div.DivClassName
{
background-color: #6135FA;
}
.BgClassName
{
background-color: #6135FA;
}
</style>
border-color css
<style>
span { border-color: #6135FA; }
span { border-color: rgb(97,53,250); }
td.TdClassName
{
border-color: #6135FA;
}
.TagClassName
{
border-color: #6135FA;
}
</style>