Shades of Han Purple #2724FE
Tints of Han Purple #2724FE
RGB
CMYK
RGB Variations
Color information
#2724FE (or 0x2724FE) is known color: Han Purple. HEX triplet: 27, 24 and FE. RGB value is (39,36,254). Sum of RGB (Red+Green+Blue) = 39+36+254=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #2724FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2724FE is #D8DB01. Grayscale: #3C3C3C. Windows color (decimal): -14211842 or 16655399. OLE color: 16655399.
HSL color Cylindrical-coordinate representation of color #2724FE: hue angle of 240.83º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2724FE is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 36 | 254 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.00 |
| HSL | 240.83º | 0.99% | 0.57% | - |
| HSV(B) | 240.83º | 0.86% | 1% | - |
| XYZ | 19.36 | 8.85 | 94.45 | - |
| YUV | 61.75 | 236.49 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 254 | 0.85 | 0.86 | 0 | 0.00 | 240.83 | 0.99 | 0.57 |
| Hex | 27 | 24 | FE | 55 | 56 | 0 | 0 | F1 | 63 | 39 |
| Octal | 47 | 44 | 376 | 125 | 126 | 0 | 0 | 361 | 143 | 71 |
| Binary | 100111 | 100100 | 11111110 | 1010101 | 1010110 | 0 | 0 | 11110001 | 1100011 | 111001 |
Color Harmonies of #2724FE
Complementary color
Monochromatic Colors of #2724FE
Black with #2724FE
Text Example
Text Example
White with #2724FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2724FE; }
p { color: rgb(39,36,254); }
H1.HeaderClassName
{
color: #2724FE;
}
.AnyTagClassName
{
color: #2724FE;
}
</style>
background-color css
<style>
a { background-color: #2724FE; }
a { background-color: rgb(39,36,254); }
div.DivClassName
{
background-color: #2724FE;
}
.BgClassName
{
background-color: #2724FE;
}
</style>
border-color css
<style>
span { border-color: #2724FE; }
span { border-color: rgb(39,36,254); }
td.TdClassName
{
border-color: #2724FE;
}
.TagClassName
{
border-color: #2724FE;
}
</style>