Html Css Color HEX #532CE2 Han Purple

📋 copy color: '#532CE2'

red 83 ◦ green 44 ◦ blue 226

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

Shades of Han Purple #532CE2

Tints of Han Purple #532CE2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.46%

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

R = 23.51%
G = 12.46%
B = 64.02%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#532CE2 (or 0x532CE2) is known color: Han Purple. HEX triplet: 53, 2C and E2. RGB value is (83,44,226). Sum of RGB (Red+Green+Blue) = 83+44+226=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 226 (88.67% from 255 or 64.02% from 353); Max value from RGB is 226 - color contains mainly: blue. Hex color #532CE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CE2 is #ACD31D. Grayscale: #4B4B4B. Windows color (decimal): -11326238 or 14822483. OLE color: 14822483.

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

Color convert

RGB 83 44 226 -
CMYK 0.63 0.81 0 0.11
HSL 252.86º 0.76% 0.53% -
HSV(B) 252.86º 0.81% 0.89% -
XYZ 18.2 9.13 72.76 -
YUV 76.41 212.42 132.7 -
System Red Green Blue C M Y K H S L
Decimal 83 44 226 0.63 0.81 0 0.11 252.86 0.76 0.53
Hex 53 2C E2 3F 51 0 B FD 4C 35
Octal 123 54 342 77 121 0 13 375 114 65
Binary 1010011 101100 11100010 111111 1010001 0 1011 11111101 1001100 110101

Color Harmonies of #532CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CE2

Black with #532CE2

Text Example


Text Example

White with #532CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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