Html Css Color HEX #5329EF Han Purple

📋 copy color: '#5329EF'

red 83 ◦ green 41 ◦ blue 239

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

Shades of Han Purple #5329EF

Tints of Han Purple #5329EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.84%

R = 22.87%
G = 11.29%
B = 65.84%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5329EF (or 0x5329EF) is known color: Han Purple. HEX triplet: 53, 29 and EF. RGB value is (83,41,239). Sum of RGB (Red+Green+Blue) = 83+41+239=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #5329EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5329EF is #ACD610. Grayscale: #4B4B4B. Windows color (decimal): -11326993 or 15673683. OLE color: 15673683.

HSL color Cylindrical-coordinate representation of color #5329EF: hue angle of 252.73º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5329EF is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 41 239 -
CMYK 0.65 0.83 0 0.06
HSL 252.73º 0.86% 0.55% -
HSV(B) 252.73º 0.83% 0.94% -
XYZ 19.94 9.66 82.47 -
YUV 76.13 219.91 132.9 -
System Red Green Blue C M Y K H S L
Decimal 83 41 239 0.65 0.83 0 0.06 252.73 0.86 0.55
Hex 53 29 EF 41 53 0 6 FD 56 37
Octal 123 51 357 101 123 0 6 375 126 67
Binary 1010011 101001 11101111 1000001 1010011 0 110 11111101 1010110 110111

Color Harmonies of #5329EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5329EF

Black with #5329EF

Text Example


Text Example

White with #5329EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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