#5829DE

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

Shades of Han Purple #5829DE

Tints of Han Purple #5829DE

Color information

#5829DE (or 0x5829DE) is unknown color: approx Han Purple. HEX triplet: 58, 29 and DE. RGB value is (88,41,222). Sum of RGB (Red+Green+Blue) = 88+41+222=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #5829DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5829DE is #A7D621. Grayscale: #4B4B4B. Windows color (decimal): -10999330 or 14559576. OLE color: 14559576.

HSL color Cylindrical-coordinate representation of color #5829DE: hue angle of 255.58º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5829DE is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8841222-
CMYK0.600.8200.13
HSL255.58º73.28%51.57%-
HSV(B)255.58º81.53%87.06%-
XYZ188.9369.88-
YUV75.69210.57136.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 41 (16.41% from 255) = 11.68%
BLUE value IS 222 (87.11% from 255) = 63.25%
R=25.07%
G=11.68%
B=63.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88412220.600.8200.13255.5873.2851.57
Hex5829DE3C520D1004934
Octal130513367412201540011164
Binary1011000101001110111101111001010010011011000000001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5829DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5829DE; }

 p { color: rgb(88,41,222); }

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

<style>
 a { background-color: #5829DE; }

 a { background-color: rgb(88,41,222); }

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

<style>
 span { border-color: #5829DE; }

 span { border-color: rgb(88,41,222); }

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