Shades of Han Purple #6027FB
Tints of Han Purple #6027FB
RGB
CMYK
RGB Variations
Color information
#6027FB (or 0x6027FB) is known color: Han Purple. HEX triplet: 60, 27 and FB. RGB value is (96,39,251). Sum of RGB (Red+Green+Blue) = 96+39+251=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #6027FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6027FB is #9FD804. Grayscale: #4F4F4F. Windows color (decimal): -10475525 or 16459616. OLE color: 16459616.
HSL color Cylindrical-coordinate representation of color #6027FB: hue angle of 256.13º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6027FB is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 39 | 251 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.02 |
| HSL | 256.13º | 0.96% | 0.57% | - |
| HSV(B) | 256.13º | 0.84% | 0.98% | - |
| XYZ | 22.96 | 10.9 | 92.16 | - |
| YUV | 80.21 | 224.38 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 251 | 0.62 | 0.84 | 0 | 0.02 | 256.13 | 0.96 | 0.57 |
| Hex | 60 | 27 | FB | 3E | 54 | 0 | 2 | 100 | 60 | 39 |
| Octal | 140 | 47 | 373 | 76 | 124 | 0 | 2 | 400 | 140 | 71 |
| Binary | 1100000 | 100111 | 11111011 | 111110 | 1010100 | 0 | 10 | 100000000 | 1100000 | 111001 |
Color Harmonies of #6027FB
Complementary color
Monochromatic Colors of #6027FB
Black with #6027FB
Text Example
Text Example
White with #6027FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6027FB; }
p { color: rgb(96,39,251); }
H1.HeaderClassName
{
color: #6027FB;
}
.AnyTagClassName
{
color: #6027FB;
}
</style>
background-color css
<style>
a { background-color: #6027FB; }
a { background-color: rgb(96,39,251); }
div.DivClassName
{
background-color: #6027FB;
}
.BgClassName
{
background-color: #6027FB;
}
</style>
border-color css
<style>
span { border-color: #6027FB; }
span { border-color: rgb(96,39,251); }
td.TdClassName
{
border-color: #6027FB;
}
.TagClassName
{
border-color: #6027FB;
}
</style>