#5f28ef

Color #5F28EF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5F28EF

Tints of Han Purple #5F28EF

Color information

#5F28EF (or 0x5F28EF) is unknown color: approx Han Purple. HEX triplet: 5F, 28 and EF. RGB value is (95,40,239). Sum of RGB (Red+Green+Blue) = 95+40+239=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F28EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F28EF is #A0D710. Grayscale: #4E4E4E. Windows color (decimal): -10540817 or 15673439. OLE color: 15673439.

HSL color Cylindrical-coordinate representation of color #5F28EF: hue angle of 256.58º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F28EF is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9540239-
CMYK0.600.8300.06
HSL256.58º86.15%54.71%-
HSV(B)256.58º83.26%93.73%-
XYZ21.0610.1882.52-
YUV79.13218.22139.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 25.40%
GREEN value IS 40 (16.02% from 255) = 10.70%
BLUE value IS 239 (93.75% from 255) = 63.90%
R=25.40%
G=10.70%
B=63.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal95402390.600.8300.06256.5886.1554.71
Hex5F28EF3C53061015637
Octal13750357741230640112667
Binary101111110100011101111111100101001101101000000011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f28ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5f28ef; }

 p { color: rgb(95,40,239); }

 H1.HeaderClassName
 {
   color: #5f28ef;
 }
 .AnyTagClassName
 {
   color: #5f28ef;
 }
</style>
background-color css

<style>
 a { background-color: #5f28ef; }

 a { background-color: rgb(95,40,239); }

 div.DivClassName
 {
   background-color: #5f28ef;
 }
 .BgClassName
 {
   background-color: #5f28ef;
 }
</style>
border-color css

<style>
 span { border-color: #5f28ef; }

 span { border-color: rgb(95,40,239); }

 td.TdClassName
 {
   border-color: #5f28ef;
 }
 .TagClassName
 {
   border-color: #5f28ef;
 }
</style>