Shades of Han Purple #6134FF
Tints of Han Purple #6134FF
RGB
CMYK
RGB Variations
Color information
#6134FF (or 0x6134FF) is known color: Han Purple. HEX triplet: 61, 34 and FF. RGB value is (97,52,255). Sum of RGB (Red+Green+Blue) = 97+52+255=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #6134FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6134FF is #9ECB00. Grayscale: #575757. Windows color (decimal): -10406657 or 16725089. OLE color: 16725089.
HSL color Cylindrical-coordinate representation of color #6134FF: hue angle of 253.3º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6134FF is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 52 | 255 | - |
| CMYK | 0.62 | 0.80 | 0 | 0 |
| HSL | 253.3º | 1% | 0.6% | - |
| HSV(B) | 253.3º | 0.8% | 1% | - |
| XYZ | 24.21 | 12.22 | 95.69 | - |
| YUV | 88.6 | 221.91 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 255 | 0.62 | 0.80 | 0 | 0 | 253.3 | 1 | 0.6 |
| Hex | 61 | 34 | FF | 3E | 50 | 0 | 0 | FD | 64 | 3C |
| Octal | 141 | 64 | 377 | 76 | 120 | 0 | 0 | 375 | 144 | 74 |
| Binary | 1100001 | 110100 | 11111111 | 111110 | 1010000 | 0 | 0 | 11111101 | 1100100 | 111100 |
Color Harmonies of #6134FF
Complementary color
Monochromatic Colors of #6134FF
Black with #6134FF
Text Example
Text Example
White with #6134FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6134FF; }
p { color: rgb(97,52,255); }
H1.HeaderClassName
{
color: #6134FF;
}
.AnyTagClassName
{
color: #6134FF;
}
</style>
background-color css
<style>
a { background-color: #6134FF; }
a { background-color: rgb(97,52,255); }
div.DivClassName
{
background-color: #6134FF;
}
.BgClassName
{
background-color: #6134FF;
}
</style>
border-color css
<style>
span { border-color: #6134FF; }
span { border-color: rgb(97,52,255); }
td.TdClassName
{
border-color: #6134FF;
}
.TagClassName
{
border-color: #6134FF;
}
</style>