Shades of Han Purple #6027F4
Tints of Han Purple #6027F4
RGB
CMYK
RGB Variations
Color information
#6027F4 (or 0x6027F4) is known color: Han Purple. HEX triplet: 60, 27 and F4. RGB value is (96,39,244). Sum of RGB (Red+Green+Blue) = 96+39+244=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 244 (95.70% from 255 or 64.38% from 379); Max value from RGB is 244 - color contains mainly: blue. Hex color #6027F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6027F4 is #9FD80B. Grayscale: #4E4E4E. Windows color (decimal): -10475532 or 16000864. OLE color: 16000864.
HSL color Cylindrical-coordinate representation of color #6027F4: hue angle of 256.68º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6027F4 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 39 | 244 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.04 |
| HSL | 256.68º | 0.9% | 0.55% | - |
| HSV(B) | 256.68º | 0.84% | 0.96% | - |
| XYZ | 21.88 | 10.47 | 86.46 | - |
| YUV | 79.41 | 220.88 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 244 | 0.61 | 0.84 | 0 | 0.04 | 256.68 | 0.9 | 0.55 |
| Hex | 60 | 27 | F4 | 3D | 54 | 0 | 4 | 101 | 5A | 37 |
| Octal | 140 | 47 | 364 | 75 | 124 | 0 | 4 | 401 | 132 | 67 |
| Binary | 1100000 | 100111 | 11110100 | 111101 | 1010100 | 0 | 100 | 100000001 | 1011010 | 110111 |
Color Harmonies of #6027F4
Complementary color
Monochromatic Colors of #6027F4
Black with #6027F4
Text Example
Text Example
White with #6027F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6027F4; }
p { color: rgb(96,39,244); }
H1.HeaderClassName
{
color: #6027F4;
}
.AnyTagClassName
{
color: #6027F4;
}
</style>
background-color css
<style>
a { background-color: #6027F4; }
a { background-color: rgb(96,39,244); }
div.DivClassName
{
background-color: #6027F4;
}
.BgClassName
{
background-color: #6027F4;
}
</style>
border-color css
<style>
span { border-color: #6027F4; }
span { border-color: rgb(96,39,244); }
td.TdClassName
{
border-color: #6027F4;
}
.TagClassName
{
border-color: #6027F4;
}
</style>