Html Css Color HEX #532CE9 Han Purple

📋 copy color: '#532CE9'

red 83 ◦ green 44 ◦ blue 233

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

Shades of Han Purple #532CE9

Tints of Han Purple #532CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 64.72%

R = 23.06%
G = 12.22%
B = 64.72%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#532CE9 (or 0x532CE9) is known color: Han Purple. HEX triplet: 53, 2C and E9. RGB value is (83,44,233). Sum of RGB (Red+Green+Blue) = 83+44+233=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 233 (91.41% from 255 or 64.72% from 360); Max value from RGB is 233 - color contains mainly: blue. Hex color #532CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CE9 is #ACD316. Grayscale: #4C4C4C. Windows color (decimal): -11326231 or 15281235. OLE color: 15281235.

HSL color Cylindrical-coordinate representation of color #532CE9: hue angle of 252.38º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532CE9 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 44 233 -
CMYK 0.64 0.81 0 0.09
HSL 252.38º 0.81% 0.54% -
HSV(B) 252.38º 0.81% 0.91% -
XYZ 19.18 9.52 77.92 -
YUV 77.21 215.92 132.13 -
System Red Green Blue C M Y K H S L
Decimal 83 44 233 0.64 0.81 0 0.09 252.38 0.81 0.54
Hex 53 2C E9 40 51 0 9 FC 51 36
Octal 123 54 351 100 121 0 11 374 121 66
Binary 1010011 101100 11101001 1000000 1010001 0 1001 11111100 1010001 110110

Color Harmonies of #532CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CE9

Black with #532CE9

Text Example


Text Example

White with #532CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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