Shades of Han Purple #6034FF
Tints of Han Purple #6034FF
RGB
CMYK
RGB Variations
Color information
#6034FF (or 0x6034FF) is known color: Han Purple. HEX triplet: 60, 34 and FF. RGB value is (96,52,255). Sum of RGB (Red+Green+Blue) = 96+52+255=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #6034FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6034FF is #9FCB00. Grayscale: #575757. Windows color (decimal): -10472193 or 16725088. OLE color: 16725088.
HSL color Cylindrical-coordinate representation of color #6034FF: hue angle of 253º 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 #6034FF is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 52 | 255 | - |
| CMYK | 0.62 | 0.80 | 0 | 0 |
| HSL | 253º | 1% | 0.6% | - |
| HSV(B) | 253º | 0.8% | 1% | - |
| XYZ | 24.1 | 12.16 | 95.69 | - |
| YUV | 88.3 | 222.08 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 255 | 0.62 | 0.80 | 0 | 0 | 253 | 1 | 0.6 |
| Hex | 60 | 34 | FF | 3E | 50 | 0 | 0 | FD | 64 | 3C |
| Octal | 140 | 64 | 377 | 76 | 120 | 0 | 0 | 375 | 144 | 74 |
| Binary | 1100000 | 110100 | 11111111 | 111110 | 1010000 | 0 | 0 | 11111101 | 1100100 | 111100 |
Color Harmonies of #6034FF
Complementary color
Monochromatic Colors of #6034FF
Black with #6034FF
Text Example
Text Example
White with #6034FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6034FF; }
p { color: rgb(96,52,255); }
H1.HeaderClassName
{
color: #6034FF;
}
.AnyTagClassName
{
color: #6034FF;
}
</style>
background-color css
<style>
a { background-color: #6034FF; }
a { background-color: rgb(96,52,255); }
div.DivClassName
{
background-color: #6034FF;
}
.BgClassName
{
background-color: #6034FF;
}
</style>
border-color css
<style>
span { border-color: #6034FF; }
span { border-color: rgb(96,52,255); }
td.TdClassName
{
border-color: #6034FF;
}
.TagClassName
{
border-color: #6034FF;
}
</style>