Html Css Color HEX #532EE2 Han Purple

📋 copy color: '#532EE2'

red 83 ◦ green 46 ◦ blue 226

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

Shades of Han Purple #532EE2

Tints of Han Purple #532EE2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.96%

 BLUE value IS 226 (88.67% from 255) = 63.66%

R = 23.38%
G = 12.96%
B = 63.66%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#532EE2 (or 0x532EE2) is known color: Han Purple. HEX triplet: 53, 2E and E2. RGB value is (83,46,226). Sum of RGB (Red+Green+Blue) = 83+46+226=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 226 (88.67% from 255 or 63.66% from 355); Max value from RGB is 226 - color contains mainly: blue. Hex color #532EE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532EE2 is #ACD11D. Grayscale: #4C4C4C. Windows color (decimal): -11325726 or 14822995. OLE color: 14822995.

HSL color Cylindrical-coordinate representation of color #532EE2: hue angle of 252.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532EE2 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 46 226 -
CMYK 0.63 0.80 0 0.11
HSL 252.33º 0.76% 0.53% -
HSV(B) 252.33º 0.8% 0.89% -
XYZ 18.27 9.28 72.78 -
YUV 77.58 211.76 131.86 -
System Red Green Blue C M Y K H S L
Decimal 83 46 226 0.63 0.80 0 0.11 252.33 0.76 0.53
Hex 53 2E E2 3F 50 0 B FC 4C 35
Octal 123 56 342 77 120 0 13 374 114 65
Binary 1010011 101110 11100010 111111 1010000 0 1011 11111100 1001100 110101

Color Harmonies of #532EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532EE2

Black with #532EE2

Text Example


Text Example

White with #532EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532EE2; }

 p { color: rgb(83,46,226); }

 H1.HeaderClassName
 {
   color: #532EE2;
 }
 .AnyTagClassName
 {
   color: #532EE2;
 }
</style>

background-color css

<style>
 a { background-color: #532EE2; }

 a { background-color: rgb(83,46,226); }

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

border-color css

<style>
 span { border-color: #532EE2; }

 span { border-color: rgb(83,46,226); }

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