Html Css Color HEX #5329EA Han Purple

📋 copy color: '#5329EA'

red 83 ◦ green 41 ◦ blue 234

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

Shades of Han Purple #5329EA

Tints of Han Purple #5329EA

RGB

 RED value IS 83 (32.81% from 255) = 23.18%

 GREEN value IS 41 (16.41% from 255) = 11.45%

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 23.18%
G = 11.45%
B = 65.36%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5329EA (or 0x5329EA) is known color: Han Purple. HEX triplet: 53, 29 and EA. RGB value is (83,41,234). Sum of RGB (Red+Green+Blue) = 83+41+234=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #5329EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5329EA is #ACD615. Grayscale: #4A4A4A. Windows color (decimal): -11326998 or 15346003. OLE color: 15346003.

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

Color convert

RGB 83 41 234 -
CMYK 0.65 0.82 0 0.08
HSL 253.06º 0.82% 0.54% -
HSV(B) 253.06º 0.82% 0.92% -
XYZ 19.21 9.37 78.64 -
YUV 75.56 217.41 133.31 -
System Red Green Blue C M Y K H S L
Decimal 83 41 234 0.65 0.82 0 0.08 253.06 0.82 0.54
Hex 53 29 EA 41 52 0 8 FD 52 36
Octal 123 51 352 101 122 0 10 375 122 66
Binary 1010011 101001 11101010 1000001 1010010 0 1000 11111101 1010010 110110

Color Harmonies of #5329EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5329EA

Black with #5329EA

Text Example


Text Example

White with #5329EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,41,234); }

 H1.HeaderClassName
 {
   color: #5329EA;
 }
 .AnyTagClassName
 {
   color: #5329EA;
 }
</style>

background-color css

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

 a { background-color: rgb(83,41,234); }

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

border-color css

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

 span { border-color: rgb(83,41,234); }

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