Html Css Color HEX #532CEA Han Purple

📋 copy color: '#532CEA'

red 83 ◦ green 44 ◦ blue 234

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

Shades of Han Purple #532CEA

Tints of Han Purple #532CEA

RGB

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

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

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

R = 22.99%
G = 12.19%
B = 64.82%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#532CEA (or 0x532CEA) is known color: Han Purple. HEX triplet: 53, 2C and EA. RGB value is (83,44,234). Sum of RGB (Red+Green+Blue) = 83+44+234=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #532CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CEA is #ACD315. Grayscale: #4C4C4C. Windows color (decimal): -11326230 or 15346771. OLE color: 15346771.

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

Color convert

RGB 83 44 234 -
CMYK 0.65 0.81 0 0.08
HSL 252.32º 0.82% 0.55% -
HSV(B) 252.32º 0.81% 0.92% -
XYZ 19.32 9.58 78.67 -
YUV 77.32 216.42 132.05 -
System Red Green Blue C M Y K H S L
Decimal 83 44 234 0.65 0.81 0 0.08 252.32 0.82 0.55
Hex 53 2C EA 41 51 0 8 FC 52 37
Octal 123 54 352 101 121 0 10 374 122 67
Binary 1010011 101100 11101010 1000001 1010001 0 1000 11111100 1010010 110111

Color Harmonies of #532CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CEA

Black with #532CEA

Text Example


Text Example

White with #532CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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