#5F31EC

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

Shades of Han Purple #5F31EC

Tints of Han Purple #5F31EC

Color information

#5F31EC (or 0x5F31EC) is unknown color: approx Han Purple. HEX triplet: 5F, 31 and EC. RGB value is (95,49,236). Sum of RGB (Red+Green+Blue) = 95+49+236=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F31EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F31EC is #A0CE13. Grayscale: #535353. Windows color (decimal): -10538516 or 15479135. OLE color: 15479135.

HSL color Cylindrical-coordinate representation of color #5F31EC: hue angle of 254.76º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F31EC is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9549236-
CMYK0.600.7900.07
HSL254.76º83.11%55.88%-
HSV(B)254.76º79.24%92.55%-
XYZ20.9610.6980.31-
YUV84.07213.74135.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 12.89%
BLUE value IS 236 (92.58% from 255) = 62.11%
R=25%
G=12.89%
B=62.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal95492360.600.7900.07254.7683.1155.88
Hex5F31EC3C4F07ff5338
Octal13761354741170737712370
Binary10111111100011110110011110010011110111111111111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F31EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,49,236); }

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

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

 a { background-color: rgb(95,49,236); }

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

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

 span { border-color: rgb(95,49,236); }

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