#5f32e5

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

Shades of Han Purple #5F32E5

Tints of Han Purple #5F32E5

Color information

#5F32E5 (or 0x5F32E5) is unknown color: approx Han Purple. HEX triplet: 5F, 32 and E5. RGB value is (95,50,229). Sum of RGB (Red+Green+Blue) = 95+50+229=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #5F32E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F32E5 is #A0CD1A. Grayscale: #535353. Windows color (decimal): -10538267 or 15020639. OLE color: 15020639.

HSL color Cylindrical-coordinate representation of color #5F32E5: hue angle of 255.08º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F32E5 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9550229-
CMYK0.590.7800.10
HSL255.08º77.49%54.71%-
HSV(B)255.08º78.17%89.8%-
XYZ2010.3775.08-
YUV83.86209.91135.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.40%
GREEN value IS 50 (19.92% from 255) = 13.37%
BLUE value IS 229 (89.84% from 255) = 61.23%
R=25.40%
G=13.37%
B=61.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal95502290.590.7800.10255.0877.4954.71
Hex5F32E53B4E0Aff4d37
Octal137623457311601237711567
Binary101111111001011100101111011100111001010111111111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f32e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,50,229); }

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

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

 a { background-color: rgb(95,50,229); }

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

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

 span { border-color: rgb(95,50,229); }

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