#5834E5

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

Shades of Han Purple #5834E5

Tints of Han Purple #5834E5

Color information

#5834E5 (or 0x5834E5) is unknown color: approx Han Purple. HEX triplet: 58, 34 and E5. RGB value is (88,52,229). Sum of RGB (Red+Green+Blue) = 88+52+229=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #5834E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5834E5 is #A7CB1A. Grayscale: #525252. Windows color (decimal): -10996507 or 15021144. OLE color: 15021144.

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

Color convert

RGB8852229-
CMYK0.620.7700.10
HSL252.2º77.29%55.1%-
HSV(B)252.2º77.29%89.8%-
XYZ19.410.1975.07-
YUV82.94210.43131.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.85%
GREEN value IS 52 (20.70% from 255) = 14.09%
BLUE value IS 229 (89.84% from 255) = 62.06%
R=23.85%
G=14.09%
B=62.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal88522290.620.7700.10252.277.2955.1
Hex5834E53E4D0Afc4d37
Octal130643457611501237411567
Binary101100011010011100101111110100110101010111111001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5834E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5834E5; }

 p { color: rgb(88,52,229); }

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

<style>
 a { background-color: #5834E5; }

 a { background-color: rgb(88,52,229); }

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

<style>
 span { border-color: #5834E5; }

 span { border-color: rgb(88,52,229); }

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