#5F1BE9

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

Shades of Han Purple #5F1BE9

Tints of Han Purple #5F1BE9

Color information

#5F1BE9 (or 0x5F1BE9) is unknown color: approx Han Purple. HEX triplet: 5F, 1B and E9. RGB value is (95,27,233). Sum of RGB (Red+Green+Blue) = 95+27+233=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 233 (91.41% from 255 or 65.63% from 355); Max value from RGB is 233 - color contains mainly: blue. Hex color #5F1BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F1BE9 is #A0E416. Grayscale: #464646. Windows color (decimal): -10544151 or 15276895. OLE color: 15276895.

HSL color Cylindrical-coordinate representation of color #5F1BE9: hue angle of 259.81º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F1BE9 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9527233-
CMYK0.590.8800.09
HSL259.81º82.4%50.98%-
HSV(B)259.81º88.41%91.37%-
XYZ19.829.177.8-
YUV70.82219.53145.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.76%
GREEN value IS 27 (10.94% from 255) = 7.61%
BLUE value IS 233 (91.41% from 255) = 65.63%
R=26.76%
G=7.61%
B=65.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal95272330.590.8800.09259.8182.450.98
Hex5F1BE93B58091045233
Octal137333517313001140412263
Binary101111111011111010011110111011000010011000001001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,27,233); }

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

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

 a { background-color: rgb(95,27,233); }

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

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

 span { border-color: rgb(95,27,233); }

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