Html Css Color HEX #5825EA Han Purple

📋 copy color: '#5825EA'

red 88 ◦ green 37 ◦ blue 234

#5825EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5825EA

Tints of Han Purple #5825EA

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.8% from 255) = 65.18%

R = 24.51%
G = 10.31%
B = 65.18%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5825EA (or 0x5825EA) is known color: 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

RGB 88 37 234 -
CMYK 0.62 0.84 0 0.08
HSL 255.53º 0.82% 0.53% -
HSV(B) 255.53º 0.84% 0.92% -
XYZ 19.54 9.34 78.61 -
YUV 74.71 217.9 137.48 -
System Red Green Blue C M Y K H S L
Decimal 88 37 234 0.62 0.84 0 0.08 255.53 0.82 0.53
Hex 58 25 EA 3E 54 0 8 100 52 35
Octal 130 45 352 76 124 0 10 400 122 65
Binary 1011000 100101 11101010 111110 1010100 0 1000 100000000 1010010 110101

Color Harmonies of #5825EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5825EA

Black with #5825EA

Text Example


Text Example

White with #5825EA

Text Example


Text Example

HTML Codes & Css Web 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>