#5F23EB

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

Shades of Han Purple #5F23EB

Tints of Han Purple #5F23EB

Color information

#5F23EB (or 0x5F23EB) is unknown color: approx Han Purple. HEX triplet: 5F, 23 and EB. RGB value is (95,35,235). Sum of RGB (Red+Green+Blue) = 95+35+235=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F23EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F23EB is #A0DC14. Grayscale: #4B4B4B. Windows color (decimal): -10542101 or 15410015. OLE color: 15410015.

HSL color Cylindrical-coordinate representation of color #5F23EB: hue angle of 258º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F23EB is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9535235-
CMYK0.600.8500.08
HSL258º83.33%52.94%-
HSV(B)258º85.11%92.16%-
XYZ20.329.6379.39-
YUV75.74217.88141.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 35 (14.06% from 255) = 9.59%
BLUE value IS 235 (92.19% from 255) = 64.38%
R=26.03%
G=9.59%
B=64.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal95352350.600.8500.0825883.3352.94
Hex5F23EB3C55081025335
Octal137433537412501040212365
Binary1011111100011111010111111001010101010001000000101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F23EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,35,235); }

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

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

 a { background-color: rgb(95,35,235); }

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

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

 span { border-color: rgb(95,35,235); }

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