Html Css Color HEX #532CEF Han Purple

📋 copy color: '#532CEF'

red 83 ◦ green 44 ◦ blue 239

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

Shades of Han Purple #532CEF

Tints of Han Purple #532CEF

RGB

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

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

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

R = 22.68%
G = 12.02%
B = 65.3%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#532CEF (or 0x532CEF) is known color: Han Purple. HEX triplet: 53, 2C and EF. RGB value is (83,44,239). Sum of RGB (Red+Green+Blue) = 83+44+239=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #532CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CEF is #ACD310. Grayscale: #4D4D4D. Windows color (decimal): -11326225 or 15674451. OLE color: 15674451.

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

Color convert

RGB 83 44 239 -
CMYK 0.65 0.82 0 0.06
HSL 252º 0.86% 0.55% -
HSV(B) 252º 0.82% 0.94% -
XYZ 20.05 9.87 82.51 -
YUV 77.89 218.92 131.64 -
System Red Green Blue C M Y K H S L
Decimal 83 44 239 0.65 0.82 0 0.06 252 0.86 0.55
Hex 53 2C EF 41 52 0 6 FC 56 37
Octal 123 54 357 101 122 0 6 374 126 67
Binary 1010011 101100 11101111 1000001 1010010 0 110 11111100 1010110 110111

Color Harmonies of #532CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CEF

Black with #532CEF

Text Example


Text Example

White with #532CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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