#5825EA

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

Shades of Han Purple #5825EA

Tints of Han Purple #5825EA

Color information

#5825EA (or 0x5825EA) is unknown color: approx Han Purple. HEX triplet: 58, 25 and EA. RGB value is (88,37,234). Sum of RGB (Red+Green+Blue) = 88+37+234=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #5825EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5825EA is #A7DA15. Grayscale: #494949. Windows color (decimal): -11000342 or 15344984. OLE color: 15344984.

HSL color Cylindrical-coordinate representation of color #5825EA: hue angle of 255.53º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5825EA is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8837234-
CMYK0.620.8400.08
HSL255.53º82.43%53.14%-
HSV(B)255.53º84.19%91.76%-
XYZ19.549.3478.61-
YUV74.71217.9137.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 37 (14.84% from 255) = 10.31%
BLUE value IS 234 (91.80% from 255) = 65.18%
R=24.51%
G=10.31%
B=65.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal88372340.620.8400.08255.5382.4353.14
Hex5825EA3E54081005235
Octal130453527612401040012265
Binary1011000100101111010101111101010100010001000000001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5825EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5825EA; }

 p { color: rgb(88,37,234); }

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

<style>
 a { background-color: #5825EA; }

 a { background-color: rgb(88,37,234); }

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

<style>
 span { border-color: #5825EA; }

 span { border-color: rgb(88,37,234); }

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