Shades of Han Purple #6027F3
Tints of Han Purple #6027F3
RGB
CMYK
RGB Variations
Color information
#6027F3 (or 0x6027F3) is known color: Han Purple. HEX triplet: 60, 27 and F3. RGB value is (96,39,243). Sum of RGB (Red+Green+Blue) = 96+39+243=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 243 (95.31% from 255 or 64.29% from 378); Max value from RGB is 243 - color contains mainly: blue. Hex color #6027F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6027F3 is #9FD80C. Grayscale: #4E4E4E. Windows color (decimal): -10475533 or 15935328. OLE color: 15935328.
HSL color Cylindrical-coordinate representation of color #6027F3: hue angle of 256.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6027F3 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 39 | 243 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.05 |
| HSL | 256.76º | 0.89% | 0.55% | - |
| HSV(B) | 256.76º | 0.84% | 0.95% | - |
| XYZ | 21.73 | 10.41 | 85.66 | - |
| YUV | 79.3 | 220.38 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 243 | 0.60 | 0.84 | 0 | 0.05 | 256.76 | 0.89 | 0.55 |
| Hex | 60 | 27 | F3 | 3C | 54 | 0 | 5 | 101 | 59 | 37 |
| Octal | 140 | 47 | 363 | 74 | 124 | 0 | 5 | 401 | 131 | 67 |
| Binary | 1100000 | 100111 | 11110011 | 111100 | 1010100 | 0 | 101 | 100000001 | 1011001 | 110111 |
Color Harmonies of #6027F3
Complementary color
Monochromatic Colors of #6027F3
Black with #6027F3
Text Example
Text Example
White with #6027F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6027F3; }
p { color: rgb(96,39,243); }
H1.HeaderClassName
{
color: #6027F3;
}
.AnyTagClassName
{
color: #6027F3;
}
</style>
background-color css
<style>
a { background-color: #6027F3; }
a { background-color: rgb(96,39,243); }
div.DivClassName
{
background-color: #6027F3;
}
.BgClassName
{
background-color: #6027F3;
}
</style>
border-color css
<style>
span { border-color: #6027F3; }
span { border-color: rgb(96,39,243); }
td.TdClassName
{
border-color: #6027F3;
}
.TagClassName
{
border-color: #6027F3;
}
</style>